Shades of Maya Blue #76C2FF
Tints of Maya Blue #76C2FF
RGB
CMYK
RGB Variations
Color information
#76C2FF (or 0x76C2FF) is known color: Maya Blue. HEX triplet: 76, C2 and FF. RGB value is (118,194,255). Sum of RGB (Red+Green+Blue) = 118+194+255=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #76C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C2FF is #893D00. Grayscale: #B1B1B1. Windows color (decimal): -8994049 or 16761462. OLE color: 16761462.
HSL color Cylindrical-coordinate representation of color #76C2FF: hue angle of 206.72º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76C2FF is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 194 | 255 | - |
| CMYK | 0.54 | 0.24 | 0 | 0 |
| HSL | 206.72º | 1% | 0.73% | - |
| HSV(B) | 206.72º | 0.54% | 1% | - |
| XYZ | 44.81 | 49.66 | 101.83 | - |
| YUV | 178.23 | 171.32 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 255 | 0.54 | 0.24 | 0 | 0 | 206.72 | 1 | 0.73 |
| Hex | 76 | C2 | FF | 36 | 18 | 0 | 0 | CF | 64 | 49 |
| Octal | 166 | 302 | 377 | 66 | 30 | 0 | 0 | 317 | 144 | 111 |
| Binary | 1110110 | 11000010 | 11111111 | 110110 | 11000 | 0 | 0 | 11001111 | 1100100 | 1001001 |
Color Harmonies of #76C2FF
Complementary color
Monochromatic Colors of #76C2FF
Black with #76C2FF
Text Example
Text Example
White with #76C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C2FF; }
p { color: rgb(118,194,255); }
H1.HeaderClassName
{
color: #76C2FF;
}
.AnyTagClassName
{
color: #76C2FF;
}
</style>
background-color css
<style>
a { background-color: #76C2FF; }
a { background-color: rgb(118,194,255); }
div.DivClassName
{
background-color: #76C2FF;
}
.BgClassName
{
background-color: #76C2FF;
}
</style>
border-color css
<style>
span { border-color: #76C2FF; }
span { border-color: rgb(118,194,255); }
td.TdClassName
{
border-color: #76C2FF;
}
.TagClassName
{
border-color: #76C2FF;
}
</style>