Shades of Maya Blue #66B2F5
Tints of Maya Blue #66B2F5
RGB
CMYK
RGB Variations
Color information
#66B2F5 (or 0x66B2F5) is known color: Maya Blue. HEX triplet: 66, B2 and F5. RGB value is (102,178,245). Sum of RGB (Red+Green+Blue) = 102+178+245=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #66B2F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B2F5 is #994D0A. Grayscale: #A2A2A2. Windows color (decimal): -10046731 or 16101990. OLE color: 16101990.
HSL color Cylindrical-coordinate representation of color #66B2F5: hue angle of 208.11º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66B2F5 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 178 | 245 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.04 |
| HSL | 208.11º | 0.88% | 0.68% | - |
| HSV(B) | 208.11º | 0.58% | 0.96% | - |
| XYZ | 37.88 | 41.26 | 92.35 | - |
| YUV | 162.91 | 174.32 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 245 | 0.58 | 0.27 | 0 | 0.04 | 208.11 | 0.88 | 0.68 |
| Hex | 66 | B2 | F5 | 3A | 1B | 0 | 4 | D0 | 58 | 44 |
| Octal | 146 | 262 | 365 | 72 | 33 | 0 | 4 | 320 | 130 | 104 |
| Binary | 1100110 | 10110010 | 11110101 | 111010 | 11011 | 0 | 100 | 11010000 | 1011000 | 1000100 |
Color Harmonies of #66B2F5
Complementary color
Monochromatic Colors of #66B2F5
Black with #66B2F5
Text Example
Text Example
White with #66B2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2F5; }
p { color: rgb(102,178,245); }
H1.HeaderClassName
{
color: #66B2F5;
}
.AnyTagClassName
{
color: #66B2F5;
}
</style>
background-color css
<style>
a { background-color: #66B2F5; }
a { background-color: rgb(102,178,245); }
div.DivClassName
{
background-color: #66B2F5;
}
.BgClassName
{
background-color: #66B2F5;
}
</style>
border-color css
<style>
span { border-color: #66B2F5; }
span { border-color: rgb(102,178,245); }
td.TdClassName
{
border-color: #66B2F5;
}
.TagClassName
{
border-color: #66B2F5;
}
</style>