Shades of Vista Blue #8EDEAB
Tints of Vista Blue #8EDEAB
RGB
CMYK
RGB Variations
Color information
#8EDEAB (or 0x8EDEAB) is known color: Vista Blue. HEX triplet: 8E, DE and AB. RGB value is (142,222,171). Sum of RGB (Red+Green+Blue) = 142+222+171=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDEAB is #712154. Grayscale: #C0C0C0. Windows color (decimal): -7414101 or 11263630. OLE color: 11263630.
HSL color Cylindrical-coordinate representation of color #8EDEAB: hue angle of 141.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDEAB is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 171 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.13 |
| HSL | 141.75º | 0.55% | 0.71% | - |
| HSV(B) | 141.75º | 0.36% | 0.87% | - |
| XYZ | 44.63 | 60.93 | 47.94 | - |
| YUV | 192.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 171 | 0.36 | 0 | 0.23 | 0.13 | 141.75 | 0.55 | 0.71 |
| Hex | 8E | DE | AB | 24 | 0 | 17 | D | 8E | 37 | 47 |
| Octal | 216 | 336 | 253 | 44 | 0 | 27 | 15 | 216 | 67 | 107 |
| Binary | 10001110 | 11011110 | 10101011 | 100100 | 0 | 10111 | 1101 | 10001110 | 110111 | 1000111 |
Color Harmonies of #8EDEAB
Complementary color
Monochromatic Colors of #8EDEAB
Black with #8EDEAB
Text Example
Text Example
White with #8EDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDEAB; }
p { color: rgb(142,222,171); }
H1.HeaderClassName
{
color: #8EDEAB;
}
.AnyTagClassName
{
color: #8EDEAB;
}
</style>
background-color css
<style>
a { background-color: #8EDEAB; }
a { background-color: rgb(142,222,171); }
div.DivClassName
{
background-color: #8EDEAB;
}
.BgClassName
{
background-color: #8EDEAB;
}
</style>
border-color css
<style>
span { border-color: #8EDEAB; }
span { border-color: rgb(142,222,171); }
td.TdClassName
{
border-color: #8EDEAB;
}
.TagClassName
{
border-color: #8EDEAB;
}
</style>