Shades of Vista Blue #8EE8AB
Tints of Vista Blue #8EE8AB
RGB
CMYK
RGB Variations
Color information
#8EE8AB (or 0x8EE8AB) is known color: Vista Blue. HEX triplet: 8E, E8 and AB. RGB value is (142,232,171). Sum of RGB (Red+Green+Blue) = 142+232+171=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE8AB is #711754. Grayscale: #C6C6C6. Windows color (decimal): -7411541 or 11266190. OLE color: 11266190.
HSL color Cylindrical-coordinate representation of color #8EE8AB: hue angle of 139.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE8AB is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 232 | 171 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.09 |
| HSL | 139.33º | 0.66% | 0.73% | - |
| HSV(B) | 139.33º | 0.39% | 0.91% | - |
| XYZ | 47.36 | 66.4 | 48.85 | - |
| YUV | 198.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 171 | 0.39 | 0 | 0.26 | 0.09 | 139.33 | 0.66 | 0.73 |
| Hex | 8E | E8 | AB | 27 | 0 | 1A | 9 | 8B | 42 | 49 |
| Octal | 216 | 350 | 253 | 47 | 0 | 32 | 11 | 213 | 102 | 111 |
| Binary | 10001110 | 11101000 | 10101011 | 100111 | 0 | 11010 | 1001 | 10001011 | 1000010 | 1001001 |
Color Harmonies of #8EE8AB
Complementary color
Monochromatic Colors of #8EE8AB
Black with #8EE8AB
Text Example
Text Example
White with #8EE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE8AB; }
p { color: rgb(142,232,171); }
H1.HeaderClassName
{
color: #8EE8AB;
}
.AnyTagClassName
{
color: #8EE8AB;
}
</style>
background-color css
<style>
a { background-color: #8EE8AB; }
a { background-color: rgb(142,232,171); }
div.DivClassName
{
background-color: #8EE8AB;
}
.BgClassName
{
background-color: #8EE8AB;
}
</style>
border-color css
<style>
span { border-color: #8EE8AB; }
span { border-color: rgb(142,232,171); }
td.TdClassName
{
border-color: #8EE8AB;
}
.TagClassName
{
border-color: #8EE8AB;
}
</style>