Shades of Vista Blue #9BDAB5
Tints of Vista Blue #9BDAB5
RGB
CMYK
RGB Variations
Color information
#9BDAB5 (or 0x9BDAB5) is known color: Vista Blue. HEX triplet: 9B, DA and B5. RGB value is (155,218,181). Sum of RGB (Red+Green+Blue) = 155+218+181=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAB5 is #64254A. Grayscale: #C3C3C3. Windows color (decimal): -6563147 or 11917979. OLE color: 11917979.
HSL color Cylindrical-coordinate representation of color #9BDAB5: hue angle of 144.76º 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 #9BDAB5 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 181 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.15 |
| HSL | 144.76º | 0.46% | 0.73% | - |
| HSV(B) | 144.76º | 0.29% | 0.85% | - |
| XYZ | 46.93 | 60.45 | 52.91 | - |
| YUV | 194.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 181 | 0.29 | 0 | 0.17 | 0.15 | 144.76 | 0.46 | 0.73 |
| Hex | 9B | DA | B5 | 1D | 0 | 11 | F | 91 | 2E | 49 |
| Octal | 233 | 332 | 265 | 35 | 0 | 21 | 17 | 221 | 56 | 111 |
| Binary | 10011011 | 11011010 | 10110101 | 11101 | 0 | 10001 | 1111 | 10010001 | 101110 | 1001001 |
Color Harmonies of #9BDAB5
Complementary color
Monochromatic Colors of #9BDAB5
Black with #9BDAB5
Text Example
Text Example
White with #9BDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAB5; }
p { color: rgb(155,218,181); }
H1.HeaderClassName
{
color: #9BDAB5;
}
.AnyTagClassName
{
color: #9BDAB5;
}
</style>
background-color css
<style>
a { background-color: #9BDAB5; }
a { background-color: rgb(155,218,181); }
div.DivClassName
{
background-color: #9BDAB5;
}
.BgClassName
{
background-color: #9BDAB5;
}
</style>
border-color css
<style>
span { border-color: #9BDAB5; }
span { border-color: rgb(155,218,181); }
td.TdClassName
{
border-color: #9BDAB5;
}
.TagClassName
{
border-color: #9BDAB5;
}
</style>