Shades of Vista Blue #8EC5AC
Tints of Vista Blue #8EC5AC
RGB
CMYK
RGB Variations
Color information
#8EC5AC (or 0x8EC5AC) is known color: Vista Blue. HEX triplet: 8E, C5 and AC. RGB value is (142,197,172). Sum of RGB (Red+Green+Blue) = 142+197+172=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC5AC is #713A53. Grayscale: #B1B1B1. Windows color (decimal): -7420500 or 11322766. OLE color: 11322766.
HSL color Cylindrical-coordinate representation of color #8EC5AC: hue angle of 152.73º 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 #8EC5AC is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 172 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.23 |
| HSL | 152.73º | 0.32% | 0.66% | - |
| HSV(B) | 152.73º | 0.28% | 0.77% | - |
| XYZ | 38.57 | 48.66 | 46.39 | - |
| YUV | 177.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 172 | 0.28 | 0 | 0.13 | 0.23 | 152.73 | 0.32 | 0.66 |
| Hex | 8E | C5 | AC | 1C | 0 | D | 17 | 99 | 20 | 42 |
| Octal | 216 | 305 | 254 | 34 | 0 | 15 | 27 | 231 | 40 | 102 |
| Binary | 10001110 | 11000101 | 10101100 | 11100 | 0 | 1101 | 10111 | 10011001 | 100000 | 1000010 |
Color Harmonies of #8EC5AC
Complementary color
Monochromatic Colors of #8EC5AC
Black with #8EC5AC
Text Example
Text Example
White with #8EC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC5AC; }
p { color: rgb(142,197,172); }
H1.HeaderClassName
{
color: #8EC5AC;
}
.AnyTagClassName
{
color: #8EC5AC;
}
</style>
background-color css
<style>
a { background-color: #8EC5AC; }
a { background-color: rgb(142,197,172); }
div.DivClassName
{
background-color: #8EC5AC;
}
.BgClassName
{
background-color: #8EC5AC;
}
</style>
border-color css
<style>
span { border-color: #8EC5AC; }
span { border-color: rgb(142,197,172); }
td.TdClassName
{
border-color: #8EC5AC;
}
.TagClassName
{
border-color: #8EC5AC;
}
</style>