Shades of Maya Blue #7ABFEA
Tints of Maya Blue #7ABFEA
RGB
CMYK
RGB Variations
Color information
#7ABFEA (or 0x7ABFEA) is known color: Maya Blue. HEX triplet: 7A, BF and EA. RGB value is (122,191,234). Sum of RGB (Red+Green+Blue) = 122+191+234=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #7ABFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFEA is #854015. Grayscale: #AFAFAF. Windows color (decimal): -8732694 or 15384442. OLE color: 15384442.
HSL color Cylindrical-coordinate representation of color #7ABFEA: hue angle of 203.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ABFEA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 191 | 234 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.08 |
| HSL | 203.04º | 0.73% | 0.7% | - |
| HSV(B) | 203.04º | 0.48% | 0.92% | - |
| XYZ | 41.51 | 47.34 | 84.79 | - |
| YUV | 175.27 | 161.14 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 234 | 0.48 | 0.18 | 0 | 0.08 | 203.04 | 0.73 | 0.7 |
| Hex | 7A | BF | EA | 30 | 12 | 0 | 8 | CB | 49 | 46 |
| Octal | 172 | 277 | 352 | 60 | 22 | 0 | 10 | 313 | 111 | 106 |
| Binary | 1111010 | 10111111 | 11101010 | 110000 | 10010 | 0 | 1000 | 11001011 | 1001001 | 1000110 |
Color Harmonies of #7ABFEA
Complementary color
Monochromatic Colors of #7ABFEA
Black with #7ABFEA
Text Example
Text Example
White with #7ABFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFEA; }
p { color: rgb(122,191,234); }
H1.HeaderClassName
{
color: #7ABFEA;
}
.AnyTagClassName
{
color: #7ABFEA;
}
</style>
background-color css
<style>
a { background-color: #7ABFEA; }
a { background-color: rgb(122,191,234); }
div.DivClassName
{
background-color: #7ABFEA;
}
.BgClassName
{
background-color: #7ABFEA;
}
</style>
border-color css
<style>
span { border-color: #7ABFEA; }
span { border-color: rgb(122,191,234); }
td.TdClassName
{
border-color: #7ABFEA;
}
.TagClassName
{
border-color: #7ABFEA;
}
</style>