Shades of Vista Blue #8EE0AB
Tints of Vista Blue #8EE0AB
RGB
CMYK
RGB Variations
Color information
#8EE0AB (or 0x8EE0AB) is known color: Vista Blue. HEX triplet: 8E, E0 and AB. RGB value is (142,224,171). Sum of RGB (Red+Green+Blue) = 142+224+171=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE0AB is #711F54. Grayscale: #C1C1C1. Windows color (decimal): -7413589 or 11264142. OLE color: 11264142.
HSL color Cylindrical-coordinate representation of color #8EE0AB: hue angle of 141.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE0AB is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 171 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.12 |
| HSL | 141.22º | 0.57% | 0.72% | - |
| HSV(B) | 141.22º | 0.37% | 0.88% | - |
| XYZ | 45.16 | 62 | 48.12 | - |
| YUV | 193.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 171 | 0.37 | 0 | 0.24 | 0.12 | 141.22 | 0.57 | 0.72 |
| Hex | 8E | E0 | AB | 25 | 0 | 18 | C | 8D | 39 | 48 |
| Octal | 216 | 340 | 253 | 45 | 0 | 30 | 14 | 215 | 71 | 110 |
| Binary | 10001110 | 11100000 | 10101011 | 100101 | 0 | 11000 | 1100 | 10001101 | 111001 | 1001000 |
Color Harmonies of #8EE0AB
Complementary color
Monochromatic Colors of #8EE0AB
Black with #8EE0AB
Text Example
Text Example
White with #8EE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0AB; }
p { color: rgb(142,224,171); }
H1.HeaderClassName
{
color: #8EE0AB;
}
.AnyTagClassName
{
color: #8EE0AB;
}
</style>
background-color css
<style>
a { background-color: #8EE0AB; }
a { background-color: rgb(142,224,171); }
div.DivClassName
{
background-color: #8EE0AB;
}
.BgClassName
{
background-color: #8EE0AB;
}
</style>
border-color css
<style>
span { border-color: #8EE0AB; }
span { border-color: rgb(142,224,171); }
td.TdClassName
{
border-color: #8EE0AB;
}
.TagClassName
{
border-color: #8EE0AB;
}
</style>