Shades of Vista Blue #8EECC1
Tints of Vista Blue #8EECC1
RGB
CMYK
RGB Variations
Color information
#8EECC1 (or 0x8EECC1) is known color: Vista Blue. HEX triplet: 8E, EC and C1. RGB value is (142,236,193). Sum of RGB (Red+Green+Blue) = 142+236+193=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECC1 is #71133E. Grayscale: #CBCBCB. Windows color (decimal): -7410495 or 12709006. OLE color: 12709006.
HSL color Cylindrical-coordinate representation of color #8EECC1: hue angle of 152.55º degrees, saturation: 0.71, 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 #8EECC1 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 193 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.07 |
| HSL | 152.55º | 0.71% | 0.74% | - |
| HSV(B) | 152.55º | 0.4% | 0.93% | - |
| XYZ | 50.78 | 69.59 | 61.21 | - |
| YUV | 202.99 | 122.36 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 193 | 0.40 | 0 | 0.18 | 0.07 | 152.55 | 0.71 | 0.74 |
| Hex | 8E | EC | C1 | 28 | 0 | 12 | 7 | 99 | 47 | 4A |
| Octal | 216 | 354 | 301 | 50 | 0 | 22 | 7 | 231 | 107 | 112 |
| Binary | 10001110 | 11101100 | 11000001 | 101000 | 0 | 10010 | 111 | 10011001 | 1000111 | 1001010 |
Color Harmonies of #8EECC1
Complementary color
Monochromatic Colors of #8EECC1
Black with #8EECC1
Text Example
Text Example
White with #8EECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECC1; }
p { color: rgb(142,236,193); }
H1.HeaderClassName
{
color: #8EECC1;
}
.AnyTagClassName
{
color: #8EECC1;
}
</style>
background-color css
<style>
a { background-color: #8EECC1; }
a { background-color: rgb(142,236,193); }
div.DivClassName
{
background-color: #8EECC1;
}
.BgClassName
{
background-color: #8EECC1;
}
</style>
border-color css
<style>
span { border-color: #8EECC1; }
span { border-color: rgb(142,236,193); }
td.TdClassName
{
border-color: #8EECC1;
}
.TagClassName
{
border-color: #8EECC1;
}
</style>