Shades of Vista Blue #8EEDBE
Tints of Vista Blue #8EEDBE
RGB
CMYK
RGB Variations
Color information
#8EEDBE (or 0x8EEDBE) is known color: Vista Blue. HEX triplet: 8E, ED and BE. RGB value is (142,237,190). Sum of RGB (Red+Green+Blue) = 142+237+190=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDBE is #711241. Grayscale: #CBCBCB. Windows color (decimal): -7410242 or 12512654. OLE color: 12512654.
HSL color Cylindrical-coordinate representation of color #8EEDBE: hue angle of 150.32º degrees, saturation: 0.73, 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 #8EEDBE is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 190 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.07 |
| HSL | 150.32º | 0.73% | 0.74% | - |
| HSV(B) | 150.32º | 0.4% | 0.93% | - |
| XYZ | 50.73 | 70.04 | 59.56 | - |
| YUV | 203.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 190 | 0.40 | 0 | 0.20 | 0.07 | 150.32 | 0.73 | 0.74 |
| Hex | 8E | ED | BE | 28 | 0 | 14 | 7 | 96 | 49 | 4A |
| Octal | 216 | 355 | 276 | 50 | 0 | 24 | 7 | 226 | 111 | 112 |
| Binary | 10001110 | 11101101 | 10111110 | 101000 | 0 | 10100 | 111 | 10010110 | 1001001 | 1001010 |
Color Harmonies of #8EEDBE
Complementary color
Monochromatic Colors of #8EEDBE
Black with #8EEDBE
Text Example
Text Example
White with #8EEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDBE; }
p { color: rgb(142,237,190); }
H1.HeaderClassName
{
color: #8EEDBE;
}
.AnyTagClassName
{
color: #8EEDBE;
}
</style>
background-color css
<style>
a { background-color: #8EEDBE; }
a { background-color: rgb(142,237,190); }
div.DivClassName
{
background-color: #8EEDBE;
}
.BgClassName
{
background-color: #8EEDBE;
}
</style>
border-color css
<style>
span { border-color: #8EEDBE; }
span { border-color: rgb(142,237,190); }
td.TdClassName
{
border-color: #8EEDBE;
}
.TagClassName
{
border-color: #8EEDBE;
}
</style>