Shades of Maya Blue #66CCF2
Tints of Maya Blue #66CCF2
RGB
CMYK
RGB Variations
Color information
#66CCF2 (or 0x66CCF2) is known color: Maya Blue. HEX triplet: 66, CC and F2. RGB value is (102,204,242). Sum of RGB (Red+Green+Blue) = 102+204+242=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #66CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CCF2 is #99330D. Grayscale: #B1B1B1. Windows color (decimal): -10040078 or 15912038. OLE color: 15912038.
HSL color Cylindrical-coordinate representation of color #66CCF2: hue angle of 196.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66CCF2 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 204 | 242 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.05 |
| HSL | 196.29º | 0.84% | 0.67% | - |
| HSV(B) | 196.29º | 0.58% | 0.95% | - |
| XYZ | 43.1 | 52.42 | 91.85 | - |
| YUV | 177.83 | 164.21 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 242 | 0.58 | 0.16 | 0 | 0.05 | 196.29 | 0.84 | 0.67 |
| Hex | 66 | CC | F2 | 3A | 10 | 0 | 5 | C4 | 54 | 43 |
| Octal | 146 | 314 | 362 | 72 | 20 | 0 | 5 | 304 | 124 | 103 |
| Binary | 1100110 | 11001100 | 11110010 | 111010 | 10000 | 0 | 101 | 11000100 | 1010100 | 1000011 |
Color Harmonies of #66CCF2
Complementary color
Monochromatic Colors of #66CCF2
Black with #66CCF2
Text Example
Text Example
White with #66CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCF2; }
p { color: rgb(102,204,242); }
H1.HeaderClassName
{
color: #66CCF2;
}
.AnyTagClassName
{
color: #66CCF2;
}
</style>
background-color css
<style>
a { background-color: #66CCF2; }
a { background-color: rgb(102,204,242); }
div.DivClassName
{
background-color: #66CCF2;
}
.BgClassName
{
background-color: #66CCF2;
}
</style>
border-color css
<style>
span { border-color: #66CCF2; }
span { border-color: rgb(102,204,242); }
td.TdClassName
{
border-color: #66CCF2;
}
.TagClassName
{
border-color: #66CCF2;
}
</style>