Shades of Maya Blue #76C0EC
Tints of Maya Blue #76C0EC
RGB
CMYK
RGB Variations
Color information
#76C0EC (or 0x76C0EC) is known color: Maya Blue. HEX triplet: 76, C0 and EC. RGB value is (118,192,236). Sum of RGB (Red+Green+Blue) = 118+192+236=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #76C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C0EC is #893F13. Grayscale: #AEAEAE. Windows color (decimal): -8994580 or 15515766. OLE color: 15515766.
HSL color Cylindrical-coordinate representation of color #76C0EC: hue angle of 202.37º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C0EC is Cyan = 0.5, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 192 | 236 | - |
| CMYK | 0.5 | 0.19 | 0 | 0.07 |
| HSL | 202.37º | 0.76% | 0.69% | - |
| HSV(B) | 202.37º | 0.5% | 0.93% | - |
| XYZ | 41.46 | 47.61 | 86.36 | - |
| YUV | 174.89 | 162.48 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 236 | 0.5 | 0.19 | 0 | 0.07 | 202.37 | 0.76 | 0.69 |
| Hex | 76 | C0 | EC | 32 | 13 | 0 | 7 | CA | 4C | 45 |
| Octal | 166 | 300 | 354 | 62 | 23 | 0 | 7 | 312 | 114 | 105 |
| Binary | 1110110 | 11000000 | 11101100 | 110010 | 10011 | 0 | 111 | 11001010 | 1001100 | 1000101 |
Color Harmonies of #76C0EC
Complementary color
Monochromatic Colors of #76C0EC
Black with #76C0EC
Text Example
Text Example
White with #76C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C0EC; }
p { color: rgb(118,192,236); }
H1.HeaderClassName
{
color: #76C0EC;
}
.AnyTagClassName
{
color: #76C0EC;
}
</style>
background-color css
<style>
a { background-color: #76C0EC; }
a { background-color: rgb(118,192,236); }
div.DivClassName
{
background-color: #76C0EC;
}
.BgClassName
{
background-color: #76C0EC;
}
</style>
border-color css
<style>
span { border-color: #76C0EC; }
span { border-color: rgb(118,192,236); }
td.TdClassName
{
border-color: #76C0EC;
}
.TagClassName
{
border-color: #76C0EC;
}
</style>