Shades of Vista Blue #9DE9BD
Tints of Vista Blue #9DE9BD
RGB
CMYK
RGB Variations
Color information
#9DE9BD (or 0x9DE9BD) is known color: Vista Blue. HEX triplet: 9D, E9 and BD. RGB value is (157,233,189). Sum of RGB (Red+Green+Blue) = 157+233+189=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9BD is #621642. Grayscale: #CDCDCD. Windows color (decimal): -6428227 or 12446109. OLE color: 12446109.
HSL color Cylindrical-coordinate representation of color #9DE9BD: hue angle of 145.26º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9BD is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 189 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.09 |
| HSL | 145.26º | 0.63% | 0.76% | - |
| HSV(B) | 145.26º | 0.33% | 0.91% | - |
| XYZ | 52.23 | 69.12 | 58.73 | - |
| YUV | 205.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 189 | 0.33 | 0 | 0.19 | 0.09 | 145.26 | 0.63 | 0.76 |
| Hex | 9D | E9 | BD | 21 | 0 | 13 | 9 | 91 | 3F | 4C |
| Octal | 235 | 351 | 275 | 41 | 0 | 23 | 11 | 221 | 77 | 114 |
| Binary | 10011101 | 11101001 | 10111101 | 100001 | 0 | 10011 | 1001 | 10010001 | 111111 | 1001100 |
Color Harmonies of #9DE9BD
Complementary color
Monochromatic Colors of #9DE9BD
Black with #9DE9BD
Text Example
Text Example
White with #9DE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE9BD; }
p { color: rgb(157,233,189); }
H1.HeaderClassName
{
color: #9DE9BD;
}
.AnyTagClassName
{
color: #9DE9BD;
}
</style>
background-color css
<style>
a { background-color: #9DE9BD; }
a { background-color: rgb(157,233,189); }
div.DivClassName
{
background-color: #9DE9BD;
}
.BgClassName
{
background-color: #9DE9BD;
}
</style>
border-color css
<style>
span { border-color: #9DE9BD; }
span { border-color: rgb(157,233,189); }
td.TdClassName
{
border-color: #9DE9BD;
}
.TagClassName
{
border-color: #9DE9BD;
}
</style>