Shades of Vista Blue #7AEDAF
Tints of Vista Blue #7AEDAF
RGB
CMYK
RGB Variations
Color information
#7AEDAF (or 0x7AEDAF) is known color: Vista Blue. HEX triplet: 7A, ED and AF. RGB value is (122,237,175). Sum of RGB (Red+Green+Blue) = 122+237+175=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEDAF is #851250. Grayscale: #C3C3C3. Windows color (decimal): -8720977 or 11529594. OLE color: 11529594.
HSL color Cylindrical-coordinate representation of color #7AEDAF: hue angle of 147.65º 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 #7AEDAF is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 175 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.07 |
| HSL | 147.65º | 0.76% | 0.7% | - |
| HSV(B) | 147.65º | 0.49% | 0.93% | - |
| XYZ | 46.05 | 67.8 | 51.22 | - |
| YUV | 195.55 | 116.4 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 175 | 0.49 | 0 | 0.26 | 0.07 | 147.65 | 0.76 | 0.7 |
| Hex | 7A | ED | AF | 31 | 0 | 1A | 7 | 94 | 4C | 46 |
| Octal | 172 | 355 | 257 | 61 | 0 | 32 | 7 | 224 | 114 | 106 |
| Binary | 1111010 | 11101101 | 10101111 | 110001 | 0 | 11010 | 111 | 10010100 | 1001100 | 1000110 |
Color Harmonies of #7AEDAF
Complementary color
Monochromatic Colors of #7AEDAF
Black with #7AEDAF
Text Example
Text Example
White with #7AEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDAF; }
p { color: rgb(122,237,175); }
H1.HeaderClassName
{
color: #7AEDAF;
}
.AnyTagClassName
{
color: #7AEDAF;
}
</style>
background-color css
<style>
a { background-color: #7AEDAF; }
a { background-color: rgb(122,237,175); }
div.DivClassName
{
background-color: #7AEDAF;
}
.BgClassName
{
background-color: #7AEDAF;
}
</style>
border-color css
<style>
span { border-color: #7AEDAF; }
span { border-color: rgb(122,237,175); }
td.TdClassName
{
border-color: #7AEDAF;
}
.TagClassName
{
border-color: #7AEDAF;
}
</style>