Shades of Maya Blue #76BCEC
Tints of Maya Blue #76BCEC
RGB
CMYK
RGB Variations
Color information
#76BCEC (or 0x76BCEC) is known color: Maya Blue. HEX triplet: 76, BC and EC. RGB value is (118,188,236). Sum of RGB (Red+Green+Blue) = 118+188+236=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #76BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCEC is #894313. Grayscale: #ACACAC. Windows color (decimal): -8995604 or 15514742. OLE color: 15514742.
HSL color Cylindrical-coordinate representation of color #76BCEC: hue angle of 204.41º 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 #76BCEC is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 188 | 236 | - |
| CMYK | 0.5 | 0.20 | 0 | 0.07 |
| HSL | 204.41º | 0.76% | 0.69% | - |
| HSV(B) | 204.41º | 0.5% | 0.93% | - |
| XYZ | 40.59 | 45.87 | 86.07 | - |
| YUV | 172.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 236 | 0.5 | 0.20 | 0 | 0.07 | 204.41 | 0.76 | 0.69 |
| Hex | 76 | BC | EC | 32 | 14 | 0 | 7 | CC | 4C | 45 |
| Octal | 166 | 274 | 354 | 62 | 24 | 0 | 7 | 314 | 114 | 105 |
| Binary | 1110110 | 10111100 | 11101100 | 110010 | 10100 | 0 | 111 | 11001100 | 1001100 | 1000101 |
Color Harmonies of #76BCEC
Complementary color
Monochromatic Colors of #76BCEC
Black with #76BCEC
Text Example
Text Example
White with #76BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCEC; }
p { color: rgb(118,188,236); }
H1.HeaderClassName
{
color: #76BCEC;
}
.AnyTagClassName
{
color: #76BCEC;
}
</style>
background-color css
<style>
a { background-color: #76BCEC; }
a { background-color: rgb(118,188,236); }
div.DivClassName
{
background-color: #76BCEC;
}
.BgClassName
{
background-color: #76BCEC;
}
</style>
border-color css
<style>
span { border-color: #76BCEC; }
span { border-color: rgb(118,188,236); }
td.TdClassName
{
border-color: #76BCEC;
}
.TagClassName
{
border-color: #76BCEC;
}
</style>