Shades of Maya Blue #6ECFFC
Tints of Maya Blue #6ECFFC
RGB
CMYK
RGB Variations
Color information
#6ECFFC (or 0x6ECFFC) is known color: Maya Blue. HEX triplet: 6E, CF and FC. RGB value is (110,207,252). Sum of RGB (Red+Green+Blue) = 110+207+252=569 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.33% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ECFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECFFC is #913003. Grayscale: #B6B6B6. Windows color (decimal): -9515012 or 16568174. OLE color: 16568174.
HSL color Cylindrical-coordinate representation of color #6ECFFC: hue angle of 199.01º 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 #6ECFFC is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 207 | 252 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.01 |
| HSL | 199.01º | 0.96% | 0.71% | - |
| HSV(B) | 199.01º | 0.56% | 0.99% | - |
| XYZ | 46.31 | 54.97 | 100.26 | - |
| YUV | 183.13 | 166.86 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 252 | 0.56 | 0.18 | 0 | 0.01 | 199.01 | 0.96 | 0.71 |
| Hex | 6E | CF | FC | 38 | 12 | 0 | 1 | C7 | 60 | 47 |
| Octal | 156 | 317 | 374 | 70 | 22 | 0 | 1 | 307 | 140 | 107 |
| Binary | 1101110 | 11001111 | 11111100 | 111000 | 10010 | 0 | 1 | 11000111 | 1100000 | 1000111 |
Color Harmonies of #6ECFFC
Complementary color
Monochromatic Colors of #6ECFFC
Black with #6ECFFC
Text Example
Text Example
White with #6ECFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFFC; }
p { color: rgb(110,207,252); }
H1.HeaderClassName
{
color: #6ECFFC;
}
.AnyTagClassName
{
color: #6ECFFC;
}
</style>
background-color css
<style>
a { background-color: #6ECFFC; }
a { background-color: rgb(110,207,252); }
div.DivClassName
{
background-color: #6ECFFC;
}
.BgClassName
{
background-color: #6ECFFC;
}
</style>
border-color css
<style>
span { border-color: #6ECFFC; }
span { border-color: rgb(110,207,252); }
td.TdClassName
{
border-color: #6ECFFC;
}
.TagClassName
{
border-color: #6ECFFC;
}
</style>