Shades of Vista Blue #8EE0B1
Tints of Vista Blue #8EE0B1
RGB
CMYK
RGB Variations
Color information
#8EE0B1 (or 0x8EE0B1) is known color: Vista Blue. HEX triplet: 8E, E0 and B1. RGB value is (142,224,177). Sum of RGB (Red+Green+Blue) = 142+224+177=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE0B1 is #711F4E. Grayscale: #C2C2C2. Windows color (decimal): -7413583 or 11657358. OLE color: 11657358.
HSL color Cylindrical-coordinate representation of color #8EE0B1: hue angle of 145.61º 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 #8EE0B1 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 177 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.12 |
| HSL | 145.61º | 0.57% | 0.72% | - |
| HSV(B) | 145.61º | 0.37% | 0.88% | - |
| XYZ | 45.75 | 62.24 | 51.2 | - |
| YUV | 194.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 177 | 0.37 | 0 | 0.21 | 0.12 | 145.61 | 0.57 | 0.72 |
| Hex | 8E | E0 | B1 | 25 | 0 | 15 | C | 92 | 39 | 48 |
| Octal | 216 | 340 | 261 | 45 | 0 | 25 | 14 | 222 | 71 | 110 |
| Binary | 10001110 | 11100000 | 10110001 | 100101 | 0 | 10101 | 1100 | 10010010 | 111001 | 1001000 |
Color Harmonies of #8EE0B1
Complementary color
Monochromatic Colors of #8EE0B1
Black with #8EE0B1
Text Example
Text Example
White with #8EE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0B1; }
p { color: rgb(142,224,177); }
H1.HeaderClassName
{
color: #8EE0B1;
}
.AnyTagClassName
{
color: #8EE0B1;
}
</style>
background-color css
<style>
a { background-color: #8EE0B1; }
a { background-color: rgb(142,224,177); }
div.DivClassName
{
background-color: #8EE0B1;
}
.BgClassName
{
background-color: #8EE0B1;
}
</style>
border-color css
<style>
span { border-color: #8EE0B1; }
span { border-color: rgb(142,224,177); }
td.TdClassName
{
border-color: #8EE0B1;
}
.TagClassName
{
border-color: #8EE0B1;
}
</style>