Shades of Vista Blue #9DD6BB
Tints of Vista Blue #9DD6BB
RGB
CMYK
RGB Variations
Color information
#9DD6BB (or 0x9DD6BB) is known color: Vista Blue. HEX triplet: 9D, D6 and BB. RGB value is (157,214,187). Sum of RGB (Red+Green+Blue) = 157+214+187=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD6BB is #622944. Grayscale: #C1C1C1. Windows color (decimal): -6433093 or 12310173. OLE color: 12310173.
HSL color Cylindrical-coordinate representation of color #9DD6BB: hue angle of 151.58º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6BB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 187 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.16 |
| HSL | 151.58º | 0.41% | 0.73% | - |
| HSV(B) | 151.58º | 0.27% | 0.84% | - |
| XYZ | 46.92 | 58.85 | 55.9 | - |
| YUV | 193.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 187 | 0.27 | 0 | 0.13 | 0.16 | 151.58 | 0.41 | 0.73 |
| Hex | 9D | D6 | BB | 1B | 0 | D | 10 | 98 | 29 | 49 |
| Octal | 235 | 326 | 273 | 33 | 0 | 15 | 20 | 230 | 51 | 111 |
| Binary | 10011101 | 11010110 | 10111011 | 11011 | 0 | 1101 | 10000 | 10011000 | 101001 | 1001001 |
Color Harmonies of #9DD6BB
Complementary color
Monochromatic Colors of #9DD6BB
Black with #9DD6BB
Text Example
Text Example
White with #9DD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD6BB; }
p { color: rgb(157,214,187); }
H1.HeaderClassName
{
color: #9DD6BB;
}
.AnyTagClassName
{
color: #9DD6BB;
}
</style>
background-color css
<style>
a { background-color: #9DD6BB; }
a { background-color: rgb(157,214,187); }
div.DivClassName
{
background-color: #9DD6BB;
}
.BgClassName
{
background-color: #9DD6BB;
}
</style>
border-color css
<style>
span { border-color: #9DD6BB; }
span { border-color: rgb(157,214,187); }
td.TdClassName
{
border-color: #9DD6BB;
}
.TagClassName
{
border-color: #9DD6BB;
}
</style>