Shades of Maya Blue #76BFFA
Tints of Maya Blue #76BFFA
RGB
CMYK
RGB Variations
Color information
#76BFFA (or 0x76BFFA) is known color: Maya Blue. HEX triplet: 76, BF and FA. RGB value is (118,191,250). Sum of RGB (Red+Green+Blue) = 118+191+250=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #76BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BFFA is #894005. Grayscale: #AFAFAF. Windows color (decimal): -8994822 or 16433014. OLE color: 16433014.
HSL color Cylindrical-coordinate representation of color #76BFFA: hue angle of 206.82º 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 #76BFFA is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 191 | 250 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.02 |
| HSL | 206.82º | 0.93% | 0.72% | - |
| HSV(B) | 206.82º | 0.53% | 0.98% | - |
| XYZ | 43.36 | 48.02 | 97.43 | - |
| YUV | 175.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 250 | 0.53 | 0.24 | 0 | 0.02 | 206.82 | 0.93 | 0.72 |
| Hex | 76 | BF | FA | 35 | 18 | 0 | 2 | CF | 5D | 48 |
| Octal | 166 | 277 | 372 | 65 | 30 | 0 | 2 | 317 | 135 | 110 |
| Binary | 1110110 | 10111111 | 11111010 | 110101 | 11000 | 0 | 10 | 11001111 | 1011101 | 1001000 |
Color Harmonies of #76BFFA
Complementary color
Monochromatic Colors of #76BFFA
Black with #76BFFA
Text Example
Text Example
White with #76BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BFFA; }
p { color: rgb(118,191,250); }
H1.HeaderClassName
{
color: #76BFFA;
}
.AnyTagClassName
{
color: #76BFFA;
}
</style>
background-color css
<style>
a { background-color: #76BFFA; }
a { background-color: rgb(118,191,250); }
div.DivClassName
{
background-color: #76BFFA;
}
.BgClassName
{
background-color: #76BFFA;
}
</style>
border-color css
<style>
span { border-color: #76BFFA; }
span { border-color: rgb(118,191,250); }
td.TdClassName
{
border-color: #76BFFA;
}
.TagClassName
{
border-color: #76BFFA;
}
</style>