Shades of Vista Blue #8DE1AB
Tints of Vista Blue #8DE1AB
RGB
CMYK
RGB Variations
Color information
#8DE1AB (or 0x8DE1AB) is known color: Vista Blue. HEX triplet: 8D, E1 and AB. RGB value is (141,225,171). Sum of RGB (Red+Green+Blue) = 141+225+171=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE1AB is #721E54. Grayscale: #C1C1C1. Windows color (decimal): -7478869 or 11264397. OLE color: 11264397.
HSL color Cylindrical-coordinate representation of color #8DE1AB: hue angle of 141.43º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE1AB is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 171 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.12 |
| HSL | 141.43º | 0.58% | 0.72% | - |
| HSV(B) | 141.43º | 0.37% | 0.88% | - |
| XYZ | 45.26 | 62.45 | 48.2 | - |
| YUV | 193.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 171 | 0.37 | 0 | 0.24 | 0.12 | 141.43 | 0.58 | 0.72 |
| Hex | 8D | E1 | AB | 25 | 0 | 18 | C | 8D | 3A | 48 |
| Octal | 215 | 341 | 253 | 45 | 0 | 30 | 14 | 215 | 72 | 110 |
| Binary | 10001101 | 11100001 | 10101011 | 100101 | 0 | 11000 | 1100 | 10001101 | 111010 | 1001000 |
Color Harmonies of #8DE1AB
Complementary color
Monochromatic Colors of #8DE1AB
Black with #8DE1AB
Text Example
Text Example
White with #8DE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1AB; }
p { color: rgb(141,225,171); }
H1.HeaderClassName
{
color: #8DE1AB;
}
.AnyTagClassName
{
color: #8DE1AB;
}
</style>
background-color css
<style>
a { background-color: #8DE1AB; }
a { background-color: rgb(141,225,171); }
div.DivClassName
{
background-color: #8DE1AB;
}
.BgClassName
{
background-color: #8DE1AB;
}
</style>
border-color css
<style>
span { border-color: #8DE1AB; }
span { border-color: rgb(141,225,171); }
td.TdClassName
{
border-color: #8DE1AB;
}
.TagClassName
{
border-color: #8DE1AB;
}
</style>