Shades of Maya Blue #76BBEC
Tints of Maya Blue #76BBEC
RGB
CMYK
RGB Variations
Color information
#76BBEC (or 0x76BBEC) is known color: Maya Blue. HEX triplet: 76, BB and EC. RGB value is (118,187,236). Sum of RGB (Red+Green+Blue) = 118+187+236=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #76BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BBEC is #894413. Grayscale: #ABABAB. Windows color (decimal): -8995860 or 15514486. OLE color: 15514486.
HSL color Cylindrical-coordinate representation of color #76BBEC: hue angle of 204.92º 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 #76BBEC is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 187 | 236 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.07 |
| HSL | 204.92º | 0.76% | 0.69% | - |
| HSV(B) | 204.92º | 0.5% | 0.93% | - |
| XYZ | 40.38 | 45.45 | 86 | - |
| YUV | 171.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 236 | 0.5 | 0.21 | 0 | 0.07 | 204.92 | 0.76 | 0.69 |
| Hex | 76 | BB | EC | 32 | 15 | 0 | 7 | CD | 4C | 45 |
| Octal | 166 | 273 | 354 | 62 | 25 | 0 | 7 | 315 | 114 | 105 |
| Binary | 1110110 | 10111011 | 11101100 | 110010 | 10101 | 0 | 111 | 11001101 | 1001100 | 1000101 |
Color Harmonies of #76BBEC
Complementary color
Monochromatic Colors of #76BBEC
Black with #76BBEC
Text Example
Text Example
White with #76BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBEC; }
p { color: rgb(118,187,236); }
H1.HeaderClassName
{
color: #76BBEC;
}
.AnyTagClassName
{
color: #76BBEC;
}
</style>
background-color css
<style>
a { background-color: #76BBEC; }
a { background-color: rgb(118,187,236); }
div.DivClassName
{
background-color: #76BBEC;
}
.BgClassName
{
background-color: #76BBEC;
}
</style>
border-color css
<style>
span { border-color: #76BBEC; }
span { border-color: rgb(118,187,236); }
td.TdClassName
{
border-color: #76BBEC;
}
.TagClassName
{
border-color: #76BBEC;
}
</style>