Shades of Vista Blue #7EEBA8
Tints of Vista Blue #7EEBA8
RGB
CMYK
RGB Variations
Color information
#7EEBA8 (or 0x7EEBA8) is known color: Vista Blue. HEX triplet: 7E, EB and A8. RGB value is (126,235,168). Sum of RGB (Red+Green+Blue) = 126+235+168=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEBA8 is #811457. Grayscale: #C2C2C2. Windows color (decimal): -8459352 or 11070334. OLE color: 11070334.
HSL color Cylindrical-coordinate representation of color #7EEBA8: hue angle of 143.12º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBA8 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 235 | 168 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.08 |
| HSL | 143.12º | 0.73% | 0.71% | - |
| HSV(B) | 143.12º | 0.46% | 0.92% | - |
| XYZ | 45.38 | 66.68 | 47.52 | - |
| YUV | 194.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 168 | 0.46 | 0 | 0.29 | 0.08 | 143.12 | 0.73 | 0.71 |
| Hex | 7E | EB | A8 | 2E | 0 | 1D | 8 | 8F | 49 | 47 |
| Octal | 176 | 353 | 250 | 56 | 0 | 35 | 10 | 217 | 111 | 107 |
| Binary | 1111110 | 11101011 | 10101000 | 101110 | 0 | 11101 | 1000 | 10001111 | 1001001 | 1000111 |
Color Harmonies of #7EEBA8
Complementary color
Monochromatic Colors of #7EEBA8
Black with #7EEBA8
Text Example
Text Example
White with #7EEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBA8; }
p { color: rgb(126,235,168); }
H1.HeaderClassName
{
color: #7EEBA8;
}
.AnyTagClassName
{
color: #7EEBA8;
}
</style>
background-color css
<style>
a { background-color: #7EEBA8; }
a { background-color: rgb(126,235,168); }
div.DivClassName
{
background-color: #7EEBA8;
}
.BgClassName
{
background-color: #7EEBA8;
}
</style>
border-color css
<style>
span { border-color: #7EEBA8; }
span { border-color: rgb(126,235,168); }
td.TdClassName
{
border-color: #7EEBA8;
}
.TagClassName
{
border-color: #7EEBA8;
}
</style>