Shades of Vista Blue #9DE6BD
Tints of Vista Blue #9DE6BD
RGB
CMYK
RGB Variations
Color information
#9DE6BD (or 0x9DE6BD) is known color: Vista Blue. HEX triplet: 9D, E6 and BD. RGB value is (157,230,189). Sum of RGB (Red+Green+Blue) = 157+230+189=576 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.26% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6BD is #621942. Grayscale: #CBCBCB. Windows color (decimal): -6428995 or 12445341. OLE color: 12445341.
HSL color Cylindrical-coordinate representation of color #9DE6BD: hue angle of 146.3º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6BD is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 230 | 189 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.10 |
| HSL | 146.3º | 0.59% | 0.76% | - |
| HSV(B) | 146.3º | 0.32% | 0.9% | - |
| XYZ | 51.39 | 67.44 | 58.45 | - |
| YUV | 203.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 230 | 189 | 0.32 | 0 | 0.18 | 0.10 | 146.3 | 0.59 | 0.76 |
| Hex | 9D | E6 | BD | 20 | 0 | 12 | A | 92 | 3B | 4C |
| Octal | 235 | 346 | 275 | 40 | 0 | 22 | 12 | 222 | 73 | 114 |
| Binary | 10011101 | 11100110 | 10111101 | 100000 | 0 | 10010 | 1010 | 10010010 | 111011 | 1001100 |
Color Harmonies of #9DE6BD
Complementary color
Monochromatic Colors of #9DE6BD
Black with #9DE6BD
Text Example
Text Example
White with #9DE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE6BD; }
p { color: rgb(157,230,189); }
H1.HeaderClassName
{
color: #9DE6BD;
}
.AnyTagClassName
{
color: #9DE6BD;
}
</style>
background-color css
<style>
a { background-color: #9DE6BD; }
a { background-color: rgb(157,230,189); }
div.DivClassName
{
background-color: #9DE6BD;
}
.BgClassName
{
background-color: #9DE6BD;
}
</style>
border-color css
<style>
span { border-color: #9DE6BD; }
span { border-color: rgb(157,230,189); }
td.TdClassName
{
border-color: #9DE6BD;
}
.TagClassName
{
border-color: #9DE6BD;
}
</style>