Shades of Maya Blue #76BAEC
Tints of Maya Blue #76BAEC
RGB
CMYK
RGB Variations
Color information
#76BAEC (or 0x76BAEC) is known color: Maya Blue. HEX triplet: 76, BA and EC. RGB value is (118,186,236). Sum of RGB (Red+Green+Blue) = 118+186+236=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #76BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAEC is #894513. Grayscale: #ABABAB. Windows color (decimal): -8996116 or 15514230. OLE color: 15514230.
HSL color Cylindrical-coordinate representation of color #76BAEC: hue angle of 205.42º 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 #76BAEC is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 186 | 236 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.07 |
| HSL | 205.42º | 0.76% | 0.69% | - |
| HSV(B) | 205.42º | 0.5% | 0.93% | - |
| XYZ | 40.17 | 45.03 | 85.93 | - |
| YUV | 171.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 236 | 0.5 | 0.21 | 0 | 0.07 | 205.42 | 0.76 | 0.69 |
| Hex | 76 | BA | EC | 32 | 15 | 0 | 7 | CD | 4C | 45 |
| Octal | 166 | 272 | 354 | 62 | 25 | 0 | 7 | 315 | 114 | 105 |
| Binary | 1110110 | 10111010 | 11101100 | 110010 | 10101 | 0 | 111 | 11001101 | 1001100 | 1000101 |
Color Harmonies of #76BAEC
Complementary color
Monochromatic Colors of #76BAEC
Black with #76BAEC
Text Example
Text Example
White with #76BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAEC; }
p { color: rgb(118,186,236); }
H1.HeaderClassName
{
color: #76BAEC;
}
.AnyTagClassName
{
color: #76BAEC;
}
</style>
background-color css
<style>
a { background-color: #76BAEC; }
a { background-color: rgb(118,186,236); }
div.DivClassName
{
background-color: #76BAEC;
}
.BgClassName
{
background-color: #76BAEC;
}
</style>
border-color css
<style>
span { border-color: #76BAEC; }
span { border-color: rgb(118,186,236); }
td.TdClassName
{
border-color: #76BAEC;
}
.TagClassName
{
border-color: #76BAEC;
}
</style>