Shades of Maya Blue #66C2FE
Tints of Maya Blue #66C2FE
RGB
CMYK
RGB Variations
Color information
#66C2FE (or 0x66C2FE) is known color: Maya Blue. HEX triplet: 66, C2 and FE. RGB value is (102,194,254). Sum of RGB (Red+Green+Blue) = 102+194+254=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #66C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C2FE is #993D01. Grayscale: #ADADAD. Windows color (decimal): -10042626 or 16695910. OLE color: 16695910.
HSL color Cylindrical-coordinate representation of color #66C2FE: hue angle of 203.68º 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 #66C2FE is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 194 | 254 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.00 |
| HSL | 203.68º | 0.99% | 0.7% | - |
| HSV(B) | 203.68º | 0.6% | 1% | - |
| XYZ | 42.66 | 48.56 | 100.89 | - |
| YUV | 173.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 254 | 0.60 | 0.24 | 0 | 0.00 | 203.68 | 0.99 | 0.7 |
| Hex | 66 | C2 | FE | 3C | 18 | 0 | 0 | CC | 63 | 46 |
| Octal | 146 | 302 | 376 | 74 | 30 | 0 | 0 | 314 | 143 | 106 |
| Binary | 1100110 | 11000010 | 11111110 | 111100 | 11000 | 0 | 0 | 11001100 | 1100011 | 1000110 |
Color Harmonies of #66C2FE
Complementary color
Monochromatic Colors of #66C2FE
Black with #66C2FE
Text Example
Text Example
White with #66C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C2FE; }
p { color: rgb(102,194,254); }
H1.HeaderClassName
{
color: #66C2FE;
}
.AnyTagClassName
{
color: #66C2FE;
}
</style>
background-color css
<style>
a { background-color: #66C2FE; }
a { background-color: rgb(102,194,254); }
div.DivClassName
{
background-color: #66C2FE;
}
.BgClassName
{
background-color: #66C2FE;
}
</style>
border-color css
<style>
span { border-color: #66C2FE; }
span { border-color: rgb(102,194,254); }
td.TdClassName
{
border-color: #66C2FE;
}
.TagClassName
{
border-color: #66C2FE;
}
</style>