Shades of Vista Blue #9DD9BA
Tints of Vista Blue #9DD9BA
RGB
CMYK
RGB Variations
Color information
#9DD9BA (or 0x9DD9BA) is known color: Vista Blue. HEX triplet: 9D, D9 and BA. RGB value is (157,217,186). Sum of RGB (Red+Green+Blue) = 157+217+186=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9BA is #622645. Grayscale: #C3C3C3. Windows color (decimal): -6432326 or 12245405. OLE color: 12245405.
HSL color Cylindrical-coordinate representation of color #9DD9BA: hue angle of 149º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD9BA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 186 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.15 |
| HSL | 149º | 0.44% | 0.73% | - |
| HSV(B) | 149º | 0.28% | 0.85% | - |
| XYZ | 47.58 | 60.34 | 55.59 | - |
| YUV | 195.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 186 | 0.28 | 0 | 0.14 | 0.15 | 149 | 0.44 | 0.73 |
| Hex | 9D | D9 | BA | 1C | 0 | E | F | 95 | 2C | 49 |
| Octal | 235 | 331 | 272 | 34 | 0 | 16 | 17 | 225 | 54 | 111 |
| Binary | 10011101 | 11011001 | 10111010 | 11100 | 0 | 1110 | 1111 | 10010101 | 101100 | 1001001 |
Color Harmonies of #9DD9BA
Complementary color
Monochromatic Colors of #9DD9BA
Black with #9DD9BA
Text Example
Text Example
White with #9DD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD9BA; }
p { color: rgb(157,217,186); }
H1.HeaderClassName
{
color: #9DD9BA;
}
.AnyTagClassName
{
color: #9DD9BA;
}
</style>
background-color css
<style>
a { background-color: #9DD9BA; }
a { background-color: rgb(157,217,186); }
div.DivClassName
{
background-color: #9DD9BA;
}
.BgClassName
{
background-color: #9DD9BA;
}
</style>
border-color css
<style>
span { border-color: #9DD9BA; }
span { border-color: rgb(157,217,186); }
td.TdClassName
{
border-color: #9DD9BA;
}
.TagClassName
{
border-color: #9DD9BA;
}
</style>