Shades of Vista Blue #9DD8BC
Tints of Vista Blue #9DD8BC
RGB
CMYK
RGB Variations
Color information
#9DD8BC (or 0x9DD8BC) is known color: Vista Blue. HEX triplet: 9D, D8 and BC. RGB value is (157,216,188). Sum of RGB (Red+Green+Blue) = 157+216+188=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8BC is #622743. Grayscale: #C3C3C3. Windows color (decimal): -6432580 or 12376221. OLE color: 12376221.
HSL color Cylindrical-coordinate representation of color #9DD8BC: hue angle of 151.53º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD8BC is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 188 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.15 |
| HSL | 151.53º | 0.43% | 0.73% | - |
| HSV(B) | 151.53º | 0.27% | 0.85% | - |
| XYZ | 47.54 | 59.91 | 56.64 | - |
| YUV | 195.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 188 | 0.27 | 0 | 0.13 | 0.15 | 151.53 | 0.43 | 0.73 |
| Hex | 9D | D8 | BC | 1B | 0 | D | F | 98 | 2B | 49 |
| Octal | 235 | 330 | 274 | 33 | 0 | 15 | 17 | 230 | 53 | 111 |
| Binary | 10011101 | 11011000 | 10111100 | 11011 | 0 | 1101 | 1111 | 10011000 | 101011 | 1001001 |
Color Harmonies of #9DD8BC
Complementary color
Monochromatic Colors of #9DD8BC
Black with #9DD8BC
Text Example
Text Example
White with #9DD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8BC; }
p { color: rgb(157,216,188); }
H1.HeaderClassName
{
color: #9DD8BC;
}
.AnyTagClassName
{
color: #9DD8BC;
}
</style>
background-color css
<style>
a { background-color: #9DD8BC; }
a { background-color: rgb(157,216,188); }
div.DivClassName
{
background-color: #9DD8BC;
}
.BgClassName
{
background-color: #9DD8BC;
}
</style>
border-color css
<style>
span { border-color: #9DD8BC; }
span { border-color: rgb(157,216,188); }
td.TdClassName
{
border-color: #9DD8BC;
}
.TagClassName
{
border-color: #9DD8BC;
}
</style>