Shades of Vista Blue #8EE4AE
Tints of Vista Blue #8EE4AE
RGB
CMYK
RGB Variations
Color information
#8EE4AE (or 0x8EE4AE) is known color: Vista Blue. HEX triplet: 8E, E4 and AE. RGB value is (142,228,174). Sum of RGB (Red+Green+Blue) = 142+228+174=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE4AE is #711B51. Grayscale: #C4C4C4. Windows color (decimal): -7412562 or 11461774. OLE color: 11461774.
HSL color Cylindrical-coordinate representation of color #8EE4AE: hue angle of 142.33º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE4AE is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 174 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.11 |
| HSL | 142.33º | 0.61% | 0.73% | - |
| HSV(B) | 142.33º | 0.38% | 0.89% | - |
| XYZ | 46.54 | 64.29 | 50 | - |
| YUV | 196.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 174 | 0.38 | 0 | 0.24 | 0.11 | 142.33 | 0.61 | 0.73 |
| Hex | 8E | E4 | AE | 26 | 0 | 18 | B | 8E | 3D | 49 |
| Octal | 216 | 344 | 256 | 46 | 0 | 30 | 13 | 216 | 75 | 111 |
| Binary | 10001110 | 11100100 | 10101110 | 100110 | 0 | 11000 | 1011 | 10001110 | 111101 | 1001001 |
Color Harmonies of #8EE4AE
Complementary color
Monochromatic Colors of #8EE4AE
Black with #8EE4AE
Text Example
Text Example
White with #8EE4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE4AE; }
p { color: rgb(142,228,174); }
H1.HeaderClassName
{
color: #8EE4AE;
}
.AnyTagClassName
{
color: #8EE4AE;
}
</style>
background-color css
<style>
a { background-color: #8EE4AE; }
a { background-color: rgb(142,228,174); }
div.DivClassName
{
background-color: #8EE4AE;
}
.BgClassName
{
background-color: #8EE4AE;
}
</style>
border-color css
<style>
span { border-color: #8EE4AE; }
span { border-color: rgb(142,228,174); }
td.TdClassName
{
border-color: #8EE4AE;
}
.TagClassName
{
border-color: #8EE4AE;
}
</style>