Shades of Vista Blue #8ED3AF
Tints of Vista Blue #8ED3AF
RGB
CMYK
RGB Variations
Color information
#8ED3AF (or 0x8ED3AF) is known color: Vista Blue. HEX triplet: 8E, D3 and AF. RGB value is (142,211,175). Sum of RGB (Red+Green+Blue) = 142+211+175=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED3AF is #712C50. Grayscale: #BABABA. Windows color (decimal): -7416913 or 11522958. OLE color: 11522958.
HSL color Cylindrical-coordinate representation of color #8ED3AF: hue angle of 148.7º 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 #8ED3AF is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 175 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.17 |
| HSL | 148.7º | 0.44% | 0.69% | - |
| HSV(B) | 148.7º | 0.33% | 0.83% | - |
| XYZ | 42.19 | 55.43 | 49.03 | - |
| YUV | 186.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 175 | 0.33 | 0 | 0.17 | 0.17 | 148.7 | 0.44 | 0.69 |
| Hex | 8E | D3 | AF | 21 | 0 | 11 | 11 | 95 | 2C | 45 |
| Octal | 216 | 323 | 257 | 41 | 0 | 21 | 21 | 225 | 54 | 105 |
| Binary | 10001110 | 11010011 | 10101111 | 100001 | 0 | 10001 | 10001 | 10010101 | 101100 | 1000101 |
Color Harmonies of #8ED3AF
Complementary color
Monochromatic Colors of #8ED3AF
Black with #8ED3AF
Text Example
Text Example
White with #8ED3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED3AF; }
p { color: rgb(142,211,175); }
H1.HeaderClassName
{
color: #8ED3AF;
}
.AnyTagClassName
{
color: #8ED3AF;
}
</style>
background-color css
<style>
a { background-color: #8ED3AF; }
a { background-color: rgb(142,211,175); }
div.DivClassName
{
background-color: #8ED3AF;
}
.BgClassName
{
background-color: #8ED3AF;
}
</style>
border-color css
<style>
span { border-color: #8ED3AF; }
span { border-color: rgb(142,211,175); }
td.TdClassName
{
border-color: #8ED3AF;
}
.TagClassName
{
border-color: #8ED3AF;
}
</style>