Shades of Maya Blue #76B7FA
Tints of Maya Blue #76B7FA
RGB
CMYK
RGB Variations
Color information
#76B7FA (or 0x76B7FA) is known color: Maya Blue. HEX triplet: 76, B7 and FA. RGB value is (118,183,250). Sum of RGB (Red+Green+Blue) = 118+183+250=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #76B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B7FA is #894805. Grayscale: #AAAAAA. Windows color (decimal): -8996870 or 16430966. OLE color: 16430966.
HSL color Cylindrical-coordinate representation of color #76B7FA: hue angle of 210.45º 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 #76B7FA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 183 | 250 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.02 |
| HSL | 210.45º | 0.93% | 0.72% | - |
| HSV(B) | 210.45º | 0.53% | 0.98% | - |
| XYZ | 41.66 | 44.62 | 96.86 | - |
| YUV | 171.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 250 | 0.53 | 0.27 | 0 | 0.02 | 210.45 | 0.93 | 0.72 |
| Hex | 76 | B7 | FA | 35 | 1B | 0 | 2 | D2 | 5D | 48 |
| Octal | 166 | 267 | 372 | 65 | 33 | 0 | 2 | 322 | 135 | 110 |
| Binary | 1110110 | 10110111 | 11111010 | 110101 | 11011 | 0 | 10 | 11010010 | 1011101 | 1001000 |
Color Harmonies of #76B7FA
Complementary color
Monochromatic Colors of #76B7FA
Black with #76B7FA
Text Example
Text Example
White with #76B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B7FA; }
p { color: rgb(118,183,250); }
H1.HeaderClassName
{
color: #76B7FA;
}
.AnyTagClassName
{
color: #76B7FA;
}
</style>
background-color css
<style>
a { background-color: #76B7FA; }
a { background-color: rgb(118,183,250); }
div.DivClassName
{
background-color: #76B7FA;
}
.BgClassName
{
background-color: #76B7FA;
}
</style>
border-color css
<style>
span { border-color: #76B7FA; }
span { border-color: rgb(118,183,250); }
td.TdClassName
{
border-color: #76B7FA;
}
.TagClassName
{
border-color: #76B7FA;
}
</style>