Shades of Maya Blue #7ABAFA
Tints of Maya Blue #7ABAFA
RGB
CMYK
RGB Variations
Color information
#7ABAFA (or 0x7ABAFA) is known color: Maya Blue. HEX triplet: 7A, BA and FA. RGB value is (122,186,250). Sum of RGB (Red+Green+Blue) = 122+186+250=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #7ABAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAFA is #854505. Grayscale: #ADADAD. Windows color (decimal): -8733958 or 16431738. OLE color: 16431738.
HSL color Cylindrical-coordinate representation of color #7ABAFA: hue angle of 210º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ABAFA is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 186 | 250 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.02 |
| HSL | 210º | 0.93% | 0.73% | - |
| HSV(B) | 210º | 0.51% | 0.98% | - |
| XYZ | 42.84 | 46.16 | 97.09 | - |
| YUV | 174.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 250 | 0.51 | 0.26 | 0 | 0.02 | 210 | 0.93 | 0.73 |
| Hex | 7A | BA | FA | 33 | 1A | 0 | 2 | D2 | 5D | 49 |
| Octal | 172 | 272 | 372 | 63 | 32 | 0 | 2 | 322 | 135 | 111 |
| Binary | 1111010 | 10111010 | 11111010 | 110011 | 11010 | 0 | 10 | 11010010 | 1011101 | 1001001 |
Color Harmonies of #7ABAFA
Complementary color
Monochromatic Colors of #7ABAFA
Black with #7ABAFA
Text Example
Text Example
White with #7ABAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAFA; }
p { color: rgb(122,186,250); }
H1.HeaderClassName
{
color: #7ABAFA;
}
.AnyTagClassName
{
color: #7ABAFA;
}
</style>
background-color css
<style>
a { background-color: #7ABAFA; }
a { background-color: rgb(122,186,250); }
div.DivClassName
{
background-color: #7ABAFA;
}
.BgClassName
{
background-color: #7ABAFA;
}
</style>
border-color css
<style>
span { border-color: #7ABAFA; }
span { border-color: rgb(122,186,250); }
td.TdClassName
{
border-color: #7ABAFA;
}
.TagClassName
{
border-color: #7ABAFA;
}
</style>