Shades of Vista Blue #8DE1AD
Tints of Vista Blue #8DE1AD
RGB
CMYK
RGB Variations
Color information
#8DE1AD (or 0x8DE1AD) is known color: Vista Blue. HEX triplet: 8D, E1 and AD. RGB value is (141,225,173). Sum of RGB (Red+Green+Blue) = 141+225+173=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE1AD is #721E52. Grayscale: #C2C2C2. Windows color (decimal): -7478867 or 11395469. OLE color: 11395469.
HSL color Cylindrical-coordinate representation of color #8DE1AD: hue angle of 142.86º 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 #8DE1AD is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 173 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.12 |
| HSL | 142.86º | 0.58% | 0.72% | - |
| HSV(B) | 142.86º | 0.37% | 0.88% | - |
| XYZ | 45.45 | 62.53 | 49.21 | - |
| YUV | 193.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 173 | 0.37 | 0 | 0.23 | 0.12 | 142.86 | 0.58 | 0.72 |
| Hex | 8D | E1 | AD | 25 | 0 | 17 | C | 8F | 3A | 48 |
| Octal | 215 | 341 | 255 | 45 | 0 | 27 | 14 | 217 | 72 | 110 |
| Binary | 10001101 | 11100001 | 10101101 | 100101 | 0 | 10111 | 1100 | 10001111 | 111010 | 1001000 |
Color Harmonies of #8DE1AD
Complementary color
Monochromatic Colors of #8DE1AD
Black with #8DE1AD
Text Example
Text Example
White with #8DE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1AD; }
p { color: rgb(141,225,173); }
H1.HeaderClassName
{
color: #8DE1AD;
}
.AnyTagClassName
{
color: #8DE1AD;
}
</style>
background-color css
<style>
a { background-color: #8DE1AD; }
a { background-color: rgb(141,225,173); }
div.DivClassName
{
background-color: #8DE1AD;
}
.BgClassName
{
background-color: #8DE1AD;
}
</style>
border-color css
<style>
span { border-color: #8DE1AD; }
span { border-color: rgb(141,225,173); }
td.TdClassName
{
border-color: #8DE1AD;
}
.TagClassName
{
border-color: #8DE1AD;
}
</style>