Shades of Maya Blue #66CBFF
Tints of Maya Blue #66CBFF
RGB
CMYK
RGB Variations
Color information
#66CBFF (or 0x66CBFF) is known color: Maya Blue. HEX triplet: 66, CB and FF. RGB value is (102,203,255). Sum of RGB (Red+Green+Blue) = 102+203+255=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CBFF is #993400. Grayscale: #B2B2B2. Windows color (decimal): -10040321 or 16763750. OLE color: 16763750.
HSL color Cylindrical-coordinate representation of color #66CBFF: hue angle of 200.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66CBFF is Cyan = 0.6, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 203 | 255 | - |
| CMYK | 0.6 | 0.20 | 0 | 0 |
| HSL | 200.39º | 1% | 0.7% | - |
| HSV(B) | 200.39º | 0.6% | 1% | - |
| XYZ | 44.89 | 52.76 | 102.43 | - |
| YUV | 178.73 | 171.04 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 255 | 0.6 | 0.20 | 0 | 0 | 200.39 | 1 | 0.7 |
| Hex | 66 | CB | FF | 3C | 14 | 0 | 0 | C8 | 64 | 46 |
| Octal | 146 | 313 | 377 | 74 | 24 | 0 | 0 | 310 | 144 | 106 |
| Binary | 1100110 | 11001011 | 11111111 | 111100 | 10100 | 0 | 0 | 11001000 | 1100100 | 1000110 |
Color Harmonies of #66CBFF
Complementary color
Monochromatic Colors of #66CBFF
Black with #66CBFF
Text Example
Text Example
White with #66CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBFF; }
p { color: rgb(102,203,255); }
H1.HeaderClassName
{
color: #66CBFF;
}
.AnyTagClassName
{
color: #66CBFF;
}
</style>
background-color css
<style>
a { background-color: #66CBFF; }
a { background-color: rgb(102,203,255); }
div.DivClassName
{
background-color: #66CBFF;
}
.BgClassName
{
background-color: #66CBFF;
}
</style>
border-color css
<style>
span { border-color: #66CBFF; }
span { border-color: rgb(102,203,255); }
td.TdClassName
{
border-color: #66CBFF;
}
.TagClassName
{
border-color: #66CBFF;
}
</style>