Shades of Maya Blue #66CEFC
Tints of Maya Blue #66CEFC
RGB
CMYK
RGB Variations
Color information
#66CEFC (or 0x66CEFC) is known color: Maya Blue. HEX triplet: 66, CE and FC. RGB value is (102,206,252). Sum of RGB (Red+Green+Blue) = 102+206+252=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #66CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CEFC is #993103. Grayscale: #B3B3B3. Windows color (decimal): -10039556 or 16567910. OLE color: 16567910.
HSL color Cylindrical-coordinate representation of color #66CEFC: hue angle of 198.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66CEFC is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 206 | 252 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.01 |
| HSL | 198.4º | 0.96% | 0.69% | - |
| HSV(B) | 198.4º | 0.6% | 0.99% | - |
| XYZ | 45.12 | 54 | 100.14 | - |
| YUV | 180.15 | 168.54 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 252 | 0.60 | 0.18 | 0 | 0.01 | 198.4 | 0.96 | 0.69 |
| Hex | 66 | CE | FC | 3C | 12 | 0 | 1 | C6 | 60 | 45 |
| Octal | 146 | 316 | 374 | 74 | 22 | 0 | 1 | 306 | 140 | 105 |
| Binary | 1100110 | 11001110 | 11111100 | 111100 | 10010 | 0 | 1 | 11000110 | 1100000 | 1000101 |
Color Harmonies of #66CEFC
Complementary color
Monochromatic Colors of #66CEFC
Black with #66CEFC
Text Example
Text Example
White with #66CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEFC; }
p { color: rgb(102,206,252); }
H1.HeaderClassName
{
color: #66CEFC;
}
.AnyTagClassName
{
color: #66CEFC;
}
</style>
background-color css
<style>
a { background-color: #66CEFC; }
a { background-color: rgb(102,206,252); }
div.DivClassName
{
background-color: #66CEFC;
}
.BgClassName
{
background-color: #66CEFC;
}
</style>
border-color css
<style>
span { border-color: #66CEFC; }
span { border-color: rgb(102,206,252); }
td.TdClassName
{
border-color: #66CEFC;
}
.TagClassName
{
border-color: #66CEFC;
}
</style>