Shades of Vista Blue #8EECAB
Tints of Vista Blue #8EECAB
RGB
CMYK
RGB Variations
Color information
#8EECAB (or 0x8EECAB) is known color: Vista Blue. HEX triplet: 8E, EC and AB. RGB value is (142,236,171). Sum of RGB (Red+Green+Blue) = 142+236+171=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EECAB is #711354. Grayscale: #C8C8C8. Windows color (decimal): -7410517 or 11267214. OLE color: 11267214.
HSL color Cylindrical-coordinate representation of color #8EECAB: hue angle of 138.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECAB is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 171 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.07 |
| HSL | 138.51º | 0.71% | 0.74% | - |
| HSV(B) | 138.51º | 0.4% | 0.93% | - |
| XYZ | 48.5 | 68.68 | 49.23 | - |
| YUV | 200.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 171 | 0.40 | 0 | 0.28 | 0.07 | 138.51 | 0.71 | 0.74 |
| Hex | 8E | EC | AB | 28 | 0 | 1C | 7 | 8B | 47 | 4A |
| Octal | 216 | 354 | 253 | 50 | 0 | 34 | 7 | 213 | 107 | 112 |
| Binary | 10001110 | 11101100 | 10101011 | 101000 | 0 | 11100 | 111 | 10001011 | 1000111 | 1001010 |
Color Harmonies of #8EECAB
Complementary color
Monochromatic Colors of #8EECAB
Black with #8EECAB
Text Example
Text Example
White with #8EECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECAB; }
p { color: rgb(142,236,171); }
H1.HeaderClassName
{
color: #8EECAB;
}
.AnyTagClassName
{
color: #8EECAB;
}
</style>
background-color css
<style>
a { background-color: #8EECAB; }
a { background-color: rgb(142,236,171); }
div.DivClassName
{
background-color: #8EECAB;
}
.BgClassName
{
background-color: #8EECAB;
}
</style>
border-color css
<style>
span { border-color: #8EECAB; }
span { border-color: rgb(142,236,171); }
td.TdClassName
{
border-color: #8EECAB;
}
.TagClassName
{
border-color: #8EECAB;
}
</style>