Shades of Maya Blue #7AC2EF
Tints of Maya Blue #7AC2EF
RGB
CMYK
RGB Variations
Color information
#7AC2EF (or 0x7AC2EF) is known color: Maya Blue. HEX triplet: 7A, C2 and EF. RGB value is (122,194,239). Sum of RGB (Red+Green+Blue) = 122+194+239=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #7AC2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC2EF is #853D10. Grayscale: #B1B1B1. Windows color (decimal): -8731921 or 15712890. OLE color: 15712890.
HSL color Cylindrical-coordinate representation of color #7AC2EF: hue angle of 203.08º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AC2EF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 194 | 239 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.06 |
| HSL | 203.08º | 0.79% | 0.71% | - |
| HSV(B) | 203.08º | 0.49% | 0.94% | - |
| XYZ | 42.9 | 48.95 | 88.85 | - |
| YUV | 177.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 239 | 0.49 | 0.19 | 0 | 0.06 | 203.08 | 0.79 | 0.71 |
| Hex | 7A | C2 | EF | 31 | 13 | 0 | 6 | CB | 4F | 47 |
| Octal | 172 | 302 | 357 | 61 | 23 | 0 | 6 | 313 | 117 | 107 |
| Binary | 1111010 | 11000010 | 11101111 | 110001 | 10011 | 0 | 110 | 11001011 | 1001111 | 1000111 |
Color Harmonies of #7AC2EF
Complementary color
Monochromatic Colors of #7AC2EF
Black with #7AC2EF
Text Example
Text Example
White with #7AC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC2EF; }
p { color: rgb(122,194,239); }
H1.HeaderClassName
{
color: #7AC2EF;
}
.AnyTagClassName
{
color: #7AC2EF;
}
</style>
background-color css
<style>
a { background-color: #7AC2EF; }
a { background-color: rgb(122,194,239); }
div.DivClassName
{
background-color: #7AC2EF;
}
.BgClassName
{
background-color: #7AC2EF;
}
</style>
border-color css
<style>
span { border-color: #7AC2EF; }
span { border-color: rgb(122,194,239); }
td.TdClassName
{
border-color: #7AC2EF;
}
.TagClassName
{
border-color: #7AC2EF;
}
</style>