Shades of Vista Blue #9EE8BC
Tints of Vista Blue #9EE8BC
RGB
CMYK
RGB Variations
Color information
#9EE8BC (or 0x9EE8BC) is known color: Vista Blue. HEX triplet: 9E, E8 and BC. RGB value is (158,232,188). Sum of RGB (Red+Green+Blue) = 158+232+188=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8BC is #611743. Grayscale: #CCCCCC. Windows color (decimal): -6362948 or 12380318. OLE color: 12380318.
HSL color Cylindrical-coordinate representation of color #9EE8BC: hue angle of 144.32º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8BC is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 188 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.09 |
| HSL | 144.32º | 0.62% | 0.76% | - |
| HSV(B) | 144.32º | 0.32% | 0.91% | - |
| XYZ | 52.03 | 68.61 | 58.08 | - |
| YUV | 204.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 188 | 0.32 | 0 | 0.19 | 0.09 | 144.32 | 0.62 | 0.76 |
| Hex | 9E | E8 | BC | 20 | 0 | 13 | 9 | 90 | 3E | 4C |
| Octal | 236 | 350 | 274 | 40 | 0 | 23 | 11 | 220 | 76 | 114 |
| Binary | 10011110 | 11101000 | 10111100 | 100000 | 0 | 10011 | 1001 | 10010000 | 111110 | 1001100 |
Color Harmonies of #9EE8BC
Complementary color
Monochromatic Colors of #9EE8BC
Black with #9EE8BC
Text Example
Text Example
White with #9EE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8BC; }
p { color: rgb(158,232,188); }
H1.HeaderClassName
{
color: #9EE8BC;
}
.AnyTagClassName
{
color: #9EE8BC;
}
</style>
background-color css
<style>
a { background-color: #9EE8BC; }
a { background-color: rgb(158,232,188); }
div.DivClassName
{
background-color: #9EE8BC;
}
.BgClassName
{
background-color: #9EE8BC;
}
</style>
border-color css
<style>
span { border-color: #9EE8BC; }
span { border-color: rgb(158,232,188); }
td.TdClassName
{
border-color: #9EE8BC;
}
.TagClassName
{
border-color: #9EE8BC;
}
</style>