Shades of Vista Blue #9BDCBD
Tints of Vista Blue #9BDCBD
RGB
CMYK
RGB Variations
Color information
#9BDCBD (or 0x9BDCBD) is known color: Vista Blue. HEX triplet: 9B, DC and BD. RGB value is (155,220,189). Sum of RGB (Red+Green+Blue) = 155+220+189=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCBD is #642342. Grayscale: #C5C5C5. Windows color (decimal): -6562627 or 12442779. OLE color: 12442779.
HSL color Cylindrical-coordinate representation of color #9BDCBD: hue angle of 151.38º 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 #9BDCBD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 189 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.14 |
| HSL | 151.38º | 0.48% | 0.74% | - |
| HSV(B) | 151.38º | 0.3% | 0.86% | - |
| XYZ | 48.3 | 61.83 | 57.53 | - |
| YUV | 197.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 189 | 0.30 | 0 | 0.14 | 0.14 | 151.38 | 0.48 | 0.74 |
| Hex | 9B | DC | BD | 1E | 0 | E | E | 97 | 30 | 4A |
| Octal | 233 | 334 | 275 | 36 | 0 | 16 | 16 | 227 | 60 | 112 |
| Binary | 10011011 | 11011100 | 10111101 | 11110 | 0 | 1110 | 1110 | 10010111 | 110000 | 1001010 |
Color Harmonies of #9BDCBD
Complementary color
Monochromatic Colors of #9BDCBD
Black with #9BDCBD
Text Example
Text Example
White with #9BDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDCBD; }
p { color: rgb(155,220,189); }
H1.HeaderClassName
{
color: #9BDCBD;
}
.AnyTagClassName
{
color: #9BDCBD;
}
</style>
background-color css
<style>
a { background-color: #9BDCBD; }
a { background-color: rgb(155,220,189); }
div.DivClassName
{
background-color: #9BDCBD;
}
.BgClassName
{
background-color: #9BDCBD;
}
</style>
border-color css
<style>
span { border-color: #9BDCBD; }
span { border-color: rgb(155,220,189); }
td.TdClassName
{
border-color: #9BDCBD;
}
.TagClassName
{
border-color: #9BDCBD;
}
</style>