Shades of Vista Blue #8EE2A9
Tints of Vista Blue #8EE2A9
RGB
CMYK
RGB Variations
Color information
#8EE2A9 (or 0x8EE2A9) is known color: Vista Blue. HEX triplet: 8E, E2 and A9. RGB value is (142,226,169). Sum of RGB (Red+Green+Blue) = 142+226+169=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE2A9 is #711D56. Grayscale: #C2C2C2. Windows color (decimal): -7413079 or 11133582. OLE color: 11133582.
HSL color Cylindrical-coordinate representation of color #8EE2A9: hue angle of 139.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE2A9 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 169 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.11 |
| HSL | 139.29º | 0.59% | 0.72% | - |
| HSV(B) | 139.29º | 0.37% | 0.89% | - |
| XYZ | 45.51 | 63.01 | 47.3 | - |
| YUV | 194.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 169 | 0.37 | 0 | 0.25 | 0.11 | 139.29 | 0.59 | 0.72 |
| Hex | 8E | E2 | A9 | 25 | 0 | 19 | B | 8B | 3B | 48 |
| Octal | 216 | 342 | 251 | 45 | 0 | 31 | 13 | 213 | 73 | 110 |
| Binary | 10001110 | 11100010 | 10101001 | 100101 | 0 | 11001 | 1011 | 10001011 | 111011 | 1001000 |
Color Harmonies of #8EE2A9
Complementary color
Monochromatic Colors of #8EE2A9
Black with #8EE2A9
Text Example
Text Example
White with #8EE2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE2A9; }
p { color: rgb(142,226,169); }
H1.HeaderClassName
{
color: #8EE2A9;
}
.AnyTagClassName
{
color: #8EE2A9;
}
</style>
background-color css
<style>
a { background-color: #8EE2A9; }
a { background-color: rgb(142,226,169); }
div.DivClassName
{
background-color: #8EE2A9;
}
.BgClassName
{
background-color: #8EE2A9;
}
</style>
border-color css
<style>
span { border-color: #8EE2A9; }
span { border-color: rgb(142,226,169); }
td.TdClassName
{
border-color: #8EE2A9;
}
.TagClassName
{
border-color: #8EE2A9;
}
</style>