Shades of Vista Blue #8ECEAB
Tints of Vista Blue #8ECEAB
RGB
CMYK
RGB Variations
Color information
#8ECEAB (or 0x8ECEAB) is known color: Vista Blue. HEX triplet: 8E, CE and AB. RGB value is (142,206,171). Sum of RGB (Red+Green+Blue) = 142+206+171=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEAB is #713154. Grayscale: #B6B6B6. Windows color (decimal): -7418197 or 11259534. OLE color: 11259534.
HSL color Cylindrical-coordinate representation of color #8ECEAB: hue angle of 147.19º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEAB is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 171 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.19 |
| HSL | 147.19º | 0.4% | 0.68% | - |
| HSV(B) | 147.19º | 0.31% | 0.81% | - |
| XYZ | 40.58 | 52.83 | 46.59 | - |
| YUV | 182.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 171 | 0.31 | 0 | 0.17 | 0.19 | 147.19 | 0.4 | 0.68 |
| Hex | 8E | CE | AB | 1F | 0 | 11 | 13 | 93 | 28 | 44 |
| Octal | 216 | 316 | 253 | 37 | 0 | 21 | 23 | 223 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10101011 | 11111 | 0 | 10001 | 10011 | 10010011 | 101000 | 1000100 |
Color Harmonies of #8ECEAB
Complementary color
Monochromatic Colors of #8ECEAB
Black with #8ECEAB
Text Example
Text Example
White with #8ECEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEAB; }
p { color: rgb(142,206,171); }
H1.HeaderClassName
{
color: #8ECEAB;
}
.AnyTagClassName
{
color: #8ECEAB;
}
</style>
background-color css
<style>
a { background-color: #8ECEAB; }
a { background-color: rgb(142,206,171); }
div.DivClassName
{
background-color: #8ECEAB;
}
.BgClassName
{
background-color: #8ECEAB;
}
</style>
border-color css
<style>
span { border-color: #8ECEAB; }
span { border-color: rgb(142,206,171); }
td.TdClassName
{
border-color: #8ECEAB;
}
.TagClassName
{
border-color: #8ECEAB;
}
</style>