Shades of Vista Blue #8EDEAC
Tints of Vista Blue #8EDEAC
RGB
CMYK
RGB Variations
Color information
#8EDEAC (or 0x8EDEAC) is known color: Vista Blue. HEX triplet: 8E, DE and AC. RGB value is (142,222,172). Sum of RGB (Red+Green+Blue) = 142+222+172=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDEAC is #712153. Grayscale: #C0C0C0. Windows color (decimal): -7414100 or 11329166. OLE color: 11329166.
HSL color Cylindrical-coordinate representation of color #8EDEAC: hue angle of 142.5º 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 #8EDEAC is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 172 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.13 |
| HSL | 142.5º | 0.55% | 0.71% | - |
| HSV(B) | 142.5º | 0.36% | 0.87% | - |
| XYZ | 44.72 | 60.97 | 48.44 | - |
| YUV | 192.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 172 | 0.36 | 0 | 0.23 | 0.13 | 142.5 | 0.55 | 0.71 |
| Hex | 8E | DE | AC | 24 | 0 | 17 | D | 8E | 37 | 47 |
| Octal | 216 | 336 | 254 | 44 | 0 | 27 | 15 | 216 | 67 | 107 |
| Binary | 10001110 | 11011110 | 10101100 | 100100 | 0 | 10111 | 1101 | 10001110 | 110111 | 1000111 |
Color Harmonies of #8EDEAC
Complementary color
Monochromatic Colors of #8EDEAC
Black with #8EDEAC
Text Example
Text Example
White with #8EDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDEAC; }
p { color: rgb(142,222,172); }
H1.HeaderClassName
{
color: #8EDEAC;
}
.AnyTagClassName
{
color: #8EDEAC;
}
</style>
background-color css
<style>
a { background-color: #8EDEAC; }
a { background-color: rgb(142,222,172); }
div.DivClassName
{
background-color: #8EDEAC;
}
.BgClassName
{
background-color: #8EDEAC;
}
</style>
border-color css
<style>
span { border-color: #8EDEAC; }
span { border-color: rgb(142,222,172); }
td.TdClassName
{
border-color: #8EDEAC;
}
.TagClassName
{
border-color: #8EDEAC;
}
</style>