Shades of Vista Blue #9DE7BD
Tints of Vista Blue #9DE7BD
RGB
CMYK
RGB Variations
Color information
#9DE7BD (or 0x9DE7BD) is known color: Vista Blue. HEX triplet: 9D, E7 and BD. RGB value is (157,231,189). Sum of RGB (Red+Green+Blue) = 157+231+189=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 231 - color contains mainly: green. Hex color #9DE7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE7BD is #621842. Grayscale: #CCCCCC. Windows color (decimal): -6428739 or 12445597. OLE color: 12445597.
HSL color Cylindrical-coordinate representation of color #9DE7BD: hue angle of 145.95º degrees, saturation: 0.61, 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 #9DE7BD is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 231 | 189 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.09 |
| HSL | 145.95º | 0.61% | 0.76% | - |
| HSV(B) | 145.95º | 0.32% | 0.91% | - |
| XYZ | 51.67 | 67.99 | 58.55 | - |
| YUV | 204.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 231 | 189 | 0.32 | 0 | 0.18 | 0.09 | 145.95 | 0.61 | 0.76 |
| Hex | 9D | E7 | BD | 20 | 0 | 12 | 9 | 92 | 3D | 4C |
| Octal | 235 | 347 | 275 | 40 | 0 | 22 | 11 | 222 | 75 | 114 |
| Binary | 10011101 | 11100111 | 10111101 | 100000 | 0 | 10010 | 1001 | 10010010 | 111101 | 1001100 |
Color Harmonies of #9DE7BD
Complementary color
Monochromatic Colors of #9DE7BD
Black with #9DE7BD
Text Example
Text Example
White with #9DE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE7BD; }
p { color: rgb(157,231,189); }
H1.HeaderClassName
{
color: #9DE7BD;
}
.AnyTagClassName
{
color: #9DE7BD;
}
</style>
background-color css
<style>
a { background-color: #9DE7BD; }
a { background-color: rgb(157,231,189); }
div.DivClassName
{
background-color: #9DE7BD;
}
.BgClassName
{
background-color: #9DE7BD;
}
</style>
border-color css
<style>
span { border-color: #9DE7BD; }
span { border-color: rgb(157,231,189); }
td.TdClassName
{
border-color: #9DE7BD;
}
.TagClassName
{
border-color: #9DE7BD;
}
</style>