Shades of Vista Blue #9DD9BB
Tints of Vista Blue #9DD9BB
RGB
CMYK
RGB Variations
Color information
#9DD9BB (or 0x9DD9BB) is known color: Vista Blue. HEX triplet: 9D, D9 and BB. RGB value is (157,217,187). Sum of RGB (Red+Green+Blue) = 157+217+187=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9BB is #622644. Grayscale: #C3C3C3. Windows color (decimal): -6432325 or 12310941. OLE color: 12310941.
HSL color Cylindrical-coordinate representation of color #9DD9BB: hue angle of 150º 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 #9DD9BB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 187 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.15 |
| HSL | 150º | 0.44% | 0.73% | - |
| HSV(B) | 150º | 0.28% | 0.85% | - |
| XYZ | 47.69 | 60.38 | 56.16 | - |
| YUV | 195.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 187 | 0.28 | 0 | 0.14 | 0.15 | 150 | 0.44 | 0.73 |
| Hex | 9D | D9 | BB | 1C | 0 | E | F | 96 | 2C | 49 |
| Octal | 235 | 331 | 273 | 34 | 0 | 16 | 17 | 226 | 54 | 111 |
| Binary | 10011101 | 11011001 | 10111011 | 11100 | 0 | 1110 | 1111 | 10010110 | 101100 | 1001001 |
Color Harmonies of #9DD9BB
Complementary color
Monochromatic Colors of #9DD9BB
Black with #9DD9BB
Text Example
Text Example
White with #9DD9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD9BB; }
p { color: rgb(157,217,187); }
H1.HeaderClassName
{
color: #9DD9BB;
}
.AnyTagClassName
{
color: #9DD9BB;
}
</style>
background-color css
<style>
a { background-color: #9DD9BB; }
a { background-color: rgb(157,217,187); }
div.DivClassName
{
background-color: #9DD9BB;
}
.BgClassName
{
background-color: #9DD9BB;
}
</style>
border-color css
<style>
span { border-color: #9DD9BB; }
span { border-color: rgb(157,217,187); }
td.TdClassName
{
border-color: #9DD9BB;
}
.TagClassName
{
border-color: #9DD9BB;
}
</style>