Shades of Vista Blue #8ECEAA
Tints of Vista Blue #8ECEAA
RGB
CMYK
RGB Variations
Color information
#8ECEAA (or 0x8ECEAA) is known color: Vista Blue. HEX triplet: 8E, CE and AA. RGB value is (142,206,170). Sum of RGB (Red+Green+Blue) = 142+206+170=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEAA is #713155. Grayscale: #B6B6B6. Windows color (decimal): -7418198 or 11193998. OLE color: 11193998.
HSL color Cylindrical-coordinate representation of color #8ECEAA: hue angle of 146.25º 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 #8ECEAA is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 170 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.19 |
| HSL | 146.25º | 0.4% | 0.68% | - |
| HSV(B) | 146.25º | 0.31% | 0.81% | - |
| XYZ | 40.48 | 52.8 | 46.09 | - |
| YUV | 182.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 170 | 0.31 | 0 | 0.17 | 0.19 | 146.25 | 0.4 | 0.68 |
| Hex | 8E | CE | AA | 1F | 0 | 11 | 13 | 92 | 28 | 44 |
| Octal | 216 | 316 | 252 | 37 | 0 | 21 | 23 | 222 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10101010 | 11111 | 0 | 10001 | 10011 | 10010010 | 101000 | 1000100 |
Color Harmonies of #8ECEAA
Complementary color
Monochromatic Colors of #8ECEAA
Black with #8ECEAA
Text Example
Text Example
White with #8ECEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEAA; }
p { color: rgb(142,206,170); }
H1.HeaderClassName
{
color: #8ECEAA;
}
.AnyTagClassName
{
color: #8ECEAA;
}
</style>
background-color css
<style>
a { background-color: #8ECEAA; }
a { background-color: rgb(142,206,170); }
div.DivClassName
{
background-color: #8ECEAA;
}
.BgClassName
{
background-color: #8ECEAA;
}
</style>
border-color css
<style>
span { border-color: #8ECEAA; }
span { border-color: rgb(142,206,170); }
td.TdClassName
{
border-color: #8ECEAA;
}
.TagClassName
{
border-color: #8ECEAA;
}
</style>