Shades of Maya Blue #76C3F7
Tints of Maya Blue #76C3F7
RGB
CMYK
RGB Variations
Color information
#76C3F7 (or 0x76C3F7) is known color: Maya Blue. HEX triplet: 76, C3 and F7. RGB value is (118,195,247). Sum of RGB (Red+Green+Blue) = 118+195+247=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #76C3F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C3F7 is #893C08. Grayscale: #B1B1B1. Windows color (decimal): -8993801 or 16237430. OLE color: 16237430.
HSL color Cylindrical-coordinate representation of color #76C3F7: hue angle of 204.19º 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 #76C3F7 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 195 | 247 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.03 |
| HSL | 204.19º | 0.89% | 0.72% | - |
| HSV(B) | 204.19º | 0.52% | 0.97% | - |
| XYZ | 43.77 | 49.6 | 95.26 | - |
| YUV | 177.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 247 | 0.52 | 0.21 | 0 | 0.03 | 204.19 | 0.89 | 0.72 |
| Hex | 76 | C3 | F7 | 34 | 15 | 0 | 3 | CC | 59 | 48 |
| Octal | 166 | 303 | 367 | 64 | 25 | 0 | 3 | 314 | 131 | 110 |
| Binary | 1110110 | 11000011 | 11110111 | 110100 | 10101 | 0 | 11 | 11001100 | 1011001 | 1001000 |
Color Harmonies of #76C3F7
Complementary color
Monochromatic Colors of #76C3F7
Black with #76C3F7
Text Example
Text Example
White with #76C3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C3F7; }
p { color: rgb(118,195,247); }
H1.HeaderClassName
{
color: #76C3F7;
}
.AnyTagClassName
{
color: #76C3F7;
}
</style>
background-color css
<style>
a { background-color: #76C3F7; }
a { background-color: rgb(118,195,247); }
div.DivClassName
{
background-color: #76C3F7;
}
.BgClassName
{
background-color: #76C3F7;
}
</style>
border-color css
<style>
span { border-color: #76C3F7; }
span { border-color: rgb(118,195,247); }
td.TdClassName
{
border-color: #76C3F7;
}
.TagClassName
{
border-color: #76C3F7;
}
</style>