Shades of Maya Blue #7AB9FA
Tints of Maya Blue #7AB9FA
RGB
CMYK
RGB Variations
Color information
#7AB9FA (or 0x7AB9FA) is known color: Maya Blue. HEX triplet: 7A, B9 and FA. RGB value is (122,185,250). Sum of RGB (Red+Green+Blue) = 122+185+250=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AB9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB9FA is #854605. Grayscale: #ADADAD. Windows color (decimal): -8734214 or 16431482. OLE color: 16431482.
HSL color Cylindrical-coordinate representation of color #7AB9FA: hue angle of 210.47º 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 #7AB9FA is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 185 | 250 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.02 |
| HSL | 210.47º | 0.93% | 0.73% | - |
| HSV(B) | 210.47º | 0.51% | 0.98% | - |
| XYZ | 42.63 | 45.74 | 97.02 | - |
| YUV | 173.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 250 | 0.51 | 0.26 | 0 | 0.02 | 210.47 | 0.93 | 0.73 |
| Hex | 7A | B9 | FA | 33 | 1A | 0 | 2 | D2 | 5D | 49 |
| Octal | 172 | 271 | 372 | 63 | 32 | 0 | 2 | 322 | 135 | 111 |
| Binary | 1111010 | 10111001 | 11111010 | 110011 | 11010 | 0 | 10 | 11010010 | 1011101 | 1001001 |
Color Harmonies of #7AB9FA
Complementary color
Monochromatic Colors of #7AB9FA
Black with #7AB9FA
Text Example
Text Example
White with #7AB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB9FA; }
p { color: rgb(122,185,250); }
H1.HeaderClassName
{
color: #7AB9FA;
}
.AnyTagClassName
{
color: #7AB9FA;
}
</style>
background-color css
<style>
a { background-color: #7AB9FA; }
a { background-color: rgb(122,185,250); }
div.DivClassName
{
background-color: #7AB9FA;
}
.BgClassName
{
background-color: #7AB9FA;
}
</style>
border-color css
<style>
span { border-color: #7AB9FA; }
span { border-color: rgb(122,185,250); }
td.TdClassName
{
border-color: #7AB9FA;
}
.TagClassName
{
border-color: #7AB9FA;
}
</style>