Shades of Maya Blue #76D0FF
Tints of Maya Blue #76D0FF
RGB
CMYK
RGB Variations
Color information
#76D0FF (or 0x76D0FF) is known color: Maya Blue. HEX triplet: 76, D0 and FF. RGB value is (118,208,255). Sum of RGB (Red+Green+Blue) = 118+208+255=581 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.31% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #76D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0FF is #892F00. Grayscale: #BABABA. Windows color (decimal): -8990465 or 16765046. OLE color: 16765046.
HSL color Cylindrical-coordinate representation of color #76D0FF: hue angle of 200.58º 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 #76D0FF is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 208 | 255 | - |
| CMYK | 0.54 | 0.18 | 0 | 0 |
| HSL | 200.58º | 1% | 0.73% | - |
| HSV(B) | 200.58º | 0.54% | 1% | - |
| XYZ | 48.08 | 56.18 | 102.92 | - |
| YUV | 186.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 255 | 0.54 | 0.18 | 0 | 0 | 200.58 | 1 | 0.73 |
| Hex | 76 | D0 | FF | 36 | 12 | 0 | 0 | C9 | 64 | 49 |
| Octal | 166 | 320 | 377 | 66 | 22 | 0 | 0 | 311 | 144 | 111 |
| Binary | 1110110 | 11010000 | 11111111 | 110110 | 10010 | 0 | 0 | 11001001 | 1100100 | 1001001 |
Color Harmonies of #76D0FF
Complementary color
Monochromatic Colors of #76D0FF
Black with #76D0FF
Text Example
Text Example
White with #76D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D0FF; }
p { color: rgb(118,208,255); }
H1.HeaderClassName
{
color: #76D0FF;
}
.AnyTagClassName
{
color: #76D0FF;
}
</style>
background-color css
<style>
a { background-color: #76D0FF; }
a { background-color: rgb(118,208,255); }
div.DivClassName
{
background-color: #76D0FF;
}
.BgClassName
{
background-color: #76D0FF;
}
</style>
border-color css
<style>
span { border-color: #76D0FF; }
span { border-color: rgb(118,208,255); }
td.TdClassName
{
border-color: #76D0FF;
}
.TagClassName
{
border-color: #76D0FF;
}
</style>