Shades of Vista Blue #9DD1BD
Tints of Vista Blue #9DD1BD
RGB
CMYK
RGB Variations
Color information
#9DD1BD (or 0x9DD1BD) is known color: Vista Blue. HEX triplet: 9D, D1 and BD. RGB value is (157,209,189). Sum of RGB (Red+Green+Blue) = 157+209+189=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD1BD is #622E42. Grayscale: #BFBFBF. Windows color (decimal): -6434371 or 12439965. OLE color: 12439965.
HSL color Cylindrical-coordinate representation of color #9DD1BD: hue angle of 156.92º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD1BD is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 189 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.18 |
| HSL | 156.92º | 0.36% | 0.72% | - |
| HSV(B) | 156.92º | 0.25% | 0.82% | - |
| XYZ | 45.89 | 56.44 | 56.62 | - |
| YUV | 191.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 189 | 0.25 | 0 | 0.10 | 0.18 | 156.92 | 0.36 | 0.72 |
| Hex | 9D | D1 | BD | 19 | 0 | A | 12 | 9D | 24 | 48 |
| Octal | 235 | 321 | 275 | 31 | 0 | 12 | 22 | 235 | 44 | 110 |
| Binary | 10011101 | 11010001 | 10111101 | 11001 | 0 | 1010 | 10010 | 10011101 | 100100 | 1001000 |
Color Harmonies of #9DD1BD
Complementary color
Monochromatic Colors of #9DD1BD
Black with #9DD1BD
Text Example
Text Example
White with #9DD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD1BD; }
p { color: rgb(157,209,189); }
H1.HeaderClassName
{
color: #9DD1BD;
}
.AnyTagClassName
{
color: #9DD1BD;
}
</style>
background-color css
<style>
a { background-color: #9DD1BD; }
a { background-color: rgb(157,209,189); }
div.DivClassName
{
background-color: #9DD1BD;
}
.BgClassName
{
background-color: #9DD1BD;
}
</style>
border-color css
<style>
span { border-color: #9DD1BD; }
span { border-color: rgb(157,209,189); }
td.TdClassName
{
border-color: #9DD1BD;
}
.TagClassName
{
border-color: #9DD1BD;
}
</style>