Shades of Maya Blue #7AC2EC
Tints of Maya Blue #7AC2EC
RGB
CMYK
RGB Variations
Color information
#7AC2EC (or 0x7AC2EC) is known color: Maya Blue. HEX triplet: 7A, C2 and EC. RGB value is (122,194,236). Sum of RGB (Red+Green+Blue) = 122+194+236=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AC2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC2EC is #853D13. Grayscale: #B1B1B1. Windows color (decimal): -8731924 or 15516282. OLE color: 15516282.
HSL color Cylindrical-coordinate representation of color #7AC2EC: hue angle of 202.11º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AC2EC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 194 | 236 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.07 |
| HSL | 202.11º | 0.75% | 0.7% | - |
| HSV(B) | 202.11º | 0.48% | 0.93% | - |
| XYZ | 42.46 | 48.78 | 86.53 | - |
| YUV | 177.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 236 | 0.48 | 0.18 | 0 | 0.07 | 202.11 | 0.75 | 0.7 |
| Hex | 7A | C2 | EC | 30 | 12 | 0 | 7 | CA | 4B | 46 |
| Octal | 172 | 302 | 354 | 60 | 22 | 0 | 7 | 312 | 113 | 106 |
| Binary | 1111010 | 11000010 | 11101100 | 110000 | 10010 | 0 | 111 | 11001010 | 1001011 | 1000110 |
Color Harmonies of #7AC2EC
Complementary color
Monochromatic Colors of #7AC2EC
Black with #7AC2EC
Text Example
Text Example
White with #7AC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC2EC; }
p { color: rgb(122,194,236); }
H1.HeaderClassName
{
color: #7AC2EC;
}
.AnyTagClassName
{
color: #7AC2EC;
}
</style>
background-color css
<style>
a { background-color: #7AC2EC; }
a { background-color: rgb(122,194,236); }
div.DivClassName
{
background-color: #7AC2EC;
}
.BgClassName
{
background-color: #7AC2EC;
}
</style>
border-color css
<style>
span { border-color: #7AC2EC; }
span { border-color: rgb(122,194,236); }
td.TdClassName
{
border-color: #7AC2EC;
}
.TagClassName
{
border-color: #7AC2EC;
}
</style>