Shades of Maya Blue #7AC0ED
Tints of Maya Blue #7AC0ED
RGB
CMYK
RGB Variations
Color information
#7AC0ED (or 0x7AC0ED) is known color: Maya Blue. HEX triplet: 7A, C0 and ED. RGB value is (122,192,237). Sum of RGB (Red+Green+Blue) = 122+192+237=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #7AC0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC0ED is #853F12. Grayscale: #AFAFAF. Windows color (decimal): -8732435 or 15581306. OLE color: 15581306.
HSL color Cylindrical-coordinate representation of color #7AC0ED: hue angle of 203.48º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AC0ED is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 192 | 237 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.07 |
| HSL | 203.48º | 0.76% | 0.7% | - |
| HSV(B) | 203.48º | 0.49% | 0.93% | - |
| XYZ | 42.16 | 47.95 | 87.15 | - |
| YUV | 176.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 237 | 0.49 | 0.19 | 0 | 0.07 | 203.48 | 0.76 | 0.7 |
| Hex | 7A | C0 | ED | 31 | 13 | 0 | 7 | CB | 4C | 46 |
| Octal | 172 | 300 | 355 | 61 | 23 | 0 | 7 | 313 | 114 | 106 |
| Binary | 1111010 | 11000000 | 11101101 | 110001 | 10011 | 0 | 111 | 11001011 | 1001100 | 1000110 |
Color Harmonies of #7AC0ED
Complementary color
Monochromatic Colors of #7AC0ED
Black with #7AC0ED
Text Example
Text Example
White with #7AC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC0ED; }
p { color: rgb(122,192,237); }
H1.HeaderClassName
{
color: #7AC0ED;
}
.AnyTagClassName
{
color: #7AC0ED;
}
</style>
background-color css
<style>
a { background-color: #7AC0ED; }
a { background-color: rgb(122,192,237); }
div.DivClassName
{
background-color: #7AC0ED;
}
.BgClassName
{
background-color: #7AC0ED;
}
</style>
border-color css
<style>
span { border-color: #7AC0ED; }
span { border-color: rgb(122,192,237); }
td.TdClassName
{
border-color: #7AC0ED;
}
.TagClassName
{
border-color: #7AC0ED;
}
</style>