Shades of Vista Blue #9DD8B0
Tints of Vista Blue #9DD8B0
RGB
CMYK
RGB Variations
Color information
#9DD8B0 (or 0x9DD8B0) is known color: Vista Blue. HEX triplet: 9D, D8 and B0. RGB value is (157,216,176). Sum of RGB (Red+Green+Blue) = 157+216+176=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD8B0 is #62274F. Grayscale: #C1C1C1. Windows color (decimal): -6432592 or 11589789. OLE color: 11589789.
HSL color Cylindrical-coordinate representation of color #9DD8B0: hue angle of 139.32º 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 #9DD8B0 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 176 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.15 |
| HSL | 139.32º | 0.43% | 0.73% | - |
| HSV(B) | 139.32º | 0.27% | 0.85% | - |
| XYZ | 46.3 | 59.41 | 50.1 | - |
| YUV | 193.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 176 | 0.27 | 0 | 0.19 | 0.15 | 139.32 | 0.43 | 0.73 |
| Hex | 9D | D8 | B0 | 1B | 0 | 13 | F | 8B | 2B | 49 |
| Octal | 235 | 330 | 260 | 33 | 0 | 23 | 17 | 213 | 53 | 111 |
| Binary | 10011101 | 11011000 | 10110000 | 11011 | 0 | 10011 | 1111 | 10001011 | 101011 | 1001001 |
Color Harmonies of #9DD8B0
Complementary color
Monochromatic Colors of #9DD8B0
Black with #9DD8B0
Text Example
Text Example
White with #9DD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8B0; }
p { color: rgb(157,216,176); }
H1.HeaderClassName
{
color: #9DD8B0;
}
.AnyTagClassName
{
color: #9DD8B0;
}
</style>
background-color css
<style>
a { background-color: #9DD8B0; }
a { background-color: rgb(157,216,176); }
div.DivClassName
{
background-color: #9DD8B0;
}
.BgClassName
{
background-color: #9DD8B0;
}
</style>
border-color css
<style>
span { border-color: #9DD8B0; }
span { border-color: rgb(157,216,176); }
td.TdClassName
{
border-color: #9DD8B0;
}
.TagClassName
{
border-color: #9DD8B0;
}
</style>