Shades of Vista Blue #8DE1AA
Tints of Vista Blue #8DE1AA
RGB
CMYK
RGB Variations
Color information
#8DE1AA (or 0x8DE1AA) is known color: Vista Blue. HEX triplet: 8D, E1 and AA. RGB value is (141,225,170). Sum of RGB (Red+Green+Blue) = 141+225+170=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE1AA is #721E55. Grayscale: #C1C1C1. Windows color (decimal): -7478870 or 11198861. OLE color: 11198861.
HSL color Cylindrical-coordinate representation of color #8DE1AA: hue angle of 140.71º 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 #8DE1AA is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 170 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.12 |
| HSL | 140.71º | 0.58% | 0.72% | - |
| HSV(B) | 140.71º | 0.37% | 0.88% | - |
| XYZ | 45.17 | 62.42 | 47.7 | - |
| YUV | 193.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 170 | 0.37 | 0 | 0.24 | 0.12 | 140.71 | 0.58 | 0.72 |
| Hex | 8D | E1 | AA | 25 | 0 | 18 | C | 8D | 3A | 48 |
| Octal | 215 | 341 | 252 | 45 | 0 | 30 | 14 | 215 | 72 | 110 |
| Binary | 10001101 | 11100001 | 10101010 | 100101 | 0 | 11000 | 1100 | 10001101 | 111010 | 1001000 |
Color Harmonies of #8DE1AA
Complementary color
Monochromatic Colors of #8DE1AA
Black with #8DE1AA
Text Example
Text Example
White with #8DE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1AA; }
p { color: rgb(141,225,170); }
H1.HeaderClassName
{
color: #8DE1AA;
}
.AnyTagClassName
{
color: #8DE1AA;
}
</style>
background-color css
<style>
a { background-color: #8DE1AA; }
a { background-color: rgb(141,225,170); }
div.DivClassName
{
background-color: #8DE1AA;
}
.BgClassName
{
background-color: #8DE1AA;
}
</style>
border-color css
<style>
span { border-color: #8DE1AA; }
span { border-color: rgb(141,225,170); }
td.TdClassName
{
border-color: #8DE1AA;
}
.TagClassName
{
border-color: #8DE1AA;
}
</style>