Shades of Vista Blue #8EEBAB
Tints of Vista Blue #8EEBAB
RGB
CMYK
RGB Variations
Color information
#8EEBAB (or 0x8EEBAB) is known color: Vista Blue. HEX triplet: 8E, EB and AB. RGB value is (142,235,171). Sum of RGB (Red+Green+Blue) = 142+235+171=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEBAB is #711454. Grayscale: #C8C8C8. Windows color (decimal): -7410773 or 11266958. OLE color: 11266958.
HSL color Cylindrical-coordinate representation of color #8EEBAB: hue angle of 138.71º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBAB is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 235 | 171 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.08 |
| HSL | 138.71º | 0.7% | 0.74% | - |
| HSV(B) | 138.71º | 0.4% | 0.92% | - |
| XYZ | 48.21 | 68.11 | 49.13 | - |
| YUV | 199.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 171 | 0.40 | 0 | 0.27 | 0.08 | 138.71 | 0.7 | 0.74 |
| Hex | 8E | EB | AB | 28 | 0 | 1B | 8 | 8B | 46 | 4A |
| Octal | 216 | 353 | 253 | 50 | 0 | 33 | 10 | 213 | 106 | 112 |
| Binary | 10001110 | 11101011 | 10101011 | 101000 | 0 | 11011 | 1000 | 10001011 | 1000110 | 1001010 |
Color Harmonies of #8EEBAB
Complementary color
Monochromatic Colors of #8EEBAB
Black with #8EEBAB
Text Example
Text Example
White with #8EEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBAB; }
p { color: rgb(142,235,171); }
H1.HeaderClassName
{
color: #8EEBAB;
}
.AnyTagClassName
{
color: #8EEBAB;
}
</style>
background-color css
<style>
a { background-color: #8EEBAB; }
a { background-color: rgb(142,235,171); }
div.DivClassName
{
background-color: #8EEBAB;
}
.BgClassName
{
background-color: #8EEBAB;
}
</style>
border-color css
<style>
span { border-color: #8EEBAB; }
span { border-color: rgb(142,235,171); }
td.TdClassName
{
border-color: #8EEBAB;
}
.TagClassName
{
border-color: #8EEBAB;
}
</style>