Shades of Vista Blue #8EF0B0
Tints of Vista Blue #8EF0B0
RGB
CMYK
RGB Variations
Color information
#8EF0B0 (or 0x8EF0B0) is known color: Vista Blue. HEX triplet: 8E, F0 and B0. RGB value is (142,240,176). Sum of RGB (Red+Green+Blue) = 142+240+176=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF0B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF0B0 is #710F4F. Grayscale: #CBCBCB. Windows color (decimal): -7409488 or 11595918. OLE color: 11595918.
HSL color Cylindrical-coordinate representation of color #8EF0B0: hue angle of 140.82º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF0B0 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 240 | 176 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.06 |
| HSL | 140.82º | 0.77% | 0.75% | - |
| HSV(B) | 140.82º | 0.41% | 0.94% | - |
| XYZ | 50.15 | 71.21 | 52.18 | - |
| YUV | 203.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 240 | 176 | 0.41 | 0 | 0.27 | 0.06 | 140.82 | 0.77 | 0.75 |
| Hex | 8E | F0 | B0 | 29 | 0 | 1B | 6 | 8D | 4D | 4B |
| Octal | 216 | 360 | 260 | 51 | 0 | 33 | 6 | 215 | 115 | 113 |
| Binary | 10001110 | 11110000 | 10110000 | 101001 | 0 | 11011 | 110 | 10001101 | 1001101 | 1001011 |
Color Harmonies of #8EF0B0
Complementary color
Monochromatic Colors of #8EF0B0
Black with #8EF0B0
Text Example
Text Example
White with #8EF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF0B0; }
p { color: rgb(142,240,176); }
H1.HeaderClassName
{
color: #8EF0B0;
}
.AnyTagClassName
{
color: #8EF0B0;
}
</style>
background-color css
<style>
a { background-color: #8EF0B0; }
a { background-color: rgb(142,240,176); }
div.DivClassName
{
background-color: #8EF0B0;
}
.BgClassName
{
background-color: #8EF0B0;
}
</style>
border-color css
<style>
span { border-color: #8EF0B0; }
span { border-color: rgb(142,240,176); }
td.TdClassName
{
border-color: #8EF0B0;
}
.TagClassName
{
border-color: #8EF0B0;
}
</style>