Shades of Vista Blue #9BDABB
Tints of Vista Blue #9BDABB
RGB
CMYK
RGB Variations
Color information
#9BDABB (or 0x9BDABB) is known color: Vista Blue. HEX triplet: 9B, DA and BB. RGB value is (155,218,187). Sum of RGB (Red+Green+Blue) = 155+218+187=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDABB is #642544. Grayscale: #C3C3C3. Windows color (decimal): -6563141 or 12311195. OLE color: 12311195.
HSL color Cylindrical-coordinate representation of color #9BDABB: hue angle of 150.48º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDABB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 187 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.15 |
| HSL | 150.48º | 0.46% | 0.73% | - |
| HSV(B) | 150.48º | 0.29% | 0.85% | - |
| XYZ | 47.56 | 60.7 | 56.22 | - |
| YUV | 195.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 187 | 0.29 | 0 | 0.14 | 0.15 | 150.48 | 0.46 | 0.73 |
| Hex | 9B | DA | BB | 1D | 0 | E | F | 96 | 2E | 49 |
| Octal | 233 | 332 | 273 | 35 | 0 | 16 | 17 | 226 | 56 | 111 |
| Binary | 10011011 | 11011010 | 10111011 | 11101 | 0 | 1110 | 1111 | 10010110 | 101110 | 1001001 |
Color Harmonies of #9BDABB
Complementary color
Monochromatic Colors of #9BDABB
Black with #9BDABB
Text Example
Text Example
White with #9BDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDABB; }
p { color: rgb(155,218,187); }
H1.HeaderClassName
{
color: #9BDABB;
}
.AnyTagClassName
{
color: #9BDABB;
}
</style>
background-color css
<style>
a { background-color: #9BDABB; }
a { background-color: rgb(155,218,187); }
div.DivClassName
{
background-color: #9BDABB;
}
.BgClassName
{
background-color: #9BDABB;
}
</style>
border-color css
<style>
span { border-color: #9BDABB; }
span { border-color: rgb(155,218,187); }
td.TdClassName
{
border-color: #9BDABB;
}
.TagClassName
{
border-color: #9BDABB;
}
</style>