Shades of Vista Blue #9BDAB0
Tints of Vista Blue #9BDAB0
RGB
CMYK
RGB Variations
Color information
#9BDAB0 (or 0x9BDAB0) is known color: Vista Blue. HEX triplet: 9B, DA and B0. RGB value is (155,218,176). Sum of RGB (Red+Green+Blue) = 155+218+176=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDAB0 is #64254F. Grayscale: #C2C2C2. Windows color (decimal): -6563152 or 11590299. OLE color: 11590299.
HSL color Cylindrical-coordinate representation of color #9BDAB0: hue angle of 140º 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 #9BDAB0 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 176 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.15 |
| HSL | 140º | 0.46% | 0.73% | - |
| HSV(B) | 140º | 0.29% | 0.85% | - |
| XYZ | 46.43 | 60.25 | 50.26 | - |
| YUV | 194.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 176 | 0.29 | 0 | 0.19 | 0.15 | 140 | 0.46 | 0.73 |
| Hex | 9B | DA | B0 | 1D | 0 | 13 | F | 8C | 2E | 49 |
| Octal | 233 | 332 | 260 | 35 | 0 | 23 | 17 | 214 | 56 | 111 |
| Binary | 10011011 | 11011010 | 10110000 | 11101 | 0 | 10011 | 1111 | 10001100 | 101110 | 1001001 |
Color Harmonies of #9BDAB0
Complementary color
Monochromatic Colors of #9BDAB0
Black with #9BDAB0
Text Example
Text Example
White with #9BDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAB0; }
p { color: rgb(155,218,176); }
H1.HeaderClassName
{
color: #9BDAB0;
}
.AnyTagClassName
{
color: #9BDAB0;
}
</style>
background-color css
<style>
a { background-color: #9BDAB0; }
a { background-color: rgb(155,218,176); }
div.DivClassName
{
background-color: #9BDAB0;
}
.BgClassName
{
background-color: #9BDAB0;
}
</style>
border-color css
<style>
span { border-color: #9BDAB0; }
span { border-color: rgb(155,218,176); }
td.TdClassName
{
border-color: #9BDAB0;
}
.TagClassName
{
border-color: #9BDAB0;
}
</style>