Shades of Vista Blue #8EC6AB
Tints of Vista Blue #8EC6AB
RGB
CMYK
RGB Variations
Color information
#8EC6AB (or 0x8EC6AB) is known color: Vista Blue. HEX triplet: 8E, C6 and AB. RGB value is (142,198,171). Sum of RGB (Red+Green+Blue) = 142+198+171=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC6AB is #713954. Grayscale: #B2B2B2. Windows color (decimal): -7420245 or 11257486. OLE color: 11257486.
HSL color Cylindrical-coordinate representation of color #8EC6AB: hue angle of 151.07º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC6AB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 171 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.22 |
| HSL | 151.07º | 0.33% | 0.67% | - |
| HSV(B) | 151.07º | 0.28% | 0.78% | - |
| XYZ | 38.7 | 49.08 | 45.96 | - |
| YUV | 178.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 171 | 0.28 | 0 | 0.14 | 0.22 | 151.07 | 0.33 | 0.67 |
| Hex | 8E | C6 | AB | 1C | 0 | E | 16 | 97 | 21 | 43 |
| Octal | 216 | 306 | 253 | 34 | 0 | 16 | 26 | 227 | 41 | 103 |
| Binary | 10001110 | 11000110 | 10101011 | 11100 | 0 | 1110 | 10110 | 10010111 | 100001 | 1000011 |
Color Harmonies of #8EC6AB
Complementary color
Monochromatic Colors of #8EC6AB
Black with #8EC6AB
Text Example
Text Example
White with #8EC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC6AB; }
p { color: rgb(142,198,171); }
H1.HeaderClassName
{
color: #8EC6AB;
}
.AnyTagClassName
{
color: #8EC6AB;
}
</style>
background-color css
<style>
a { background-color: #8EC6AB; }
a { background-color: rgb(142,198,171); }
div.DivClassName
{
background-color: #8EC6AB;
}
.BgClassName
{
background-color: #8EC6AB;
}
</style>
border-color css
<style>
span { border-color: #8EC6AB; }
span { border-color: rgb(142,198,171); }
td.TdClassName
{
border-color: #8EC6AB;
}
.TagClassName
{
border-color: #8EC6AB;
}
</style>