Shades of Maya Blue #76C9F7
Tints of Maya Blue #76C9F7
RGB
CMYK
RGB Variations
Color information
#76C9F7 (or 0x76C9F7) is known color: Maya Blue. HEX triplet: 76, C9 and F7. RGB value is (118,201,247). Sum of RGB (Red+Green+Blue) = 118+201+247=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #76C9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C9F7 is #893608. Grayscale: #B5B5B5. Windows color (decimal): -8992265 or 16238966. OLE color: 16238966.
HSL color Cylindrical-coordinate representation of color #76C9F7: hue angle of 201.4º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76C9F7 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 201 | 247 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.03 |
| HSL | 201.4º | 0.89% | 0.72% | - |
| HSV(B) | 201.4º | 0.52% | 0.97% | - |
| XYZ | 45.15 | 52.34 | 95.72 | - |
| YUV | 181.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 247 | 0.52 | 0.19 | 0 | 0.03 | 201.4 | 0.89 | 0.72 |
| Hex | 76 | C9 | F7 | 34 | 13 | 0 | 3 | C9 | 59 | 48 |
| Octal | 166 | 311 | 367 | 64 | 23 | 0 | 3 | 311 | 131 | 110 |
| Binary | 1110110 | 11001001 | 11110111 | 110100 | 10011 | 0 | 11 | 11001001 | 1011001 | 1001000 |
Color Harmonies of #76C9F7
Complementary color
Monochromatic Colors of #76C9F7
Black with #76C9F7
Text Example
Text Example
White with #76C9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C9F7; }
p { color: rgb(118,201,247); }
H1.HeaderClassName
{
color: #76C9F7;
}
.AnyTagClassName
{
color: #76C9F7;
}
</style>
background-color css
<style>
a { background-color: #76C9F7; }
a { background-color: rgb(118,201,247); }
div.DivClassName
{
background-color: #76C9F7;
}
.BgClassName
{
background-color: #76C9F7;
}
</style>
border-color css
<style>
span { border-color: #76C9F7; }
span { border-color: rgb(118,201,247); }
td.TdClassName
{
border-color: #76C9F7;
}
.TagClassName
{
border-color: #76C9F7;
}
</style>