Shades of Vista Blue #8ECEB0
Tints of Vista Blue #8ECEB0
RGB
CMYK
RGB Variations
Color information
#8ECEB0 (or 0x8ECEB0) is known color: Vista Blue. HEX triplet: 8E, CE and B0. RGB value is (142,206,176). Sum of RGB (Red+Green+Blue) = 142+206+176=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEB0 is #71314F. Grayscale: #B7B7B7. Windows color (decimal): -7418192 or 11587214. OLE color: 11587214.
HSL color Cylindrical-coordinate representation of color #8ECEB0: hue angle of 151.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEB0 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 176 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.19 |
| HSL | 151.88º | 0.4% | 0.68% | - |
| HSV(B) | 151.88º | 0.31% | 0.81% | - |
| XYZ | 41.06 | 53.03 | 49.15 | - |
| YUV | 183.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 176 | 0.31 | 0 | 0.15 | 0.19 | 151.88 | 0.4 | 0.68 |
| Hex | 8E | CE | B0 | 1F | 0 | F | 13 | 98 | 28 | 44 |
| Octal | 216 | 316 | 260 | 37 | 0 | 17 | 23 | 230 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10110000 | 11111 | 0 | 1111 | 10011 | 10011000 | 101000 | 1000100 |
Color Harmonies of #8ECEB0
Complementary color
Monochromatic Colors of #8ECEB0
Black with #8ECEB0
Text Example
Text Example
White with #8ECEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEB0; }
p { color: rgb(142,206,176); }
H1.HeaderClassName
{
color: #8ECEB0;
}
.AnyTagClassName
{
color: #8ECEB0;
}
</style>
background-color css
<style>
a { background-color: #8ECEB0; }
a { background-color: rgb(142,206,176); }
div.DivClassName
{
background-color: #8ECEB0;
}
.BgClassName
{
background-color: #8ECEB0;
}
</style>
border-color css
<style>
span { border-color: #8ECEB0; }
span { border-color: rgb(142,206,176); }
td.TdClassName
{
border-color: #8ECEB0;
}
.TagClassName
{
border-color: #8ECEB0;
}
</style>