Shades of Vista Blue #8ED3AD
Tints of Vista Blue #8ED3AD
RGB
CMYK
RGB Variations
Color information
#8ED3AD (or 0x8ED3AD) is known color: Vista Blue. HEX triplet: 8E, D3 and AD. RGB value is (142,211,173). Sum of RGB (Red+Green+Blue) = 142+211+173=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED3AD is #712C52. Grayscale: #BABABA. Windows color (decimal): -7416915 or 11391886. OLE color: 11391886.
HSL color Cylindrical-coordinate representation of color #8ED3AD: hue angle of 146.96º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED3AD is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 173 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.17 |
| HSL | 146.96º | 0.44% | 0.69% | - |
| HSV(B) | 146.96º | 0.33% | 0.83% | - |
| XYZ | 41.99 | 55.36 | 48.01 | - |
| YUV | 186.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 173 | 0.33 | 0 | 0.18 | 0.17 | 146.96 | 0.44 | 0.69 |
| Hex | 8E | D3 | AD | 21 | 0 | 12 | 11 | 93 | 2C | 45 |
| Octal | 216 | 323 | 255 | 41 | 0 | 22 | 21 | 223 | 54 | 105 |
| Binary | 10001110 | 11010011 | 10101101 | 100001 | 0 | 10010 | 10001 | 10010011 | 101100 | 1000101 |
Color Harmonies of #8ED3AD
Complementary color
Monochromatic Colors of #8ED3AD
Black with #8ED3AD
Text Example
Text Example
White with #8ED3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED3AD; }
p { color: rgb(142,211,173); }
H1.HeaderClassName
{
color: #8ED3AD;
}
.AnyTagClassName
{
color: #8ED3AD;
}
</style>
background-color css
<style>
a { background-color: #8ED3AD; }
a { background-color: rgb(142,211,173); }
div.DivClassName
{
background-color: #8ED3AD;
}
.BgClassName
{
background-color: #8ED3AD;
}
</style>
border-color css
<style>
span { border-color: #8ED3AD; }
span { border-color: rgb(142,211,173); }
td.TdClassName
{
border-color: #8ED3AD;
}
.TagClassName
{
border-color: #8ED3AD;
}
</style>