Shades of Vista Blue #9ED7BD
Tints of Vista Blue #9ED7BD
RGB
CMYK
RGB Variations
Color information
#9ED7BD (or 0x9ED7BD) is known color: Vista Blue. HEX triplet: 9E, D7 and BD. RGB value is (158,215,189). Sum of RGB (Red+Green+Blue) = 158+215+189=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED7BD is #612842. Grayscale: #C3C3C3. Windows color (decimal): -6367299 or 12441502. OLE color: 12441502.
HSL color Cylindrical-coordinate representation of color #9ED7BD: hue angle of 152.63º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED7BD is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 189 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.16 |
| HSL | 152.63º | 0.42% | 0.73% | - |
| HSV(B) | 152.63º | 0.27% | 0.84% | - |
| XYZ | 47.59 | 59.54 | 57.13 | - |
| YUV | 194.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 189 | 0.27 | 0 | 0.12 | 0.16 | 152.63 | 0.42 | 0.73 |
| Hex | 9E | D7 | BD | 1B | 0 | C | 10 | 99 | 2A | 49 |
| Octal | 236 | 327 | 275 | 33 | 0 | 14 | 20 | 231 | 52 | 111 |
| Binary | 10011110 | 11010111 | 10111101 | 11011 | 0 | 1100 | 10000 | 10011001 | 101010 | 1001001 |
Color Harmonies of #9ED7BD
Complementary color
Monochromatic Colors of #9ED7BD
Black with #9ED7BD
Text Example
Text Example
White with #9ED7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED7BD; }
p { color: rgb(158,215,189); }
H1.HeaderClassName
{
color: #9ED7BD;
}
.AnyTagClassName
{
color: #9ED7BD;
}
</style>
background-color css
<style>
a { background-color: #9ED7BD; }
a { background-color: rgb(158,215,189); }
div.DivClassName
{
background-color: #9ED7BD;
}
.BgClassName
{
background-color: #9ED7BD;
}
</style>
border-color css
<style>
span { border-color: #9ED7BD; }
span { border-color: rgb(158,215,189); }
td.TdClassName
{
border-color: #9ED7BD;
}
.TagClassName
{
border-color: #9ED7BD;
}
</style>