Shades of Vista Blue #9ED1BD
Tints of Vista Blue #9ED1BD
RGB
CMYK
RGB Variations
Color information
#9ED1BD (or 0x9ED1BD) is known color: Vista Blue. HEX triplet: 9E, D1 and BD. RGB value is (158,209,189). Sum of RGB (Red+Green+Blue) = 158+209+189=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED1BD is #612E42. Grayscale: #BFBFBF. Windows color (decimal): -6368835 or 12439966. OLE color: 12439966.
HSL color Cylindrical-coordinate representation of color #9ED1BD: hue angle of 156.47º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED1BD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 189 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.18 |
| HSL | 156.47º | 0.36% | 0.72% | - |
| HSV(B) | 156.47º | 0.24% | 0.82% | - |
| XYZ | 46.09 | 56.54 | 56.63 | - |
| YUV | 191.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 189 | 0.24 | 0 | 0.10 | 0.18 | 156.47 | 0.36 | 0.72 |
| Hex | 9E | D1 | BD | 18 | 0 | A | 12 | 9C | 24 | 48 |
| Octal | 236 | 321 | 275 | 30 | 0 | 12 | 22 | 234 | 44 | 110 |
| Binary | 10011110 | 11010001 | 10111101 | 11000 | 0 | 1010 | 10010 | 10011100 | 100100 | 1001000 |
Color Harmonies of #9ED1BD
Complementary color
Monochromatic Colors of #9ED1BD
Black with #9ED1BD
Text Example
Text Example
White with #9ED1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED1BD; }
p { color: rgb(158,209,189); }
H1.HeaderClassName
{
color: #9ED1BD;
}
.AnyTagClassName
{
color: #9ED1BD;
}
</style>
background-color css
<style>
a { background-color: #9ED1BD; }
a { background-color: rgb(158,209,189); }
div.DivClassName
{
background-color: #9ED1BD;
}
.BgClassName
{
background-color: #9ED1BD;
}
</style>
border-color css
<style>
span { border-color: #9ED1BD; }
span { border-color: rgb(158,209,189); }
td.TdClassName
{
border-color: #9ED1BD;
}
.TagClassName
{
border-color: #9ED1BD;
}
</style>