Shades of Maya Blue #6ECCFC
Tints of Maya Blue #6ECCFC
RGB
CMYK
RGB Variations
Color information
#6ECCFC (or 0x6ECCFC) is known color: Maya Blue. HEX triplet: 6E, CC and FC. RGB value is (110,204,252). Sum of RGB (Red+Green+Blue) = 110+204+252=566 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.43% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ECCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECCFC is #913303. Grayscale: #B5B5B5. Windows color (decimal): -9515780 or 16567406. OLE color: 16567406.
HSL color Cylindrical-coordinate representation of color #6ECCFC: hue angle of 200.28º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ECCFC is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 204 | 252 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.01 |
| HSL | 200.28º | 0.96% | 0.71% | - |
| HSV(B) | 200.28º | 0.56% | 0.99% | - |
| XYZ | 45.59 | 53.53 | 100.02 | - |
| YUV | 181.37 | 167.86 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 252 | 0.56 | 0.19 | 0 | 0.01 | 200.28 | 0.96 | 0.71 |
| Hex | 6E | CC | FC | 38 | 13 | 0 | 1 | C8 | 60 | 47 |
| Octal | 156 | 314 | 374 | 70 | 23 | 0 | 1 | 310 | 140 | 107 |
| Binary | 1101110 | 11001100 | 11111100 | 111000 | 10011 | 0 | 1 | 11001000 | 1100000 | 1000111 |
Color Harmonies of #6ECCFC
Complementary color
Monochromatic Colors of #6ECCFC
Black with #6ECCFC
Text Example
Text Example
White with #6ECCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCFC; }
p { color: rgb(110,204,252); }
H1.HeaderClassName
{
color: #6ECCFC;
}
.AnyTagClassName
{
color: #6ECCFC;
}
</style>
background-color css
<style>
a { background-color: #6ECCFC; }
a { background-color: rgb(110,204,252); }
div.DivClassName
{
background-color: #6ECCFC;
}
.BgClassName
{
background-color: #6ECCFC;
}
</style>
border-color css
<style>
span { border-color: #6ECCFC; }
span { border-color: rgb(110,204,252); }
td.TdClassName
{
border-color: #6ECCFC;
}
.TagClassName
{
border-color: #6ECCFC;
}
</style>