Shades of Vista Blue #8ECEA5
Tints of Vista Blue #8ECEA5
RGB
CMYK
RGB Variations
Color information
#8ECEA5 (or 0x8ECEA5) is known color: Vista Blue. HEX triplet: 8E, CE and A5. RGB value is (142,206,165). Sum of RGB (Red+Green+Blue) = 142+206+165=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEA5 is #71315A. Grayscale: #B6B6B6. Windows color (decimal): -7418203 or 10866318. OLE color: 10866318.
HSL color Cylindrical-coordinate representation of color #8ECEA5: hue angle of 141.56º 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 #8ECEA5 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 165 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.19 |
| HSL | 141.56º | 0.4% | 0.68% | - |
| HSV(B) | 141.56º | 0.31% | 0.81% | - |
| XYZ | 40.02 | 52.61 | 43.64 | - |
| YUV | 182.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 165 | 0.31 | 0 | 0.20 | 0.19 | 141.56 | 0.4 | 0.68 |
| Hex | 8E | CE | A5 | 1F | 0 | 14 | 13 | 8E | 28 | 44 |
| Octal | 216 | 316 | 245 | 37 | 0 | 24 | 23 | 216 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10100101 | 11111 | 0 | 10100 | 10011 | 10001110 | 101000 | 1000100 |
Color Harmonies of #8ECEA5
Complementary color
Monochromatic Colors of #8ECEA5
Black with #8ECEA5
Text Example
Text Example
White with #8ECEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEA5; }
p { color: rgb(142,206,165); }
H1.HeaderClassName
{
color: #8ECEA5;
}
.AnyTagClassName
{
color: #8ECEA5;
}
</style>
background-color css
<style>
a { background-color: #8ECEA5; }
a { background-color: rgb(142,206,165); }
div.DivClassName
{
background-color: #8ECEA5;
}
.BgClassName
{
background-color: #8ECEA5;
}
</style>
border-color css
<style>
span { border-color: #8ECEA5; }
span { border-color: rgb(142,206,165); }
td.TdClassName
{
border-color: #8ECEA5;
}
.TagClassName
{
border-color: #8ECEA5;
}
</style>