Shades of Vista Blue #8ED0AF
Tints of Vista Blue #8ED0AF
RGB
CMYK
RGB Variations
Color information
#8ED0AF (or 0x8ED0AF) is known color: Vista Blue. HEX triplet: 8E, D0 and AF. RGB value is (142,208,175). Sum of RGB (Red+Green+Blue) = 142+208+175=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED0AF is #712F50. Grayscale: #B8B8B8. Windows color (decimal): -7417681 or 11522190. OLE color: 11522190.
HSL color Cylindrical-coordinate representation of color #8ED0AF: hue angle of 150º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED0AF is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 175 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.18 |
| HSL | 150º | 0.41% | 0.69% | - |
| HSV(B) | 150º | 0.32% | 0.82% | - |
| XYZ | 41.45 | 53.96 | 48.79 | - |
| YUV | 184.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 175 | 0.32 | 0 | 0.16 | 0.18 | 150 | 0.41 | 0.69 |
| Hex | 8E | D0 | AF | 20 | 0 | 10 | 12 | 96 | 29 | 45 |
| Octal | 216 | 320 | 257 | 40 | 0 | 20 | 22 | 226 | 51 | 105 |
| Binary | 10001110 | 11010000 | 10101111 | 100000 | 0 | 10000 | 10010 | 10010110 | 101001 | 1000101 |
Color Harmonies of #8ED0AF
Complementary color
Monochromatic Colors of #8ED0AF
Black with #8ED0AF
Text Example
Text Example
White with #8ED0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED0AF; }
p { color: rgb(142,208,175); }
H1.HeaderClassName
{
color: #8ED0AF;
}
.AnyTagClassName
{
color: #8ED0AF;
}
</style>
background-color css
<style>
a { background-color: #8ED0AF; }
a { background-color: rgb(142,208,175); }
div.DivClassName
{
background-color: #8ED0AF;
}
.BgClassName
{
background-color: #8ED0AF;
}
</style>
border-color css
<style>
span { border-color: #8ED0AF; }
span { border-color: rgb(142,208,175); }
td.TdClassName
{
border-color: #8ED0AF;
}
.TagClassName
{
border-color: #8ED0AF;
}
</style>