Shades of Maya Blue #76C9FA
Tints of Maya Blue #76C9FA
RGB
CMYK
RGB Variations
Color information
#76C9FA (or 0x76C9FA) is known color: Maya Blue. HEX triplet: 76, C9 and FA. RGB value is (118,201,250). Sum of RGB (Red+Green+Blue) = 118+201+250=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #76C9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C9FA is #893605. Grayscale: #B5B5B5. Windows color (decimal): -8992262 or 16435574. OLE color: 16435574.
HSL color Cylindrical-coordinate representation of color #76C9FA: hue angle of 202.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C9FA is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 201 | 250 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.02 |
| HSL | 202.27º | 0.93% | 0.72% | - |
| HSV(B) | 202.27º | 0.53% | 0.98% | - |
| XYZ | 45.61 | 52.53 | 98.18 | - |
| YUV | 181.77 | 166.5 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 250 | 0.53 | 0.20 | 0 | 0.02 | 202.27 | 0.93 | 0.72 |
| Hex | 76 | C9 | FA | 35 | 14 | 0 | 2 | CA | 5D | 48 |
| Octal | 166 | 311 | 372 | 65 | 24 | 0 | 2 | 312 | 135 | 110 |
| Binary | 1110110 | 11001001 | 11111010 | 110101 | 10100 | 0 | 10 | 11001010 | 1011101 | 1001000 |
Color Harmonies of #76C9FA
Complementary color
Monochromatic Colors of #76C9FA
Black with #76C9FA
Text Example
Text Example
White with #76C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C9FA; }
p { color: rgb(118,201,250); }
H1.HeaderClassName
{
color: #76C9FA;
}
.AnyTagClassName
{
color: #76C9FA;
}
</style>
background-color css
<style>
a { background-color: #76C9FA; }
a { background-color: rgb(118,201,250); }
div.DivClassName
{
background-color: #76C9FA;
}
.BgClassName
{
background-color: #76C9FA;
}
</style>
border-color css
<style>
span { border-color: #76C9FA; }
span { border-color: rgb(118,201,250); }
td.TdClassName
{
border-color: #76C9FA;
}
.TagClassName
{
border-color: #76C9FA;
}
</style>