Shades of Maya Blue #66C2F9
Tints of Maya Blue #66C2F9
RGB
CMYK
RGB Variations
Color information
#66C2F9 (or 0x66C2F9) is known color: Maya Blue. HEX triplet: 66, C2 and F9. RGB value is (102,194,249). Sum of RGB (Red+Green+Blue) = 102+194+249=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #66C2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C2F9 is #993D06. Grayscale: #ACACAC. Windows color (decimal): -10042631 or 16368230. OLE color: 16368230.
HSL color Cylindrical-coordinate representation of color #66C2F9: hue angle of 202.45º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66C2F9 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 194 | 249 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.02 |
| HSL | 202.45º | 0.92% | 0.69% | - |
| HSV(B) | 202.45º | 0.59% | 0.98% | - |
| XYZ | 41.87 | 48.25 | 96.73 | - |
| YUV | 172.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 249 | 0.59 | 0.22 | 0 | 0.02 | 202.45 | 0.92 | 0.69 |
| Hex | 66 | C2 | F9 | 3B | 16 | 0 | 2 | CA | 5C | 45 |
| Octal | 146 | 302 | 371 | 73 | 26 | 0 | 2 | 312 | 134 | 105 |
| Binary | 1100110 | 11000010 | 11111001 | 111011 | 10110 | 0 | 10 | 11001010 | 1011100 | 1000101 |
Color Harmonies of #66C2F9
Complementary color
Monochromatic Colors of #66C2F9
Black with #66C2F9
Text Example
Text Example
White with #66C2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C2F9; }
p { color: rgb(102,194,249); }
H1.HeaderClassName
{
color: #66C2F9;
}
.AnyTagClassName
{
color: #66C2F9;
}
</style>
background-color css
<style>
a { background-color: #66C2F9; }
a { background-color: rgb(102,194,249); }
div.DivClassName
{
background-color: #66C2F9;
}
.BgClassName
{
background-color: #66C2F9;
}
</style>
border-color css
<style>
span { border-color: #66C2F9; }
span { border-color: rgb(102,194,249); }
td.TdClassName
{
border-color: #66C2F9;
}
.TagClassName
{
border-color: #66C2F9;
}
</style>