Shades of Maya Blue #66B2F7
Tints of Maya Blue #66B2F7
RGB
CMYK
RGB Variations
Color information
#66B2F7 (or 0x66B2F7) is known color: Maya Blue. HEX triplet: 66, B2 and F7. RGB value is (102,178,247). Sum of RGB (Red+Green+Blue) = 102+178+247=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #66B2F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B2F7 is #994D08. Grayscale: #A2A2A2. Windows color (decimal): -10046729 or 16233062. OLE color: 16233062.
HSL color Cylindrical-coordinate representation of color #66B2F7: hue angle of 208.55º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66B2F7 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 178 | 247 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.03 |
| HSL | 208.55º | 0.9% | 0.68% | - |
| HSV(B) | 208.55º | 0.59% | 0.97% | - |
| XYZ | 38.19 | 41.38 | 93.97 | - |
| YUV | 163.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 247 | 0.59 | 0.28 | 0 | 0.03 | 208.55 | 0.9 | 0.68 |
| Hex | 66 | B2 | F7 | 3B | 1C | 0 | 3 | D1 | 5A | 44 |
| Octal | 146 | 262 | 367 | 73 | 34 | 0 | 3 | 321 | 132 | 104 |
| Binary | 1100110 | 10110010 | 11110111 | 111011 | 11100 | 0 | 11 | 11010001 | 1011010 | 1000100 |
Color Harmonies of #66B2F7
Complementary color
Monochromatic Colors of #66B2F7
Black with #66B2F7
Text Example
Text Example
White with #66B2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2F7; }
p { color: rgb(102,178,247); }
H1.HeaderClassName
{
color: #66B2F7;
}
.AnyTagClassName
{
color: #66B2F7;
}
</style>
background-color css
<style>
a { background-color: #66B2F7; }
a { background-color: rgb(102,178,247); }
div.DivClassName
{
background-color: #66B2F7;
}
.BgClassName
{
background-color: #66B2F7;
}
</style>
border-color css
<style>
span { border-color: #66B2F7; }
span { border-color: rgb(102,178,247); }
td.TdClassName
{
border-color: #66B2F7;
}
.TagClassName
{
border-color: #66B2F7;
}
</style>