Shades of Vista Blue #9DECBD
Tints of Vista Blue #9DECBD
RGB
CMYK
RGB Variations
Color information
#9DECBD (or 0x9DECBD) is known color: Vista Blue. HEX triplet: 9D, EC and BD. RGB value is (157,236,189). Sum of RGB (Red+Green+Blue) = 157+236+189=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECBD is #621342. Grayscale: #CFCFCF. Windows color (decimal): -6427459 or 12446877. OLE color: 12446877.
HSL color Cylindrical-coordinate representation of color #9DECBD: hue angle of 144.3º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECBD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 189 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.07 |
| HSL | 144.3º | 0.68% | 0.77% | - |
| HSV(B) | 144.3º | 0.33% | 0.93% | - |
| XYZ | 53.09 | 70.83 | 59.02 | - |
| YUV | 207.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 189 | 0.33 | 0 | 0.20 | 0.07 | 144.3 | 0.68 | 0.77 |
| Hex | 9D | EC | BD | 21 | 0 | 14 | 7 | 90 | 44 | 4D |
| Octal | 235 | 354 | 275 | 41 | 0 | 24 | 7 | 220 | 104 | 115 |
| Binary | 10011101 | 11101100 | 10111101 | 100001 | 0 | 10100 | 111 | 10010000 | 1000100 | 1001101 |
Color Harmonies of #9DECBD
Complementary color
Monochromatic Colors of #9DECBD
Black with #9DECBD
Text Example
Text Example
White with #9DECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECBD; }
p { color: rgb(157,236,189); }
H1.HeaderClassName
{
color: #9DECBD;
}
.AnyTagClassName
{
color: #9DECBD;
}
</style>
background-color css
<style>
a { background-color: #9DECBD; }
a { background-color: rgb(157,236,189); }
div.DivClassName
{
background-color: #9DECBD;
}
.BgClassName
{
background-color: #9DECBD;
}
</style>
border-color css
<style>
span { border-color: #9DECBD; }
span { border-color: rgb(157,236,189); }
td.TdClassName
{
border-color: #9DECBD;
}
.TagClassName
{
border-color: #9DECBD;
}
</style>