Shades of Maya Blue #66CCFF
Tints of Maya Blue #66CCFF
RGB
CMYK
RGB Variations
Color information
#66CCFF (or 0x66CCFF) is known color: Maya Blue. HEX triplet: 66, CC and FF. RGB value is (102,204,255). Sum of RGB (Red+Green+Blue) = 102+204+255=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CCFF is a web safe color. Inversed color of #66CCFF is #993300. Grayscale: #B3B3B3. Windows color (decimal): -10040065 or 16764006. OLE color: 16764006.
HSL color Cylindrical-coordinate representation of color #66CCFF: hue angle of 200º 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 #66CCFF is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 204 | 255 | - |
| CMYK | 0.6 | 0.2 | 0 | 0 |
| HSL | 200º | 1% | 0.7% | - |
| HSV(B) | 200º | 0.6% | 1% | - |
| XYZ | 45.12 | 53.23 | 102.5 | - |
| YUV | 179.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 255 | 0.6 | 0.2 | 0 | 0 | 200 | 1 | 0.7 |
| Hex | 66 | CC | FF | 3C | 14 | 0 | 0 | C8 | 64 | 46 |
| Octal | 146 | 314 | 377 | 74 | 24 | 0 | 0 | 310 | 144 | 106 |
| Binary | 1100110 | 11001100 | 11111111 | 111100 | 10100 | 0 | 0 | 11001000 | 1100100 | 1000110 |
Color Harmonies of #66CCFF
Complementary color
Monochromatic Colors of #66CCFF
Black with #66CCFF
Text Example
Text Example
White with #66CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCFF; }
p { color: rgb(102,204,255); }
H1.HeaderClassName
{
color: #66CCFF;
}
.AnyTagClassName
{
color: #66CCFF;
}
</style>
background-color css
<style>
a { background-color: #66CCFF; }
a { background-color: rgb(102,204,255); }
div.DivClassName
{
background-color: #66CCFF;
}
.BgClassName
{
background-color: #66CCFF;
}
</style>
border-color css
<style>
span { border-color: #66CCFF; }
span { border-color: rgb(102,204,255); }
td.TdClassName
{
border-color: #66CCFF;
}
.TagClassName
{
border-color: #66CCFF;
}
</style>