Shades of Vista Blue #8ED8AB
Tints of Vista Blue #8ED8AB
RGB
CMYK
RGB Variations
Color information
#8ED8AB (or 0x8ED8AB) is known color: Vista Blue. HEX triplet: 8E, D8 and AB. RGB value is (142,216,171). Sum of RGB (Red+Green+Blue) = 142+216+171=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED8AB is #712754. Grayscale: #BCBCBC. Windows color (decimal): -7415637 or 11262094. OLE color: 11262094.
HSL color Cylindrical-coordinate representation of color #8ED8AB: hue angle of 143.51º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED8AB is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 171 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.15 |
| HSL | 143.51º | 0.49% | 0.7% | - |
| HSV(B) | 143.51º | 0.34% | 0.85% | - |
| XYZ | 43.06 | 57.8 | 47.42 | - |
| YUV | 188.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 171 | 0.34 | 0 | 0.21 | 0.15 | 143.51 | 0.49 | 0.7 |
| Hex | 8E | D8 | AB | 22 | 0 | 15 | F | 90 | 31 | 46 |
| Octal | 216 | 330 | 253 | 42 | 0 | 25 | 17 | 220 | 61 | 106 |
| Binary | 10001110 | 11011000 | 10101011 | 100010 | 0 | 10101 | 1111 | 10010000 | 110001 | 1000110 |
Color Harmonies of #8ED8AB
Complementary color
Monochromatic Colors of #8ED8AB
Black with #8ED8AB
Text Example
Text Example
White with #8ED8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED8AB; }
p { color: rgb(142,216,171); }
H1.HeaderClassName
{
color: #8ED8AB;
}
.AnyTagClassName
{
color: #8ED8AB;
}
</style>
background-color css
<style>
a { background-color: #8ED8AB; }
a { background-color: rgb(142,216,171); }
div.DivClassName
{
background-color: #8ED8AB;
}
.BgClassName
{
background-color: #8ED8AB;
}
</style>
border-color css
<style>
span { border-color: #8ED8AB; }
span { border-color: rgb(142,216,171); }
td.TdClassName
{
border-color: #8ED8AB;
}
.TagClassName
{
border-color: #8ED8AB;
}
</style>