Shades of Vista Blue #8EC4AB
Tints of Vista Blue #8EC4AB
RGB
CMYK
RGB Variations
Color information
#8EC4AB (or 0x8EC4AB) is known color: Vista Blue. HEX triplet: 8E, C4 and AB. RGB value is (142,196,171). Sum of RGB (Red+Green+Blue) = 142+196+171=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC4AB is #713B54. Grayscale: #B1B1B1. Windows color (decimal): -7420757 or 11256974. OLE color: 11256974.
HSL color Cylindrical-coordinate representation of color #8EC4AB: hue angle of 152.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC4AB is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 171 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.23 |
| HSL | 152.22º | 0.31% | 0.66% | - |
| HSV(B) | 152.22º | 0.28% | 0.77% | - |
| XYZ | 38.25 | 48.17 | 45.81 | - |
| YUV | 177 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 171 | 0.28 | 0 | 0.13 | 0.23 | 152.22 | 0.31 | 0.66 |
| Hex | 8E | C4 | AB | 1C | 0 | D | 17 | 98 | 1F | 42 |
| Octal | 216 | 304 | 253 | 34 | 0 | 15 | 27 | 230 | 37 | 102 |
| Binary | 10001110 | 11000100 | 10101011 | 11100 | 0 | 1101 | 10111 | 10011000 | 11111 | 1000010 |
Color Harmonies of #8EC4AB
Complementary color
Monochromatic Colors of #8EC4AB
Black with #8EC4AB
Text Example
Text Example
White with #8EC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4AB; }
p { color: rgb(142,196,171); }
H1.HeaderClassName
{
color: #8EC4AB;
}
.AnyTagClassName
{
color: #8EC4AB;
}
</style>
background-color css
<style>
a { background-color: #8EC4AB; }
a { background-color: rgb(142,196,171); }
div.DivClassName
{
background-color: #8EC4AB;
}
.BgClassName
{
background-color: #8EC4AB;
}
</style>
border-color css
<style>
span { border-color: #8EC4AB; }
span { border-color: rgb(142,196,171); }
td.TdClassName
{
border-color: #8EC4AB;
}
.TagClassName
{
border-color: #8EC4AB;
}
</style>