Shades of Vista Blue #9BDBBB
Tints of Vista Blue #9BDBBB
RGB
CMYK
RGB Variations
Color information
#9BDBBB (or 0x9BDBBB) is known color: Vista Blue. HEX triplet: 9B, DB and BB. RGB value is (155,219,187). Sum of RGB (Red+Green+Blue) = 155+219+187=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBBB is #642444. Grayscale: #C4C4C4. Windows color (decimal): -6562885 or 12311451. OLE color: 12311451.
HSL color Cylindrical-coordinate representation of color #9BDBBB: hue angle of 150º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBBB is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 187 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.14 |
| HSL | 150º | 0.47% | 0.73% | - |
| HSV(B) | 150º | 0.29% | 0.86% | - |
| XYZ | 47.82 | 61.22 | 56.31 | - |
| YUV | 196.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 187 | 0.29 | 0 | 0.15 | 0.14 | 150 | 0.47 | 0.73 |
| Hex | 9B | DB | BB | 1D | 0 | F | E | 96 | 2F | 49 |
| Octal | 233 | 333 | 273 | 35 | 0 | 17 | 16 | 226 | 57 | 111 |
| Binary | 10011011 | 11011011 | 10111011 | 11101 | 0 | 1111 | 1110 | 10010110 | 101111 | 1001001 |
Color Harmonies of #9BDBBB
Complementary color
Monochromatic Colors of #9BDBBB
Black with #9BDBBB
Text Example
Text Example
White with #9BDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBBB; }
p { color: rgb(155,219,187); }
H1.HeaderClassName
{
color: #9BDBBB;
}
.AnyTagClassName
{
color: #9BDBBB;
}
</style>
background-color css
<style>
a { background-color: #9BDBBB; }
a { background-color: rgb(155,219,187); }
div.DivClassName
{
background-color: #9BDBBB;
}
.BgClassName
{
background-color: #9BDBBB;
}
</style>
border-color css
<style>
span { border-color: #9BDBBB; }
span { border-color: rgb(155,219,187); }
td.TdClassName
{
border-color: #9BDBBB;
}
.TagClassName
{
border-color: #9BDBBB;
}
</style>