Shades of Maya Blue #76BDF7
Tints of Maya Blue #76BDF7
RGB
CMYK
RGB Variations
Color information
#76BDF7 (or 0x76BDF7) is known color: Maya Blue. HEX triplet: 76, BD and F7. RGB value is (118,189,247). Sum of RGB (Red+Green+Blue) = 118+189+247=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #76BDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BDF7 is #894208. Grayscale: #AEAEAE. Windows color (decimal): -8995337 or 16235894. OLE color: 16235894.
HSL color Cylindrical-coordinate representation of color #76BDF7: hue angle of 206.98º 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 #76BDF7 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 189 | 247 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.03 |
| HSL | 206.98º | 0.89% | 0.72% | - |
| HSV(B) | 206.98º | 0.52% | 0.97% | - |
| XYZ | 42.46 | 46.96 | 94.82 | - |
| YUV | 174.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 247 | 0.52 | 0.23 | 0 | 0.03 | 206.98 | 0.89 | 0.72 |
| Hex | 76 | BD | F7 | 34 | 17 | 0 | 3 | CF | 59 | 48 |
| Octal | 166 | 275 | 367 | 64 | 27 | 0 | 3 | 317 | 131 | 110 |
| Binary | 1110110 | 10111101 | 11110111 | 110100 | 10111 | 0 | 11 | 11001111 | 1011001 | 1001000 |
Color Harmonies of #76BDF7
Complementary color
Monochromatic Colors of #76BDF7
Black with #76BDF7
Text Example
Text Example
White with #76BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDF7; }
p { color: rgb(118,189,247); }
H1.HeaderClassName
{
color: #76BDF7;
}
.AnyTagClassName
{
color: #76BDF7;
}
</style>
background-color css
<style>
a { background-color: #76BDF7; }
a { background-color: rgb(118,189,247); }
div.DivClassName
{
background-color: #76BDF7;
}
.BgClassName
{
background-color: #76BDF7;
}
</style>
border-color css
<style>
span { border-color: #76BDF7; }
span { border-color: rgb(118,189,247); }
td.TdClassName
{
border-color: #76BDF7;
}
.TagClassName
{
border-color: #76BDF7;
}
</style>