Shades of Maya Blue #66CBFE
Tints of Maya Blue #66CBFE
RGB
CMYK
RGB Variations
Color information
#66CBFE (or 0x66CBFE) is known color: Maya Blue. HEX triplet: 66, CB and FE. RGB value is (102,203,254). Sum of RGB (Red+Green+Blue) = 102+203+254=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #66CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CBFE is #993401. Grayscale: #B2B2B2. Windows color (decimal): -10040322 or 16698214. OLE color: 16698214.
HSL color Cylindrical-coordinate representation of color #66CBFE: hue angle of 200.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66CBFE is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 203 | 254 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.00 |
| HSL | 200.13º | 0.99% | 0.7% | - |
| HSV(B) | 200.13º | 0.6% | 1% | - |
| XYZ | 44.72 | 52.69 | 101.58 | - |
| YUV | 178.62 | 170.54 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 254 | 0.60 | 0.20 | 0 | 0.00 | 200.13 | 0.99 | 0.7 |
| Hex | 66 | CB | FE | 3C | 14 | 0 | 0 | C8 | 63 | 46 |
| Octal | 146 | 313 | 376 | 74 | 24 | 0 | 0 | 310 | 143 | 106 |
| Binary | 1100110 | 11001011 | 11111110 | 111100 | 10100 | 0 | 0 | 11001000 | 1100011 | 1000110 |
Color Harmonies of #66CBFE
Complementary color
Monochromatic Colors of #66CBFE
Black with #66CBFE
Text Example
Text Example
White with #66CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBFE; }
p { color: rgb(102,203,254); }
H1.HeaderClassName
{
color: #66CBFE;
}
.AnyTagClassName
{
color: #66CBFE;
}
</style>
background-color css
<style>
a { background-color: #66CBFE; }
a { background-color: rgb(102,203,254); }
div.DivClassName
{
background-color: #66CBFE;
}
.BgClassName
{
background-color: #66CBFE;
}
</style>
border-color css
<style>
span { border-color: #66CBFE; }
span { border-color: rgb(102,203,254); }
td.TdClassName
{
border-color: #66CBFE;
}
.TagClassName
{
border-color: #66CBFE;
}
</style>