Shades of Vista Blue #8ED1AB
Tints of Vista Blue #8ED1AB
RGB
CMYK
RGB Variations
Color information
#8ED1AB (or 0x8ED1AB) is known color: Vista Blue. HEX triplet: 8E, D1 and AB. RGB value is (142,209,171). Sum of RGB (Red+Green+Blue) = 142+209+171=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED1AB is #712E54. Grayscale: #B8B8B8. Windows color (decimal): -7417429 or 11260302. OLE color: 11260302.
HSL color Cylindrical-coordinate representation of color #8ED1AB: hue angle of 145.97º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED1AB is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 171 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.18 |
| HSL | 145.97º | 0.42% | 0.69% | - |
| HSV(B) | 145.97º | 0.32% | 0.82% | - |
| XYZ | 41.31 | 54.29 | 46.83 | - |
| YUV | 184.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 171 | 0.32 | 0 | 0.18 | 0.18 | 145.97 | 0.42 | 0.69 |
| Hex | 8E | D1 | AB | 20 | 0 | 12 | 12 | 92 | 2A | 45 |
| Octal | 216 | 321 | 253 | 40 | 0 | 22 | 22 | 222 | 52 | 105 |
| Binary | 10001110 | 11010001 | 10101011 | 100000 | 0 | 10010 | 10010 | 10010010 | 101010 | 1000101 |
Color Harmonies of #8ED1AB
Complementary color
Monochromatic Colors of #8ED1AB
Black with #8ED1AB
Text Example
Text Example
White with #8ED1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED1AB; }
p { color: rgb(142,209,171); }
H1.HeaderClassName
{
color: #8ED1AB;
}
.AnyTagClassName
{
color: #8ED1AB;
}
</style>
background-color css
<style>
a { background-color: #8ED1AB; }
a { background-color: rgb(142,209,171); }
div.DivClassName
{
background-color: #8ED1AB;
}
.BgClassName
{
background-color: #8ED1AB;
}
</style>
border-color css
<style>
span { border-color: #8ED1AB; }
span { border-color: rgb(142,209,171); }
td.TdClassName
{
border-color: #8ED1AB;
}
.TagClassName
{
border-color: #8ED1AB;
}
</style>