Shades of Maya Blue #7AB2FA
Tints of Maya Blue #7AB2FA
RGB
CMYK
RGB Variations
Color information
#7AB2FA (or 0x7AB2FA) is known color: Maya Blue. HEX triplet: 7A, B2 and FA. RGB value is (122,178,250). Sum of RGB (Red+Green+Blue) = 122+178+250=550 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.18% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB2FA is #854D05. Grayscale: #A9A9A9. Windows color (decimal): -8736006 or 16429690. OLE color: 16429690.
HSL color Cylindrical-coordinate representation of color #7AB2FA: hue angle of 213.75º 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 #7AB2FA is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 178 | 250 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.02 |
| HSL | 213.75º | 0.93% | 0.73% | - |
| HSV(B) | 213.75º | 0.51% | 0.98% | - |
| XYZ | 41.2 | 42.88 | 96.55 | - |
| YUV | 169.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 250 | 0.51 | 0.29 | 0 | 0.02 | 213.75 | 0.93 | 0.73 |
| Hex | 7A | B2 | FA | 33 | 1D | 0 | 2 | D6 | 5D | 49 |
| Octal | 172 | 262 | 372 | 63 | 35 | 0 | 2 | 326 | 135 | 111 |
| Binary | 1111010 | 10110010 | 11111010 | 110011 | 11101 | 0 | 10 | 11010110 | 1011101 | 1001001 |
Color Harmonies of #7AB2FA
Complementary color
Monochromatic Colors of #7AB2FA
Black with #7AB2FA
Text Example
Text Example
White with #7AB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB2FA; }
p { color: rgb(122,178,250); }
H1.HeaderClassName
{
color: #7AB2FA;
}
.AnyTagClassName
{
color: #7AB2FA;
}
</style>
background-color css
<style>
a { background-color: #7AB2FA; }
a { background-color: rgb(122,178,250); }
div.DivClassName
{
background-color: #7AB2FA;
}
.BgClassName
{
background-color: #7AB2FA;
}
</style>
border-color css
<style>
span { border-color: #7AB2FA; }
span { border-color: rgb(122,178,250); }
td.TdClassName
{
border-color: #7AB2FA;
}
.TagClassName
{
border-color: #7AB2FA;
}
</style>