Shades of Vista Blue #9BD2BC
Tints of Vista Blue #9BD2BC
RGB
CMYK
RGB Variations
Color information
#9BD2BC (or 0x9BD2BC) is known color: Vista Blue. HEX triplet: 9B, D2 and BC. RGB value is (155,210,188). Sum of RGB (Red+Green+Blue) = 155+210+188=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2BC is #642D43. Grayscale: #BFBFBF. Windows color (decimal): -6565188 or 12374683. OLE color: 12374683.
HSL color Cylindrical-coordinate representation of color #9BD2BC: hue angle of 156º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2BC is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 188 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.18 |
| HSL | 156º | 0.38% | 0.72% | - |
| HSV(B) | 156º | 0.26% | 0.82% | - |
| XYZ | 45.64 | 56.69 | 56.11 | - |
| YUV | 191.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 188 | 0.26 | 0 | 0.10 | 0.18 | 156 | 0.38 | 0.72 |
| Hex | 9B | D2 | BC | 1A | 0 | A | 12 | 9C | 26 | 48 |
| Octal | 233 | 322 | 274 | 32 | 0 | 12 | 22 | 234 | 46 | 110 |
| Binary | 10011011 | 11010010 | 10111100 | 11010 | 0 | 1010 | 10010 | 10011100 | 100110 | 1001000 |
Color Harmonies of #9BD2BC
Complementary color
Monochromatic Colors of #9BD2BC
Black with #9BD2BC
Text Example
Text Example
White with #9BD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2BC; }
p { color: rgb(155,210,188); }
H1.HeaderClassName
{
color: #9BD2BC;
}
.AnyTagClassName
{
color: #9BD2BC;
}
</style>
background-color css
<style>
a { background-color: #9BD2BC; }
a { background-color: rgb(155,210,188); }
div.DivClassName
{
background-color: #9BD2BC;
}
.BgClassName
{
background-color: #9BD2BC;
}
</style>
border-color css
<style>
span { border-color: #9BD2BC; }
span { border-color: rgb(155,210,188); }
td.TdClassName
{
border-color: #9BD2BC;
}
.TagClassName
{
border-color: #9BD2BC;
}
</style>