Shades of Vista Blue #7ED9AE
Tints of Vista Blue #7ED9AE
RGB
CMYK
RGB Variations
Color information
#7ED9AE (or 0x7ED9AE) is known color: Vista Blue. HEX triplet: 7E, D9 and AE. RGB value is (126,217,174). Sum of RGB (Red+Green+Blue) = 126+217+174=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED9AE is #812651. Grayscale: #B8B8B8. Windows color (decimal): -8463954 or 11458942. OLE color: 11458942.
HSL color Cylindrical-coordinate representation of color #7ED9AE: hue angle of 151.65º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED9AE is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 174 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.15 |
| HSL | 151.65º | 0.54% | 0.67% | - |
| HSV(B) | 151.65º | 0.42% | 0.85% | - |
| XYZ | 41.06 | 57.12 | 48.91 | - |
| YUV | 184.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 174 | 0.42 | 0 | 0.20 | 0.15 | 151.65 | 0.54 | 0.67 |
| Hex | 7E | D9 | AE | 2A | 0 | 14 | F | 98 | 36 | 43 |
| Octal | 176 | 331 | 256 | 52 | 0 | 24 | 17 | 230 | 66 | 103 |
| Binary | 1111110 | 11011001 | 10101110 | 101010 | 0 | 10100 | 1111 | 10011000 | 110110 | 1000011 |
Color Harmonies of #7ED9AE
Complementary color
Monochromatic Colors of #7ED9AE
Black with #7ED9AE
Text Example
Text Example
White with #7ED9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED9AE; }
p { color: rgb(126,217,174); }
H1.HeaderClassName
{
color: #7ED9AE;
}
.AnyTagClassName
{
color: #7ED9AE;
}
</style>
background-color css
<style>
a { background-color: #7ED9AE; }
a { background-color: rgb(126,217,174); }
div.DivClassName
{
background-color: #7ED9AE;
}
.BgClassName
{
background-color: #7ED9AE;
}
</style>
border-color css
<style>
span { border-color: #7ED9AE; }
span { border-color: rgb(126,217,174); }
td.TdClassName
{
border-color: #7ED9AE;
}
.TagClassName
{
border-color: #7ED9AE;
}
</style>