Shades of Vista Blue #9BD5BC
Tints of Vista Blue #9BD5BC
RGB
CMYK
RGB Variations
Color information
#9BD5BC (or 0x9BD5BC) is known color: Vista Blue. HEX triplet: 9B, D5 and BC. RGB value is (155,213,188). Sum of RGB (Red+Green+Blue) = 155+213+188=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD5BC is #642A43. Grayscale: #C0C0C0. Windows color (decimal): -6564420 or 12375451. OLE color: 12375451.
HSL color Cylindrical-coordinate representation of color #9BD5BC: hue angle of 154.14º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD5BC is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 188 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.16 |
| HSL | 154.14º | 0.41% | 0.72% | - |
| HSV(B) | 154.14º | 0.27% | 0.84% | - |
| XYZ | 46.39 | 58.19 | 56.36 | - |
| YUV | 192.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 188 | 0.27 | 0 | 0.12 | 0.16 | 154.14 | 0.41 | 0.72 |
| Hex | 9B | D5 | BC | 1B | 0 | C | 10 | 9A | 29 | 48 |
| Octal | 233 | 325 | 274 | 33 | 0 | 14 | 20 | 232 | 51 | 110 |
| Binary | 10011011 | 11010101 | 10111100 | 11011 | 0 | 1100 | 10000 | 10011010 | 101001 | 1001000 |
Color Harmonies of #9BD5BC
Complementary color
Monochromatic Colors of #9BD5BC
Black with #9BD5BC
Text Example
Text Example
White with #9BD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD5BC; }
p { color: rgb(155,213,188); }
H1.HeaderClassName
{
color: #9BD5BC;
}
.AnyTagClassName
{
color: #9BD5BC;
}
</style>
background-color css
<style>
a { background-color: #9BD5BC; }
a { background-color: rgb(155,213,188); }
div.DivClassName
{
background-color: #9BD5BC;
}
.BgClassName
{
background-color: #9BD5BC;
}
</style>
border-color css
<style>
span { border-color: #9BD5BC; }
span { border-color: rgb(155,213,188); }
td.TdClassName
{
border-color: #9BD5BC;
}
.TagClassName
{
border-color: #9BD5BC;
}
</style>