Shades of Maya Blue #7AC2FA
Tints of Maya Blue #7AC2FA
RGB
CMYK
RGB Variations
Color information
#7AC2FA (or 0x7AC2FA) is known color: Maya Blue. HEX triplet: 7A, C2 and FA. RGB value is (122,194,250). Sum of RGB (Red+Green+Blue) = 122+194+250=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AC2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC2FA is #853D05. Grayscale: #B2B2B2. Windows color (decimal): -8731910 or 16433786. OLE color: 16433786.
HSL color Cylindrical-coordinate representation of color #7AC2FA: hue angle of 206.25º 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 #7AC2FA is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 194 | 250 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.02 |
| HSL | 206.25º | 0.93% | 0.73% | - |
| HSV(B) | 206.25º | 0.51% | 0.98% | - |
| XYZ | 44.57 | 49.62 | 97.67 | - |
| YUV | 178.86 | 168.15 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 250 | 0.51 | 0.22 | 0 | 0.02 | 206.25 | 0.93 | 0.73 |
| Hex | 7A | C2 | FA | 33 | 16 | 0 | 2 | CE | 5D | 49 |
| Octal | 172 | 302 | 372 | 63 | 26 | 0 | 2 | 316 | 135 | 111 |
| Binary | 1111010 | 11000010 | 11111010 | 110011 | 10110 | 0 | 10 | 11001110 | 1011101 | 1001001 |
Color Harmonies of #7AC2FA
Complementary color
Monochromatic Colors of #7AC2FA
Black with #7AC2FA
Text Example
Text Example
White with #7AC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC2FA; }
p { color: rgb(122,194,250); }
H1.HeaderClassName
{
color: #7AC2FA;
}
.AnyTagClassName
{
color: #7AC2FA;
}
</style>
background-color css
<style>
a { background-color: #7AC2FA; }
a { background-color: rgb(122,194,250); }
div.DivClassName
{
background-color: #7AC2FA;
}
.BgClassName
{
background-color: #7AC2FA;
}
</style>
border-color css
<style>
span { border-color: #7AC2FA; }
span { border-color: rgb(122,194,250); }
td.TdClassName
{
border-color: #7AC2FA;
}
.TagClassName
{
border-color: #7AC2FA;
}
</style>