Shades of Vista Blue #8EE1AD
Tints of Vista Blue #8EE1AD
RGB
CMYK
RGB Variations
Color information
#8EE1AD (or 0x8EE1AD) is known color: Vista Blue. HEX triplet: 8E, E1 and AD. RGB value is (142,225,173). Sum of RGB (Red+Green+Blue) = 142+225+173=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE1AD is #711E52. Grayscale: #C2C2C2. Windows color (decimal): -7413331 or 11395470. OLE color: 11395470.
HSL color Cylindrical-coordinate representation of color #8EE1AD: hue angle of 142.41º degrees, saturation: 0.58, 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 #8EE1AD is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 173 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.12 |
| HSL | 142.41º | 0.58% | 0.72% | - |
| HSV(B) | 142.41º | 0.37% | 0.88% | - |
| XYZ | 45.62 | 62.62 | 49.22 | - |
| YUV | 194.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 173 | 0.37 | 0 | 0.23 | 0.12 | 142.41 | 0.58 | 0.72 |
| Hex | 8E | E1 | AD | 25 | 0 | 17 | C | 8E | 3A | 48 |
| Octal | 216 | 341 | 255 | 45 | 0 | 27 | 14 | 216 | 72 | 110 |
| Binary | 10001110 | 11100001 | 10101101 | 100101 | 0 | 10111 | 1100 | 10001110 | 111010 | 1001000 |
Color Harmonies of #8EE1AD
Complementary color
Monochromatic Colors of #8EE1AD
Black with #8EE1AD
Text Example
Text Example
White with #8EE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE1AD; }
p { color: rgb(142,225,173); }
H1.HeaderClassName
{
color: #8EE1AD;
}
.AnyTagClassName
{
color: #8EE1AD;
}
</style>
background-color css
<style>
a { background-color: #8EE1AD; }
a { background-color: rgb(142,225,173); }
div.DivClassName
{
background-color: #8EE1AD;
}
.BgClassName
{
background-color: #8EE1AD;
}
</style>
border-color css
<style>
span { border-color: #8EE1AD; }
span { border-color: rgb(142,225,173); }
td.TdClassName
{
border-color: #8EE1AD;
}
.TagClassName
{
border-color: #8EE1AD;
}
</style>