Shades of Maya Blue #76C2F4
Tints of Maya Blue #76C2F4
RGB
CMYK
RGB Variations
Color information
#76C2F4 (or 0x76C2F4) is known color: Maya Blue. HEX triplet: 76, C2 and F4. RGB value is (118,194,244). Sum of RGB (Red+Green+Blue) = 118+194+244=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #76C2F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C2F4 is #893D0B. Grayscale: #B0B0B0. Windows color (decimal): -8994060 or 16040566. OLE color: 16040566.
HSL color Cylindrical-coordinate representation of color #76C2F4: hue angle of 203.81º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76C2F4 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 194 | 244 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.04 |
| HSL | 203.81º | 0.85% | 0.71% | - |
| HSV(B) | 203.81º | 0.52% | 0.96% | - |
| XYZ | 43.09 | 48.97 | 92.77 | - |
| YUV | 176.98 | 165.82 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 244 | 0.52 | 0.20 | 0 | 0.04 | 203.81 | 0.85 | 0.71 |
| Hex | 76 | C2 | F4 | 34 | 14 | 0 | 4 | CC | 55 | 47 |
| Octal | 166 | 302 | 364 | 64 | 24 | 0 | 4 | 314 | 125 | 107 |
| Binary | 1110110 | 11000010 | 11110100 | 110100 | 10100 | 0 | 100 | 11001100 | 1010101 | 1000111 |
Color Harmonies of #76C2F4
Complementary color
Monochromatic Colors of #76C2F4
Black with #76C2F4
Text Example
Text Example
White with #76C2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C2F4; }
p { color: rgb(118,194,244); }
H1.HeaderClassName
{
color: #76C2F4;
}
.AnyTagClassName
{
color: #76C2F4;
}
</style>
background-color css
<style>
a { background-color: #76C2F4; }
a { background-color: rgb(118,194,244); }
div.DivClassName
{
background-color: #76C2F4;
}
.BgClassName
{
background-color: #76C2F4;
}
</style>
border-color css
<style>
span { border-color: #76C2F4; }
span { border-color: rgb(118,194,244); }
td.TdClassName
{
border-color: #76C2F4;
}
.TagClassName
{
border-color: #76C2F4;
}
</style>