Shades of Vista Blue #7ED9AF
Tints of Vista Blue #7ED9AF
RGB
CMYK
RGB Variations
Color information
#7ED9AF (or 0x7ED9AF) is known color: Vista Blue. HEX triplet: 7E, D9 and AF. RGB value is (126,217,175). Sum of RGB (Red+Green+Blue) = 126+217+175=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED9AF is #812650. Grayscale: #B9B9B9. Windows color (decimal): -8463953 or 11524478. OLE color: 11524478.
HSL color Cylindrical-coordinate representation of color #7ED9AF: hue angle of 152.31º 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 #7ED9AF is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 175 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.15 |
| HSL | 152.31º | 0.54% | 0.67% | - |
| HSV(B) | 152.31º | 0.42% | 0.85% | - |
| XYZ | 41.15 | 57.16 | 49.42 | - |
| YUV | 185 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 175 | 0.42 | 0 | 0.19 | 0.15 | 152.31 | 0.54 | 0.67 |
| Hex | 7E | D9 | AF | 2A | 0 | 13 | F | 98 | 36 | 43 |
| Octal | 176 | 331 | 257 | 52 | 0 | 23 | 17 | 230 | 66 | 103 |
| Binary | 1111110 | 11011001 | 10101111 | 101010 | 0 | 10011 | 1111 | 10011000 | 110110 | 1000011 |
Color Harmonies of #7ED9AF
Complementary color
Monochromatic Colors of #7ED9AF
Black with #7ED9AF
Text Example
Text Example
White with #7ED9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED9AF; }
p { color: rgb(126,217,175); }
H1.HeaderClassName
{
color: #7ED9AF;
}
.AnyTagClassName
{
color: #7ED9AF;
}
</style>
background-color css
<style>
a { background-color: #7ED9AF; }
a { background-color: rgb(126,217,175); }
div.DivClassName
{
background-color: #7ED9AF;
}
.BgClassName
{
background-color: #7ED9AF;
}
</style>
border-color css
<style>
span { border-color: #7ED9AF; }
span { border-color: rgb(126,217,175); }
td.TdClassName
{
border-color: #7ED9AF;
}
.TagClassName
{
border-color: #7ED9AF;
}
</style>