Shades of Vista Blue #8EC5AA
Tints of Vista Blue #8EC5AA
RGB
CMYK
RGB Variations
Color information
#8EC5AA (or 0x8EC5AA) is known color: Vista Blue. HEX triplet: 8E, C5 and AA. RGB value is (142,197,170). Sum of RGB (Red+Green+Blue) = 142+197+170=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC5AA is #713A55. Grayscale: #B1B1B1. Windows color (decimal): -7420502 or 11191694. OLE color: 11191694.
HSL color Cylindrical-coordinate representation of color #8EC5AA: hue angle of 150.55º degrees, saturation: 0.32, 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 #8EC5AA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 170 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.23 |
| HSL | 150.55º | 0.32% | 0.66% | - |
| HSV(B) | 150.55º | 0.28% | 0.77% | - |
| XYZ | 38.38 | 48.59 | 45.39 | - |
| YUV | 177.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 170 | 0.28 | 0 | 0.14 | 0.23 | 150.55 | 0.32 | 0.66 |
| Hex | 8E | C5 | AA | 1C | 0 | E | 17 | 97 | 20 | 42 |
| Octal | 216 | 305 | 252 | 34 | 0 | 16 | 27 | 227 | 40 | 102 |
| Binary | 10001110 | 11000101 | 10101010 | 11100 | 0 | 1110 | 10111 | 10010111 | 100000 | 1000010 |
Color Harmonies of #8EC5AA
Complementary color
Monochromatic Colors of #8EC5AA
Black with #8EC5AA
Text Example
Text Example
White with #8EC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC5AA; }
p { color: rgb(142,197,170); }
H1.HeaderClassName
{
color: #8EC5AA;
}
.AnyTagClassName
{
color: #8EC5AA;
}
</style>
background-color css
<style>
a { background-color: #8EC5AA; }
a { background-color: rgb(142,197,170); }
div.DivClassName
{
background-color: #8EC5AA;
}
.BgClassName
{
background-color: #8EC5AA;
}
</style>
border-color css
<style>
span { border-color: #8EC5AA; }
span { border-color: rgb(142,197,170); }
td.TdClassName
{
border-color: #8EC5AA;
}
.TagClassName
{
border-color: #8EC5AA;
}
</style>