Shades of Vista Blue #9BDCBB
Tints of Vista Blue #9BDCBB
RGB
CMYK
RGB Variations
Color information
#9BDCBB (or 0x9BDCBB) is known color: Vista Blue. HEX triplet: 9B, DC and BB. RGB value is (155,220,187). Sum of RGB (Red+Green+Blue) = 155+220+187=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCBB is #642344. Grayscale: #C4C4C4. Windows color (decimal): -6562629 or 12311707. OLE color: 12311707.
HSL color Cylindrical-coordinate representation of color #9BDCBB: hue angle of 149.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCBB is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 187 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.14 |
| HSL | 149.54º | 0.48% | 0.74% | - |
| HSV(B) | 149.54º | 0.3% | 0.86% | - |
| XYZ | 48.08 | 61.74 | 56.4 | - |
| YUV | 196.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 187 | 0.30 | 0 | 0.15 | 0.14 | 149.54 | 0.48 | 0.74 |
| Hex | 9B | DC | BB | 1E | 0 | F | E | 96 | 30 | 4A |
| Octal | 233 | 334 | 273 | 36 | 0 | 17 | 16 | 226 | 60 | 112 |
| Binary | 10011011 | 11011100 | 10111011 | 11110 | 0 | 1111 | 1110 | 10010110 | 110000 | 1001010 |
Color Harmonies of #9BDCBB
Complementary color
Monochromatic Colors of #9BDCBB
Black with #9BDCBB
Text Example
Text Example
White with #9BDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDCBB; }
p { color: rgb(155,220,187); }
H1.HeaderClassName
{
color: #9BDCBB;
}
.AnyTagClassName
{
color: #9BDCBB;
}
</style>
background-color css
<style>
a { background-color: #9BDCBB; }
a { background-color: rgb(155,220,187); }
div.DivClassName
{
background-color: #9BDCBB;
}
.BgClassName
{
background-color: #9BDCBB;
}
</style>
border-color css
<style>
span { border-color: #9BDCBB; }
span { border-color: rgb(155,220,187); }
td.TdClassName
{
border-color: #9BDCBB;
}
.TagClassName
{
border-color: #9BDCBB;
}
</style>