Shades of Maya Blue #76D0F6
Tints of Maya Blue #76D0F6
RGB
CMYK
RGB Variations
Color information
#76D0F6 (or 0x76D0F6) is known color: Maya Blue. HEX triplet: 76, D0 and F6. RGB value is (118,208,246). Sum of RGB (Red+Green+Blue) = 118+208+246=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #76D0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0F6 is #892F09. Grayscale: #B9B9B9. Windows color (decimal): -8990474 or 16175222. OLE color: 16175222.
HSL color Cylindrical-coordinate representation of color #76D0F6: hue angle of 197.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76D0F6 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 208 | 246 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.04 |
| HSL | 197.81º | 0.88% | 0.71% | - |
| HSV(B) | 197.81º | 0.52% | 0.96% | - |
| XYZ | 46.66 | 55.62 | 95.46 | - |
| YUV | 185.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 246 | 0.52 | 0.15 | 0 | 0.04 | 197.81 | 0.88 | 0.71 |
| Hex | 76 | D0 | F6 | 34 | F | 0 | 4 | C6 | 58 | 47 |
| Octal | 166 | 320 | 366 | 64 | 17 | 0 | 4 | 306 | 130 | 107 |
| Binary | 1110110 | 11010000 | 11110110 | 110100 | 1111 | 0 | 100 | 11000110 | 1011000 | 1000111 |
Color Harmonies of #76D0F6
Complementary color
Monochromatic Colors of #76D0F6
Black with #76D0F6
Text Example
Text Example
White with #76D0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D0F6; }
p { color: rgb(118,208,246); }
H1.HeaderClassName
{
color: #76D0F6;
}
.AnyTagClassName
{
color: #76D0F6;
}
</style>
background-color css
<style>
a { background-color: #76D0F6; }
a { background-color: rgb(118,208,246); }
div.DivClassName
{
background-color: #76D0F6;
}
.BgClassName
{
background-color: #76D0F6;
}
</style>
border-color css
<style>
span { border-color: #76D0F6; }
span { border-color: rgb(118,208,246); }
td.TdClassName
{
border-color: #76D0F6;
}
.TagClassName
{
border-color: #76D0F6;
}
</style>