Shades of Vista Blue #9DD8B8
Tints of Vista Blue #9DD8B8
RGB
CMYK
RGB Variations
Color information
#9DD8B8 (or 0x9DD8B8) is known color: Vista Blue. HEX triplet: 9D, D8 and B8. RGB value is (157,216,184). Sum of RGB (Red+Green+Blue) = 157+216+184=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8B8 is #622747. Grayscale: #C2C2C2. Windows color (decimal): -6432584 or 12114077. OLE color: 12114077.
HSL color Cylindrical-coordinate representation of color #9DD8B8: hue angle of 147.46º 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 #9DD8B8 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 184 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.15 |
| HSL | 147.46º | 0.43% | 0.73% | - |
| HSV(B) | 147.46º | 0.27% | 0.85% | - |
| XYZ | 47.11 | 59.74 | 54.4 | - |
| YUV | 194.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 184 | 0.27 | 0 | 0.15 | 0.15 | 147.46 | 0.43 | 0.73 |
| Hex | 9D | D8 | B8 | 1B | 0 | F | F | 93 | 2B | 49 |
| Octal | 235 | 330 | 270 | 33 | 0 | 17 | 17 | 223 | 53 | 111 |
| Binary | 10011101 | 11011000 | 10111000 | 11011 | 0 | 1111 | 1111 | 10010011 | 101011 | 1001001 |
Color Harmonies of #9DD8B8
Complementary color
Monochromatic Colors of #9DD8B8
Black with #9DD8B8
Text Example
Text Example
White with #9DD8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8B8; }
p { color: rgb(157,216,184); }
H1.HeaderClassName
{
color: #9DD8B8;
}
.AnyTagClassName
{
color: #9DD8B8;
}
</style>
background-color css
<style>
a { background-color: #9DD8B8; }
a { background-color: rgb(157,216,184); }
div.DivClassName
{
background-color: #9DD8B8;
}
.BgClassName
{
background-color: #9DD8B8;
}
</style>
border-color css
<style>
span { border-color: #9DD8B8; }
span { border-color: rgb(157,216,184); }
td.TdClassName
{
border-color: #9DD8B8;
}
.TagClassName
{
border-color: #9DD8B8;
}
</style>