Shades of Vista Blue #8ECBA4
Tints of Vista Blue #8ECBA4
RGB
CMYK
RGB Variations
Color information
#8ECBA4 (or 0x8ECBA4) is known color: Vista Blue. HEX triplet: 8E, CB and A4. RGB value is (142,203,164). Sum of RGB (Red+Green+Blue) = 142+203+164=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBA4 is #71345B. Grayscale: #B4B4B4. Windows color (decimal): -7418972 or 10800014. OLE color: 10800014.
HSL color Cylindrical-coordinate representation of color #8ECBA4: hue angle of 141.64º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECBA4 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 164 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.20 |
| HSL | 141.64º | 0.37% | 0.68% | - |
| HSV(B) | 141.64º | 0.3% | 0.8% | - |
| XYZ | 39.21 | 51.14 | 42.93 | - |
| YUV | 180.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 164 | 0.30 | 0 | 0.19 | 0.20 | 141.64 | 0.37 | 0.68 |
| Hex | 8E | CB | A4 | 1E | 0 | 13 | 14 | 8E | 25 | 44 |
| Octal | 216 | 313 | 244 | 36 | 0 | 23 | 24 | 216 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10100100 | 11110 | 0 | 10011 | 10100 | 10001110 | 100101 | 1000100 |
Color Harmonies of #8ECBA4
Complementary color
Monochromatic Colors of #8ECBA4
Black with #8ECBA4
Text Example
Text Example
White with #8ECBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBA4; }
p { color: rgb(142,203,164); }
H1.HeaderClassName
{
color: #8ECBA4;
}
.AnyTagClassName
{
color: #8ECBA4;
}
</style>
background-color css
<style>
a { background-color: #8ECBA4; }
a { background-color: rgb(142,203,164); }
div.DivClassName
{
background-color: #8ECBA4;
}
.BgClassName
{
background-color: #8ECBA4;
}
</style>
border-color css
<style>
span { border-color: #8ECBA4; }
span { border-color: rgb(142,203,164); }
td.TdClassName
{
border-color: #8ECBA4;
}
.TagClassName
{
border-color: #8ECBA4;
}
</style>