Shades of Vista Blue #8EECB9
Tints of Vista Blue #8EECB9
RGB
CMYK
RGB Variations
Color information
#8EECB9 (or 0x8EECB9) is known color: Vista Blue. HEX triplet: 8E, EC and B9. RGB value is (142,236,185). Sum of RGB (Red+Green+Blue) = 142+236+185=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECB9 is #711346. Grayscale: #CACACA. Windows color (decimal): -7410503 or 12184718. OLE color: 12184718.
HSL color Cylindrical-coordinate representation of color #8EECB9: hue angle of 147.45º 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 #8EECB9 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 185 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.07 |
| HSL | 147.45º | 0.71% | 0.74% | - |
| HSV(B) | 147.45º | 0.4% | 0.93% | - |
| XYZ | 49.91 | 69.24 | 56.63 | - |
| YUV | 202.08 | 118.36 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 185 | 0.40 | 0 | 0.22 | 0.07 | 147.45 | 0.71 | 0.74 |
| Hex | 8E | EC | B9 | 28 | 0 | 16 | 7 | 93 | 47 | 4A |
| Octal | 216 | 354 | 271 | 50 | 0 | 26 | 7 | 223 | 107 | 112 |
| Binary | 10001110 | 11101100 | 10111001 | 101000 | 0 | 10110 | 111 | 10010011 | 1000111 | 1001010 |
Color Harmonies of #8EECB9
Complementary color
Monochromatic Colors of #8EECB9
Black with #8EECB9
Text Example
Text Example
White with #8EECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECB9; }
p { color: rgb(142,236,185); }
H1.HeaderClassName
{
color: #8EECB9;
}
.AnyTagClassName
{
color: #8EECB9;
}
</style>
background-color css
<style>
a { background-color: #8EECB9; }
a { background-color: rgb(142,236,185); }
div.DivClassName
{
background-color: #8EECB9;
}
.BgClassName
{
background-color: #8EECB9;
}
</style>
border-color css
<style>
span { border-color: #8EECB9; }
span { border-color: rgb(142,236,185); }
td.TdClassName
{
border-color: #8EECB9;
}
.TagClassName
{
border-color: #8EECB9;
}
</style>