Shades of Vista Blue #9BDDB9
Tints of Vista Blue #9BDDB9
RGB
CMYK
RGB Variations
Color information
#9BDDB9 (or 0x9BDDB9) is known color: Vista Blue. HEX triplet: 9B, DD and B9. RGB value is (155,221,185). Sum of RGB (Red+Green+Blue) = 155+221+185=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDB9 is #642246. Grayscale: #C5C5C5. Windows color (decimal): -6562375 or 12180891. OLE color: 12180891.
HSL color Cylindrical-coordinate representation of color #9BDDB9: hue angle of 147.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDB9 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 185 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.13 |
| HSL | 147.27º | 0.49% | 0.74% | - |
| HSV(B) | 147.27º | 0.3% | 0.87% | - |
| XYZ | 48.13 | 62.18 | 55.36 | - |
| YUV | 197.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 185 | 0.30 | 0 | 0.16 | 0.13 | 147.27 | 0.49 | 0.74 |
| Hex | 9B | DD | B9 | 1E | 0 | 10 | D | 93 | 31 | 4A |
| Octal | 233 | 335 | 271 | 36 | 0 | 20 | 15 | 223 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10111001 | 11110 | 0 | 10000 | 1101 | 10010011 | 110001 | 1001010 |
Color Harmonies of #9BDDB9
Complementary color
Monochromatic Colors of #9BDDB9
Black with #9BDDB9
Text Example
Text Example
White with #9BDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDB9; }
p { color: rgb(155,221,185); }
H1.HeaderClassName
{
color: #9BDDB9;
}
.AnyTagClassName
{
color: #9BDDB9;
}
</style>
background-color css
<style>
a { background-color: #9BDDB9; }
a { background-color: rgb(155,221,185); }
div.DivClassName
{
background-color: #9BDDB9;
}
.BgClassName
{
background-color: #9BDDB9;
}
</style>
border-color css
<style>
span { border-color: #9BDDB9; }
span { border-color: rgb(155,221,185); }
td.TdClassName
{
border-color: #9BDDB9;
}
.TagClassName
{
border-color: #9BDDB9;
}
</style>