Shades of Vista Blue #9EE3BD
Tints of Vista Blue #9EE3BD
RGB
CMYK
RGB Variations
Color information
#9EE3BD (or 0x9EE3BD) is known color: Vista Blue. HEX triplet: 9E, E3 and BD. RGB value is (158,227,189). Sum of RGB (Red+Green+Blue) = 158+227+189=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE3BD is #611C42. Grayscale: #CACACA. Windows color (decimal): -6364227 or 12444574. OLE color: 12444574.
HSL color Cylindrical-coordinate representation of color #9EE3BD: hue angle of 146.96º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE3BD is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 189 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.11 |
| HSL | 146.96º | 0.55% | 0.75% | - |
| HSV(B) | 146.96º | 0.3% | 0.89% | - |
| XYZ | 50.75 | 65.88 | 58.19 | - |
| YUV | 202.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 189 | 0.30 | 0 | 0.17 | 0.11 | 146.96 | 0.55 | 0.75 |
| Hex | 9E | E3 | BD | 1E | 0 | 11 | B | 93 | 37 | 4B |
| Octal | 236 | 343 | 275 | 36 | 0 | 21 | 13 | 223 | 67 | 113 |
| Binary | 10011110 | 11100011 | 10111101 | 11110 | 0 | 10001 | 1011 | 10010011 | 110111 | 1001011 |
Color Harmonies of #9EE3BD
Complementary color
Monochromatic Colors of #9EE3BD
Black with #9EE3BD
Text Example
Text Example
White with #9EE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE3BD; }
p { color: rgb(158,227,189); }
H1.HeaderClassName
{
color: #9EE3BD;
}
.AnyTagClassName
{
color: #9EE3BD;
}
</style>
background-color css
<style>
a { background-color: #9EE3BD; }
a { background-color: rgb(158,227,189); }
div.DivClassName
{
background-color: #9EE3BD;
}
.BgClassName
{
background-color: #9EE3BD;
}
</style>
border-color css
<style>
span { border-color: #9EE3BD; }
span { border-color: rgb(158,227,189); }
td.TdClassName
{
border-color: #9EE3BD;
}
.TagClassName
{
border-color: #9EE3BD;
}
</style>