Shades of Vista Blue #9DD2BC
Tints of Vista Blue #9DD2BC
RGB
CMYK
RGB Variations
Color information
#9DD2BC (or 0x9DD2BC) is known color: Vista Blue. HEX triplet: 9D, D2 and BC. RGB value is (157,210,188). Sum of RGB (Red+Green+Blue) = 157+210+188=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD2BC is #622D43. Grayscale: #BFBFBF. Windows color (decimal): -6434116 or 12374685. OLE color: 12374685.
HSL color Cylindrical-coordinate representation of color #9DD2BC: hue angle of 155.09º degrees, saturation: 0.37, 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 #9DD2BC is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 188 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.18 |
| HSL | 155.09º | 0.37% | 0.72% | - |
| HSV(B) | 155.09º | 0.25% | 0.82% | - |
| XYZ | 46.03 | 56.89 | 56.13 | - |
| YUV | 191.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 188 | 0.25 | 0 | 0.10 | 0.18 | 155.09 | 0.37 | 0.72 |
| Hex | 9D | D2 | BC | 19 | 0 | A | 12 | 9B | 25 | 48 |
| Octal | 235 | 322 | 274 | 31 | 0 | 12 | 22 | 233 | 45 | 110 |
| Binary | 10011101 | 11010010 | 10111100 | 11001 | 0 | 1010 | 10010 | 10011011 | 100101 | 1001000 |
Color Harmonies of #9DD2BC
Complementary color
Monochromatic Colors of #9DD2BC
Black with #9DD2BC
Text Example
Text Example
White with #9DD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2BC; }
p { color: rgb(157,210,188); }
H1.HeaderClassName
{
color: #9DD2BC;
}
.AnyTagClassName
{
color: #9DD2BC;
}
</style>
background-color css
<style>
a { background-color: #9DD2BC; }
a { background-color: rgb(157,210,188); }
div.DivClassName
{
background-color: #9DD2BC;
}
.BgClassName
{
background-color: #9DD2BC;
}
</style>
border-color css
<style>
span { border-color: #9DD2BC; }
span { border-color: rgb(157,210,188); }
td.TdClassName
{
border-color: #9DD2BC;
}
.TagClassName
{
border-color: #9DD2BC;
}
</style>