Shades of Vista Blue #8ECAA5
Tints of Vista Blue #8ECAA5
RGB
CMYK
RGB Variations
Color information
#8ECAA5 (or 0x8ECAA5) is known color: Vista Blue. HEX triplet: 8E, CA and A5. RGB value is (142,202,165). Sum of RGB (Red+Green+Blue) = 142+202+165=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECAA5 is #71355A. Grayscale: #B3B3B3. Windows color (decimal): -7419227 or 10865294. OLE color: 10865294.
HSL color Cylindrical-coordinate representation of color #8ECAA5: hue angle of 143º 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 #8ECAA5 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 165 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.21 |
| HSL | 143º | 0.36% | 0.67% | - |
| HSV(B) | 143º | 0.3% | 0.79% | - |
| XYZ | 39.07 | 50.71 | 43.33 | - |
| YUV | 179.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 165 | 0.30 | 0 | 0.18 | 0.21 | 143 | 0.36 | 0.67 |
| Hex | 8E | CA | A5 | 1E | 0 | 12 | 15 | 8F | 24 | 43 |
| Octal | 216 | 312 | 245 | 36 | 0 | 22 | 25 | 217 | 44 | 103 |
| Binary | 10001110 | 11001010 | 10100101 | 11110 | 0 | 10010 | 10101 | 10001111 | 100100 | 1000011 |
Color Harmonies of #8ECAA5
Complementary color
Monochromatic Colors of #8ECAA5
Black with #8ECAA5
Text Example
Text Example
White with #8ECAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECAA5; }
p { color: rgb(142,202,165); }
H1.HeaderClassName
{
color: #8ECAA5;
}
.AnyTagClassName
{
color: #8ECAA5;
}
</style>
background-color css
<style>
a { background-color: #8ECAA5; }
a { background-color: rgb(142,202,165); }
div.DivClassName
{
background-color: #8ECAA5;
}
.BgClassName
{
background-color: #8ECAA5;
}
</style>
border-color css
<style>
span { border-color: #8ECAA5; }
span { border-color: rgb(142,202,165); }
td.TdClassName
{
border-color: #8ECAA5;
}
.TagClassName
{
border-color: #8ECAA5;
}
</style>