Shades of Vista Blue #8ECAAB
Tints of Vista Blue #8ECAAB
RGB
CMYK
RGB Variations
Color information
#8ECAAB (or 0x8ECAAB) is known color: Vista Blue. HEX triplet: 8E, CA and AB. RGB value is (142,202,171). Sum of RGB (Red+Green+Blue) = 142+202+171=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECAAB is #713554. Grayscale: #B4B4B4. Windows color (decimal): -7419221 or 11258510. OLE color: 11258510.
HSL color Cylindrical-coordinate representation of color #8ECAAB: hue angle of 149º 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 #8ECAAB is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 171 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.21 |
| HSL | 149º | 0.36% | 0.67% | - |
| HSV(B) | 149º | 0.3% | 0.79% | - |
| XYZ | 39.63 | 50.93 | 46.27 | - |
| YUV | 180.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 171 | 0.30 | 0 | 0.15 | 0.21 | 149 | 0.36 | 0.67 |
| Hex | 8E | CA | AB | 1E | 0 | F | 15 | 95 | 24 | 43 |
| Octal | 216 | 312 | 253 | 36 | 0 | 17 | 25 | 225 | 44 | 103 |
| Binary | 10001110 | 11001010 | 10101011 | 11110 | 0 | 1111 | 10101 | 10010101 | 100100 | 1000011 |
Color Harmonies of #8ECAAB
Complementary color
Monochromatic Colors of #8ECAAB
Black with #8ECAAB
Text Example
Text Example
White with #8ECAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECAAB; }
p { color: rgb(142,202,171); }
H1.HeaderClassName
{
color: #8ECAAB;
}
.AnyTagClassName
{
color: #8ECAAB;
}
</style>
background-color css
<style>
a { background-color: #8ECAAB; }
a { background-color: rgb(142,202,171); }
div.DivClassName
{
background-color: #8ECAAB;
}
.BgClassName
{
background-color: #8ECAAB;
}
</style>
border-color css
<style>
span { border-color: #8ECAAB; }
span { border-color: rgb(142,202,171); }
td.TdClassName
{
border-color: #8ECAAB;
}
.TagClassName
{
border-color: #8ECAAB;
}
</style>