Shades of Vista Blue #8ECAA6
Tints of Vista Blue #8ECAA6
RGB
CMYK
RGB Variations
Color information
#8ECAA6 (or 0x8ECAA6) is known color: Vista Blue. HEX triplet: 8E, CA and A6. RGB value is (142,202,166). Sum of RGB (Red+Green+Blue) = 142+202+166=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECAA6 is #713559. Grayscale: #B4B4B4. Windows color (decimal): -7419226 or 10930830. OLE color: 10930830.
HSL color Cylindrical-coordinate representation of color #8ECAA6: hue angle of 144º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECAA6 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 166 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.21 |
| HSL | 144º | 0.36% | 0.67% | - |
| HSV(B) | 144º | 0.3% | 0.79% | - |
| XYZ | 39.16 | 50.75 | 43.81 | - |
| YUV | 179.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 166 | 0.30 | 0 | 0.18 | 0.21 | 144 | 0.36 | 0.67 |
| Hex | 8E | CA | A6 | 1E | 0 | 12 | 15 | 90 | 24 | 43 |
| Octal | 216 | 312 | 246 | 36 | 0 | 22 | 25 | 220 | 44 | 103 |
| Binary | 10001110 | 11001010 | 10100110 | 11110 | 0 | 10010 | 10101 | 10010000 | 100100 | 1000011 |
Color Harmonies of #8ECAA6
Complementary color
Monochromatic Colors of #8ECAA6
Black with #8ECAA6
Text Example
Text Example
White with #8ECAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECAA6; }
p { color: rgb(142,202,166); }
H1.HeaderClassName
{
color: #8ECAA6;
}
.AnyTagClassName
{
color: #8ECAA6;
}
</style>
background-color css
<style>
a { background-color: #8ECAA6; }
a { background-color: rgb(142,202,166); }
div.DivClassName
{
background-color: #8ECAA6;
}
.BgClassName
{
background-color: #8ECAA6;
}
</style>
border-color css
<style>
span { border-color: #8ECAA6; }
span { border-color: rgb(142,202,166); }
td.TdClassName
{
border-color: #8ECAA6;
}
.TagClassName
{
border-color: #8ECAA6;
}
</style>