Html Css Color HEX #6CD6FE Maya Blue

📋 copy color: '#6CD6FE'

red 108 ◦ green 214 ◦ blue 254

#6CD6FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #6CD6FE

Tints of Maya Blue #6CD6FE

RGB

 RED value IS 108 (42.58% from 255) = 18.75%

 GREEN value IS 214 (83.98% from 255) = 37.15%

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 18.75%
G = 37.15%
B = 44.1%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CD6FE (or 0x6CD6FE) is known color: Maya Blue. HEX triplet: 6C, D6 and FE. RGB value is (108,214,254). Sum of RGB (Red+Green+Blue) = 108+214+254=576 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.75% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CD6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD6FE is #932901. Grayscale: #BABABA. Windows color (decimal): -9644290 or 16701036. OLE color: 16701036.

HSL color Cylindrical-coordinate representation of color #6CD6FE: hue angle of 196.44º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CD6FE is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 214 254 -
CMYK 0.57 0.16 0 0.00
HSL 196.44º 0.99% 0.71% -
HSV(B) 196.44º 0.57% 1% -
XYZ 48.12 58.44 102.51 -
YUV 186.87 165.88 71.75 -
System Red Green Blue C M Y K H S L
Decimal 108 214 254 0.57 0.16 0 0.00 196.44 0.99 0.71
Hex 6C D6 FE 39 10 0 0 C4 63 47
Octal 154 326 376 71 20 0 0 304 143 107
Binary 1101100 11010110 11111110 111001 10000 0 0 11000100 1100011 1000111

Color Harmonies of #6CD6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD6FE

Black with #6CD6FE

Text Example


Text Example

White with #6CD6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CD6FE; }

 p { color: rgb(108,214,254); }

 H1.HeaderClassName
 {
   color: #6CD6FE;
 }
 .AnyTagClassName
 {
   color: #6CD6FE;
 }
</style>

background-color css

<style>
 a { background-color: #6CD6FE; }

 a { background-color: rgb(108,214,254); }

 div.DivClassName
 {
   background-color: #6CD6FE;
 }
 .BgClassName
 {
   background-color: #6CD6FE;
 }
</style>

border-color css

<style>
 span { border-color: #6CD6FE; }

 span { border-color: rgb(108,214,254); }

 td.TdClassName
 {
   border-color: #6CD6FE;
 }
 .TagClassName
 {
   border-color: #6CD6FE;
 }
</style>