Shades of Maya Blue #7AC0EA
Tints of Maya Blue #7AC0EA
RGB
CMYK
RGB Variations
Color information
#7AC0EA (or 0x7AC0EA) is known color: Maya Blue. HEX triplet: 7A, C0 and EA. RGB value is (122,192,234). Sum of RGB (Red+Green+Blue) = 122+192+234=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #7AC0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC0EA is #853F15. Grayscale: #AFAFAF. Windows color (decimal): -8732438 or 15384698. OLE color: 15384698.
HSL color Cylindrical-coordinate representation of color #7AC0EA: hue angle of 202.5º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AC0EA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 192 | 234 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.08 |
| HSL | 202.5º | 0.73% | 0.7% | - |
| HSV(B) | 202.5º | 0.48% | 0.92% | - |
| XYZ | 41.73 | 47.78 | 84.86 | - |
| YUV | 175.86 | 160.81 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 234 | 0.48 | 0.18 | 0 | 0.08 | 202.5 | 0.73 | 0.7 |
| Hex | 7A | C0 | EA | 30 | 12 | 0 | 8 | CA | 49 | 46 |
| Octal | 172 | 300 | 352 | 60 | 22 | 0 | 10 | 312 | 111 | 106 |
| Binary | 1111010 | 11000000 | 11101010 | 110000 | 10010 | 0 | 1000 | 11001010 | 1001001 | 1000110 |
Color Harmonies of #7AC0EA
Complementary color
Monochromatic Colors of #7AC0EA
Black with #7AC0EA
Text Example
Text Example
White with #7AC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC0EA; }
p { color: rgb(122,192,234); }
H1.HeaderClassName
{
color: #7AC0EA;
}
.AnyTagClassName
{
color: #7AC0EA;
}
</style>
background-color css
<style>
a { background-color: #7AC0EA; }
a { background-color: rgb(122,192,234); }
div.DivClassName
{
background-color: #7AC0EA;
}
.BgClassName
{
background-color: #7AC0EA;
}
</style>
border-color css
<style>
span { border-color: #7AC0EA; }
span { border-color: rgb(122,192,234); }
td.TdClassName
{
border-color: #7AC0EA;
}
.TagClassName
{
border-color: #7AC0EA;
}
</style>