Shades of Maya Blue #76ABFC
Tints of Maya Blue #76ABFC
RGB
CMYK
RGB Variations
Color information
#76ABFC (or 0x76ABFC) is known color: Maya Blue. HEX triplet: 76, AB and FC. RGB value is (118,171,252). Sum of RGB (Red+Green+Blue) = 118+171+252=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #76ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ABFC is #895403. Grayscale: #A4A4A4. Windows color (decimal): -8999940 or 16558966. OLE color: 16558966.
HSL color Cylindrical-coordinate representation of color #76ABFC: hue angle of 216.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76ABFC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 171 | 252 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.01 |
| HSL | 216.27º | 0.96% | 0.73% | - |
| HSV(B) | 216.27º | 0.53% | 0.99% | - |
| XYZ | 39.6 | 40.01 | 97.73 | - |
| YUV | 164.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 252 | 0.53 | 0.32 | 0 | 0.01 | 216.27 | 0.96 | 0.73 |
| Hex | 76 | AB | FC | 35 | 20 | 0 | 1 | D8 | 60 | 49 |
| Octal | 166 | 253 | 374 | 65 | 40 | 0 | 1 | 330 | 140 | 111 |
| Binary | 1110110 | 10101011 | 11111100 | 110101 | 100000 | 0 | 1 | 11011000 | 1100000 | 1001001 |
Color Harmonies of #76ABFC
Complementary color
Monochromatic Colors of #76ABFC
Black with #76ABFC
Text Example
Text Example
White with #76ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABFC; }
p { color: rgb(118,171,252); }
H1.HeaderClassName
{
color: #76ABFC;
}
.AnyTagClassName
{
color: #76ABFC;
}
</style>
background-color css
<style>
a { background-color: #76ABFC; }
a { background-color: rgb(118,171,252); }
div.DivClassName
{
background-color: #76ABFC;
}
.BgClassName
{
background-color: #76ABFC;
}
</style>
border-color css
<style>
span { border-color: #76ABFC; }
span { border-color: rgb(118,171,252); }
td.TdClassName
{
border-color: #76ABFC;
}
.TagClassName
{
border-color: #76ABFC;
}
</style>