Shades of Maya Blue #6ECFFF
Tints of Maya Blue #6ECFFF
RGB
CMYK
RGB Variations
Color information
#6ECFFF (or 0x6ECFFF) is known color: Maya Blue. HEX triplet: 6E, CF and FF. RGB value is (110,207,255). Sum of RGB (Red+Green+Blue) = 110+207+255=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ECFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECFFF is #913000. Grayscale: #B7B7B7. Windows color (decimal): -9515009 or 16764782. OLE color: 16764782.
HSL color Cylindrical-coordinate representation of color #6ECFFF: hue angle of 199.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ECFFF is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 207 | 255 | - |
| CMYK | 0.57 | 0.19 | 0 | 0 |
| HSL | 199.86º | 1% | 0.72% | - |
| HSV(B) | 199.86º | 0.57% | 1% | - |
| XYZ | 46.79 | 55.16 | 102.79 | - |
| YUV | 183.47 | 168.36 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 255 | 0.57 | 0.19 | 0 | 0 | 199.86 | 1 | 0.72 |
| Hex | 6E | CF | FF | 39 | 13 | 0 | 0 | C8 | 64 | 48 |
| Octal | 156 | 317 | 377 | 71 | 23 | 0 | 0 | 310 | 144 | 110 |
| Binary | 1101110 | 11001111 | 11111111 | 111001 | 10011 | 0 | 0 | 11001000 | 1100100 | 1001000 |
Color Harmonies of #6ECFFF
Complementary color
Monochromatic Colors of #6ECFFF
Black with #6ECFFF
Text Example
Text Example
White with #6ECFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFFF; }
p { color: rgb(110,207,255); }
H1.HeaderClassName
{
color: #6ECFFF;
}
.AnyTagClassName
{
color: #6ECFFF;
}
</style>
background-color css
<style>
a { background-color: #6ECFFF; }
a { background-color: rgb(110,207,255); }
div.DivClassName
{
background-color: #6ECFFF;
}
.BgClassName
{
background-color: #6ECFFF;
}
</style>
border-color css
<style>
span { border-color: #6ECFFF; }
span { border-color: rgb(110,207,255); }
td.TdClassName
{
border-color: #6ECFFF;
}
.TagClassName
{
border-color: #6ECFFF;
}
</style>