Shades of Vista Blue #9EECB9
Tints of Vista Blue #9EECB9
RGB
CMYK
RGB Variations
Color information
#9EECB9 (or 0x9EECB9) is known color: Vista Blue. HEX triplet: 9E, EC and B9. RGB value is (158,236,185). Sum of RGB (Red+Green+Blue) = 158+236+185=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECB9 is #611346. Grayscale: #CECECE. Windows color (decimal): -6361927 or 12184734. OLE color: 12184734.
HSL color Cylindrical-coordinate representation of color #9EECB9: hue angle of 140.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECB9 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 185 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.07 |
| HSL | 140.77º | 0.67% | 0.77% | - |
| HSV(B) | 140.77º | 0.33% | 0.93% | - |
| XYZ | 52.85 | 70.76 | 56.77 | - |
| YUV | 206.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 185 | 0.33 | 0 | 0.22 | 0.07 | 140.77 | 0.67 | 0.77 |
| Hex | 9E | EC | B9 | 21 | 0 | 16 | 7 | 8D | 43 | 4D |
| Octal | 236 | 354 | 271 | 41 | 0 | 26 | 7 | 215 | 103 | 115 |
| Binary | 10011110 | 11101100 | 10111001 | 100001 | 0 | 10110 | 111 | 10001101 | 1000011 | 1001101 |
Color Harmonies of #9EECB9
Complementary color
Monochromatic Colors of #9EECB9
Black with #9EECB9
Text Example
Text Example
White with #9EECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECB9; }
p { color: rgb(158,236,185); }
H1.HeaderClassName
{
color: #9EECB9;
}
.AnyTagClassName
{
color: #9EECB9;
}
</style>
background-color css
<style>
a { background-color: #9EECB9; }
a { background-color: rgb(158,236,185); }
div.DivClassName
{
background-color: #9EECB9;
}
.BgClassName
{
background-color: #9EECB9;
}
</style>
border-color css
<style>
span { border-color: #9EECB9; }
span { border-color: rgb(158,236,185); }
td.TdClassName
{
border-color: #9EECB9;
}
.TagClassName
{
border-color: #9EECB9;
}
</style>