Shades of Vista Blue #8EE3BC
Tints of Vista Blue #8EE3BC
RGB
CMYK
RGB Variations
Color information
#8EE3BC (or 0x8EE3BC) is known color: Vista Blue. HEX triplet: 8E, E3 and BC. RGB value is (142,227,188). Sum of RGB (Red+Green+Blue) = 142+227+188=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE3BC is #711C43. Grayscale: #C5C5C5. Windows color (decimal): -7412804 or 12379022. OLE color: 12379022.
HSL color Cylindrical-coordinate representation of color #8EE3BC: hue angle of 152.47º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE3BC is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 227 | 188 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.11 |
| HSL | 152.47º | 0.6% | 0.72% | - |
| HSV(B) | 152.47º | 0.37% | 0.89% | - |
| XYZ | 47.7 | 64.32 | 57.48 | - |
| YUV | 197.14 | 122.84 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 227 | 188 | 0.37 | 0 | 0.17 | 0.11 | 152.47 | 0.6 | 0.72 |
| Hex | 8E | E3 | BC | 25 | 0 | 11 | B | 98 | 3C | 48 |
| Octal | 216 | 343 | 274 | 45 | 0 | 21 | 13 | 230 | 74 | 110 |
| Binary | 10001110 | 11100011 | 10111100 | 100101 | 0 | 10001 | 1011 | 10011000 | 111100 | 1001000 |
Color Harmonies of #8EE3BC
Complementary color
Monochromatic Colors of #8EE3BC
Black with #8EE3BC
Text Example
Text Example
White with #8EE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE3BC; }
p { color: rgb(142,227,188); }
H1.HeaderClassName
{
color: #8EE3BC;
}
.AnyTagClassName
{
color: #8EE3BC;
}
</style>
background-color css
<style>
a { background-color: #8EE3BC; }
a { background-color: rgb(142,227,188); }
div.DivClassName
{
background-color: #8EE3BC;
}
.BgClassName
{
background-color: #8EE3BC;
}
</style>
border-color css
<style>
span { border-color: #8EE3BC; }
span { border-color: rgb(142,227,188); }
td.TdClassName
{
border-color: #8EE3BC;
}
.TagClassName
{
border-color: #8EE3BC;
}
</style>