Shades of Vista Blue #8ED4AA
Tints of Vista Blue #8ED4AA
RGB
CMYK
RGB Variations
Color information
#8ED4AA (or 0x8ED4AA) is known color: Vista Blue. HEX triplet: 8E, D4 and AA. RGB value is (142,212,170). Sum of RGB (Red+Green+Blue) = 142+212+170=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED4AA is #712B55. Grayscale: #BABABA. Windows color (decimal): -7416662 or 11195534. OLE color: 11195534.
HSL color Cylindrical-coordinate representation of color #8ED4AA: hue angle of 144º degrees, saturation: 0.45, 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 #8ED4AA is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 170 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.17 |
| HSL | 144º | 0.45% | 0.69% | - |
| HSV(B) | 144º | 0.33% | 0.83% | - |
| XYZ | 41.95 | 55.74 | 46.58 | - |
| YUV | 186.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 170 | 0.33 | 0 | 0.20 | 0.17 | 144 | 0.45 | 0.69 |
| Hex | 8E | D4 | AA | 21 | 0 | 14 | 11 | 90 | 2D | 45 |
| Octal | 216 | 324 | 252 | 41 | 0 | 24 | 21 | 220 | 55 | 105 |
| Binary | 10001110 | 11010100 | 10101010 | 100001 | 0 | 10100 | 10001 | 10010000 | 101101 | 1000101 |
Color Harmonies of #8ED4AA
Complementary color
Monochromatic Colors of #8ED4AA
Black with #8ED4AA
Text Example
Text Example
White with #8ED4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED4AA; }
p { color: rgb(142,212,170); }
H1.HeaderClassName
{
color: #8ED4AA;
}
.AnyTagClassName
{
color: #8ED4AA;
}
</style>
background-color css
<style>
a { background-color: #8ED4AA; }
a { background-color: rgb(142,212,170); }
div.DivClassName
{
background-color: #8ED4AA;
}
.BgClassName
{
background-color: #8ED4AA;
}
</style>
border-color css
<style>
span { border-color: #8ED4AA; }
span { border-color: rgb(142,212,170); }
td.TdClassName
{
border-color: #8ED4AA;
}
.TagClassName
{
border-color: #8ED4AA;
}
</style>