Shades of Maya Blue #76C6EC
Tints of Maya Blue #76C6EC
RGB
CMYK
RGB Variations
Color information
#76C6EC (or 0x76C6EC) is known color: Maya Blue. HEX triplet: 76, C6 and EC. RGB value is (118,198,236). Sum of RGB (Red+Green+Blue) = 118+198+236=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #76C6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C6EC is #893913. Grayscale: #B2B2B2. Windows color (decimal): -8993044 or 15517302. OLE color: 15517302.
HSL color Cylindrical-coordinate representation of color #76C6EC: hue angle of 199.32º 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 #76C6EC is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 198 | 236 | - |
| CMYK | 0.5 | 0.16 | 0 | 0.07 |
| HSL | 199.32º | 0.76% | 0.69% | - |
| HSV(B) | 199.32º | 0.5% | 0.93% | - |
| XYZ | 42.81 | 50.3 | 86.81 | - |
| YUV | 178.41 | 160.5 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 236 | 0.5 | 0.16 | 0 | 0.07 | 199.32 | 0.76 | 0.69 |
| Hex | 76 | C6 | EC | 32 | 10 | 0 | 7 | C7 | 4C | 45 |
| Octal | 166 | 306 | 354 | 62 | 20 | 0 | 7 | 307 | 114 | 105 |
| Binary | 1110110 | 11000110 | 11101100 | 110010 | 10000 | 0 | 111 | 11000111 | 1001100 | 1000101 |
Color Harmonies of #76C6EC
Complementary color
Monochromatic Colors of #76C6EC
Black with #76C6EC
Text Example
Text Example
White with #76C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6EC; }
p { color: rgb(118,198,236); }
H1.HeaderClassName
{
color: #76C6EC;
}
.AnyTagClassName
{
color: #76C6EC;
}
</style>
background-color css
<style>
a { background-color: #76C6EC; }
a { background-color: rgb(118,198,236); }
div.DivClassName
{
background-color: #76C6EC;
}
.BgClassName
{
background-color: #76C6EC;
}
</style>
border-color css
<style>
span { border-color: #76C6EC; }
span { border-color: rgb(118,198,236); }
td.TdClassName
{
border-color: #76C6EC;
}
.TagClassName
{
border-color: #76C6EC;
}
</style>