Shades of Vista Blue #7EE9AD
Tints of Vista Blue #7EE9AD
RGB
CMYK
RGB Variations
Color information
#7EE9AD (or 0x7EE9AD) is known color: Vista Blue. HEX triplet: 7E, E9 and AD. RGB value is (126,233,173). Sum of RGB (Red+Green+Blue) = 126+233+173=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #7EE9AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EE9AD is #811652. Grayscale: #C2C2C2. Windows color (decimal): -8459859 or 11397502. OLE color: 11397502.
HSL color Cylindrical-coordinate representation of color #7EE9AD: hue angle of 146.36º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE9AD is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 233 | 173 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.09 |
| HSL | 146.36º | 0.71% | 0.7% | - |
| HSV(B) | 146.36º | 0.46% | 0.91% | - |
| XYZ | 45.29 | 65.73 | 49.84 | - |
| YUV | 194.17 | 116.05 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 233 | 173 | 0.46 | 0 | 0.26 | 0.09 | 146.36 | 0.71 | 0.7 |
| Hex | 7E | E9 | AD | 2E | 0 | 1A | 9 | 92 | 47 | 46 |
| Octal | 176 | 351 | 255 | 56 | 0 | 32 | 11 | 222 | 107 | 106 |
| Binary | 1111110 | 11101001 | 10101101 | 101110 | 0 | 11010 | 1001 | 10010010 | 1000111 | 1000110 |
Color Harmonies of #7EE9AD
Complementary color
Monochromatic Colors of #7EE9AD
Black with #7EE9AD
Text Example
Text Example
White with #7EE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE9AD; }
p { color: rgb(126,233,173); }
H1.HeaderClassName
{
color: #7EE9AD;
}
.AnyTagClassName
{
color: #7EE9AD;
}
</style>
background-color css
<style>
a { background-color: #7EE9AD; }
a { background-color: rgb(126,233,173); }
div.DivClassName
{
background-color: #7EE9AD;
}
.BgClassName
{
background-color: #7EE9AD;
}
</style>
border-color css
<style>
span { border-color: #7EE9AD; }
span { border-color: rgb(126,233,173); }
td.TdClassName
{
border-color: #7EE9AD;
}
.TagClassName
{
border-color: #7EE9AD;
}
</style>