Shades of Vista Blue #9BDCB0
Tints of Vista Blue #9BDCB0
RGB
CMYK
RGB Variations
Color information
#9BDCB0 (or 0x9BDCB0) is known color: Vista Blue. HEX triplet: 9B, DC and B0. RGB value is (155,220,176). Sum of RGB (Red+Green+Blue) = 155+220+176=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDCB0 is #64234F. Grayscale: #C3C3C3. Windows color (decimal): -6562640 or 11590811. OLE color: 11590811.
HSL color Cylindrical-coordinate representation of color #9BDCB0: hue angle of 139.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 #9BDCB0 is Cyan = 0.30, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 176 | - |
| CMYK | 0.30 | 0 | 0.2 | 0.14 |
| HSL | 139.38º | 0.48% | 0.74% | - |
| HSV(B) | 139.38º | 0.3% | 0.86% | - |
| XYZ | 46.95 | 61.29 | 50.43 | - |
| YUV | 195.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 176 | 0.30 | 0 | 0.2 | 0.14 | 139.38 | 0.48 | 0.74 |
| Hex | 9B | DC | B0 | 1E | 0 | 14 | E | 8B | 30 | 4A |
| Octal | 233 | 334 | 260 | 36 | 0 | 24 | 16 | 213 | 60 | 112 |
| Binary | 10011011 | 11011100 | 10110000 | 11110 | 0 | 10100 | 1110 | 10001011 | 110000 | 1001010 |
Color Harmonies of #9BDCB0
Complementary color
Monochromatic Colors of #9BDCB0
Black with #9BDCB0
Text Example
Text Example
White with #9BDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDCB0; }
p { color: rgb(155,220,176); }
H1.HeaderClassName
{
color: #9BDCB0;
}
.AnyTagClassName
{
color: #9BDCB0;
}
</style>
background-color css
<style>
a { background-color: #9BDCB0; }
a { background-color: rgb(155,220,176); }
div.DivClassName
{
background-color: #9BDCB0;
}
.BgClassName
{
background-color: #9BDCB0;
}
</style>
border-color css
<style>
span { border-color: #9BDCB0; }
span { border-color: rgb(155,220,176); }
td.TdClassName
{
border-color: #9BDCB0;
}
.TagClassName
{
border-color: #9BDCB0;
}
</style>