Shades of Vista Blue #9DD8B7
Tints of Vista Blue #9DD8B7
RGB
CMYK
RGB Variations
Color information
#9DD8B7 (or 0x9DD8B7) is known color: Vista Blue. HEX triplet: 9D, D8 and B7. RGB value is (157,216,183). Sum of RGB (Red+Green+Blue) = 157+216+183=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8B7 is #622748. Grayscale: #C2C2C2. Windows color (decimal): -6432585 or 12048541. OLE color: 12048541.
HSL color Cylindrical-coordinate representation of color #9DD8B7: hue angle of 146.44º 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 #9DD8B7 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 183 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.15 |
| HSL | 146.44º | 0.43% | 0.73% | - |
| HSV(B) | 146.44º | 0.27% | 0.85% | - |
| XYZ | 47.01 | 59.7 | 53.85 | - |
| YUV | 194.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 183 | 0.27 | 0 | 0.15 | 0.15 | 146.44 | 0.43 | 0.73 |
| Hex | 9D | D8 | B7 | 1B | 0 | F | F | 92 | 2B | 49 |
| Octal | 235 | 330 | 267 | 33 | 0 | 17 | 17 | 222 | 53 | 111 |
| Binary | 10011101 | 11011000 | 10110111 | 11011 | 0 | 1111 | 1111 | 10010010 | 101011 | 1001001 |
Color Harmonies of #9DD8B7
Complementary color
Monochromatic Colors of #9DD8B7
Black with #9DD8B7
Text Example
Text Example
White with #9DD8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8B7; }
p { color: rgb(157,216,183); }
H1.HeaderClassName
{
color: #9DD8B7;
}
.AnyTagClassName
{
color: #9DD8B7;
}
</style>
background-color css
<style>
a { background-color: #9DD8B7; }
a { background-color: rgb(157,216,183); }
div.DivClassName
{
background-color: #9DD8B7;
}
.BgClassName
{
background-color: #9DD8B7;
}
</style>
border-color css
<style>
span { border-color: #9DD8B7; }
span { border-color: rgb(157,216,183); }
td.TdClassName
{
border-color: #9DD8B7;
}
.TagClassName
{
border-color: #9DD8B7;
}
</style>