Shades of Vista Blue #8EECB0
Tints of Vista Blue #8EECB0
RGB
CMYK
RGB Variations
Color information
#8EECB0 (or 0x8EECB0) is known color: Vista Blue. HEX triplet: 8E, EC and B0. RGB value is (142,236,176). Sum of RGB (Red+Green+Blue) = 142+236+176=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EECB0 is #71134F. Grayscale: #C9C9C9. Windows color (decimal): -7410512 or 11594894. OLE color: 11594894.
HSL color Cylindrical-coordinate representation of color #8EECB0: hue angle of 141.7º 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 #8EECB0 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 176 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.07 |
| HSL | 141.7º | 0.71% | 0.74% | - |
| HSV(B) | 141.7º | 0.4% | 0.93% | - |
| XYZ | 48.99 | 68.88 | 51.79 | - |
| YUV | 201.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 176 | 0.40 | 0 | 0.25 | 0.07 | 141.7 | 0.71 | 0.74 |
| Hex | 8E | EC | B0 | 28 | 0 | 19 | 7 | 8E | 47 | 4A |
| Octal | 216 | 354 | 260 | 50 | 0 | 31 | 7 | 216 | 107 | 112 |
| Binary | 10001110 | 11101100 | 10110000 | 101000 | 0 | 11001 | 111 | 10001110 | 1000111 | 1001010 |
Color Harmonies of #8EECB0
Complementary color
Monochromatic Colors of #8EECB0
Black with #8EECB0
Text Example
Text Example
White with #8EECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECB0; }
p { color: rgb(142,236,176); }
H1.HeaderClassName
{
color: #8EECB0;
}
.AnyTagClassName
{
color: #8EECB0;
}
</style>
background-color css
<style>
a { background-color: #8EECB0; }
a { background-color: rgb(142,236,176); }
div.DivClassName
{
background-color: #8EECB0;
}
.BgClassName
{
background-color: #8EECB0;
}
</style>
border-color css
<style>
span { border-color: #8EECB0; }
span { border-color: rgb(142,236,176); }
td.TdClassName
{
border-color: #8EECB0;
}
.TagClassName
{
border-color: #8EECB0;
}
</style>