Shades of Maya Blue #66CEF6
Tints of Maya Blue #66CEF6
RGB
CMYK
RGB Variations
Color information
#66CEF6 (or 0x66CEF6) is known color: Maya Blue. HEX triplet: 66, CE and F6. RGB value is (102,206,246). Sum of RGB (Red+Green+Blue) = 102+206+246=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #66CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CEF6 is #993109. Grayscale: #B3B3B3. Windows color (decimal): -10039562 or 16174694. OLE color: 16174694.
HSL color Cylindrical-coordinate representation of color #66CEF6: hue angle of 196.67º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66CEF6 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 206 | 246 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.04 |
| HSL | 196.67º | 0.89% | 0.68% | - |
| HSV(B) | 196.67º | 0.59% | 0.96% | - |
| XYZ | 44.19 | 53.62 | 95.21 | - |
| YUV | 179.46 | 165.54 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 246 | 0.59 | 0.16 | 0 | 0.04 | 196.67 | 0.89 | 0.68 |
| Hex | 66 | CE | F6 | 3B | 10 | 0 | 4 | C5 | 59 | 44 |
| Octal | 146 | 316 | 366 | 73 | 20 | 0 | 4 | 305 | 131 | 104 |
| Binary | 1100110 | 11001110 | 11110110 | 111011 | 10000 | 0 | 100 | 11000101 | 1011001 | 1000100 |
Color Harmonies of #66CEF6
Complementary color
Monochromatic Colors of #66CEF6
Black with #66CEF6
Text Example
Text Example
White with #66CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEF6; }
p { color: rgb(102,206,246); }
H1.HeaderClassName
{
color: #66CEF6;
}
.AnyTagClassName
{
color: #66CEF6;
}
</style>
background-color css
<style>
a { background-color: #66CEF6; }
a { background-color: rgb(102,206,246); }
div.DivClassName
{
background-color: #66CEF6;
}
.BgClassName
{
background-color: #66CEF6;
}
</style>
border-color css
<style>
span { border-color: #66CEF6; }
span { border-color: rgb(102,206,246); }
td.TdClassName
{
border-color: #66CEF6;
}
.TagClassName
{
border-color: #66CEF6;
}
</style>