Shades of Vista Blue #8EE5BC
Tints of Vista Blue #8EE5BC
RGB
CMYK
RGB Variations
Color information
#8EE5BC (or 0x8EE5BC) is known color: Vista Blue. HEX triplet: 8E, E5 and BC. RGB value is (142,229,188). Sum of RGB (Red+Green+Blue) = 142+229+188=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE5BC is #711A43. Grayscale: #C6C6C6. Windows color (decimal): -7412292 or 12379534. OLE color: 12379534.
HSL color Cylindrical-coordinate representation of color #8EE5BC: hue angle of 151.72º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE5BC is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 229 | 188 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.10 |
| HSL | 151.72º | 0.63% | 0.73% | - |
| HSV(B) | 151.72º | 0.38% | 0.9% | - |
| XYZ | 48.25 | 65.42 | 57.66 | - |
| YUV | 198.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 229 | 188 | 0.38 | 0 | 0.18 | 0.10 | 151.72 | 0.63 | 0.73 |
| Hex | 8E | E5 | BC | 26 | 0 | 12 | A | 98 | 3F | 49 |
| Octal | 216 | 345 | 274 | 46 | 0 | 22 | 12 | 230 | 77 | 111 |
| Binary | 10001110 | 11100101 | 10111100 | 100110 | 0 | 10010 | 1010 | 10011000 | 111111 | 1001001 |
Color Harmonies of #8EE5BC
Complementary color
Monochromatic Colors of #8EE5BC
Black with #8EE5BC
Text Example
Text Example
White with #8EE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE5BC; }
p { color: rgb(142,229,188); }
H1.HeaderClassName
{
color: #8EE5BC;
}
.AnyTagClassName
{
color: #8EE5BC;
}
</style>
background-color css
<style>
a { background-color: #8EE5BC; }
a { background-color: rgb(142,229,188); }
div.DivClassName
{
background-color: #8EE5BC;
}
.BgClassName
{
background-color: #8EE5BC;
}
</style>
border-color css
<style>
span { border-color: #8EE5BC; }
span { border-color: rgb(142,229,188); }
td.TdClassName
{
border-color: #8EE5BC;
}
.TagClassName
{
border-color: #8EE5BC;
}
</style>