Shades of Vista Blue #8EECAF
Tints of Vista Blue #8EECAF
RGB
CMYK
RGB Variations
Color information
#8EECAF (or 0x8EECAF) is known color: Vista Blue. HEX triplet: 8E, EC and AF. RGB value is (142,236,175). Sum of RGB (Red+Green+Blue) = 142+236+175=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EECAF is #711350. Grayscale: #C9C9C9. Windows color (decimal): -7410513 or 11529358. OLE color: 11529358.
HSL color Cylindrical-coordinate representation of color #8EECAF: hue angle of 141.06º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECAF is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 175 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.07 |
| HSL | 141.06º | 0.71% | 0.74% | - |
| HSV(B) | 141.06º | 0.4% | 0.93% | - |
| XYZ | 48.89 | 68.84 | 51.27 | - |
| YUV | 200.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 175 | 0.40 | 0 | 0.26 | 0.07 | 141.06 | 0.71 | 0.74 |
| Hex | 8E | EC | AF | 28 | 0 | 1A | 7 | 8D | 47 | 4A |
| Octal | 216 | 354 | 257 | 50 | 0 | 32 | 7 | 215 | 107 | 112 |
| Binary | 10001110 | 11101100 | 10101111 | 101000 | 0 | 11010 | 111 | 10001101 | 1000111 | 1001010 |
Color Harmonies of #8EECAF
Complementary color
Monochromatic Colors of #8EECAF
Black with #8EECAF
Text Example
Text Example
White with #8EECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECAF; }
p { color: rgb(142,236,175); }
H1.HeaderClassName
{
color: #8EECAF;
}
.AnyTagClassName
{
color: #8EECAF;
}
</style>
background-color css
<style>
a { background-color: #8EECAF; }
a { background-color: rgb(142,236,175); }
div.DivClassName
{
background-color: #8EECAF;
}
.BgClassName
{
background-color: #8EECAF;
}
</style>
border-color css
<style>
span { border-color: #8EECAF; }
span { border-color: rgb(142,236,175); }
td.TdClassName
{
border-color: #8EECAF;
}
.TagClassName
{
border-color: #8EECAF;
}
</style>