Shades of Vista Blue #7EDA9F
Tints of Vista Blue #7EDA9F
RGB
CMYK
RGB Variations
Color information
#7EDA9F (or 0x7EDA9F) is known color: Vista Blue. HEX triplet: 7E, DA and 9F. RGB value is (126,218,159). Sum of RGB (Red+Green+Blue) = 126+218+159=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA9F is #812560. Grayscale: #B7B7B7. Windows color (decimal): -8463713 or 10476158. OLE color: 10476158.
HSL color Cylindrical-coordinate representation of color #7EDA9F: hue angle of 141.52º degrees, saturation: 0.55, 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 #7EDA9F is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 159 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.15 |
| HSL | 141.52º | 0.55% | 0.67% | - |
| HSV(B) | 141.52º | 0.42% | 0.85% | - |
| XYZ | 39.93 | 57.08 | 41.71 | - |
| YUV | 183.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 159 | 0.42 | 0 | 0.27 | 0.15 | 141.52 | 0.55 | 0.67 |
| Hex | 7E | DA | 9F | 2A | 0 | 1B | F | 8E | 37 | 43 |
| Octal | 176 | 332 | 237 | 52 | 0 | 33 | 17 | 216 | 67 | 103 |
| Binary | 1111110 | 11011010 | 10011111 | 101010 | 0 | 11011 | 1111 | 10001110 | 110111 | 1000011 |
Color Harmonies of #7EDA9F
Complementary color
Monochromatic Colors of #7EDA9F
Black with #7EDA9F
Text Example
Text Example
White with #7EDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA9F; }
p { color: rgb(126,218,159); }
H1.HeaderClassName
{
color: #7EDA9F;
}
.AnyTagClassName
{
color: #7EDA9F;
}
</style>
background-color css
<style>
a { background-color: #7EDA9F; }
a { background-color: rgb(126,218,159); }
div.DivClassName
{
background-color: #7EDA9F;
}
.BgClassName
{
background-color: #7EDA9F;
}
</style>
border-color css
<style>
span { border-color: #7EDA9F; }
span { border-color: rgb(126,218,159); }
td.TdClassName
{
border-color: #7EDA9F;
}
.TagClassName
{
border-color: #7EDA9F;
}
</style>