Shades of Vista Blue #8BE1AB
Tints of Vista Blue #8BE1AB
RGB
CMYK
RGB Variations
Color information
#8BE1AB (or 0x8BE1AB) is known color: Vista Blue. HEX triplet: 8B, E1 and AB. RGB value is (139,225,171). Sum of RGB (Red+Green+Blue) = 139+225+171=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE1AB is #741E54. Grayscale: #C1C1C1. Windows color (decimal): -7609941 or 11264395. OLE color: 11264395.
HSL color Cylindrical-coordinate representation of color #8BE1AB: hue angle of 142.33º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE1AB is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 225 | 171 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.12 |
| HSL | 142.33º | 0.59% | 0.71% | - |
| HSV(B) | 142.33º | 0.38% | 0.88% | - |
| XYZ | 44.92 | 62.28 | 48.18 | - |
| YUV | 193.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 225 | 171 | 0.38 | 0 | 0.24 | 0.12 | 142.33 | 0.59 | 0.71 |
| Hex | 8B | E1 | AB | 26 | 0 | 18 | C | 8E | 3B | 47 |
| Octal | 213 | 341 | 253 | 46 | 0 | 30 | 14 | 216 | 73 | 107 |
| Binary | 10001011 | 11100001 | 10101011 | 100110 | 0 | 11000 | 1100 | 10001110 | 111011 | 1000111 |
Color Harmonies of #8BE1AB
Complementary color
Monochromatic Colors of #8BE1AB
Black with #8BE1AB
Text Example
Text Example
White with #8BE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE1AB; }
p { color: rgb(139,225,171); }
H1.HeaderClassName
{
color: #8BE1AB;
}
.AnyTagClassName
{
color: #8BE1AB;
}
</style>
background-color css
<style>
a { background-color: #8BE1AB; }
a { background-color: rgb(139,225,171); }
div.DivClassName
{
background-color: #8BE1AB;
}
.BgClassName
{
background-color: #8BE1AB;
}
</style>
border-color css
<style>
span { border-color: #8BE1AB; }
span { border-color: rgb(139,225,171); }
td.TdClassName
{
border-color: #8BE1AB;
}
.TagClassName
{
border-color: #8BE1AB;
}
</style>