Shades of Vista Blue #9BD2BB
Tints of Vista Blue #9BD2BB
RGB
CMYK
RGB Variations
Color information
#9BD2BB (or 0x9BD2BB) is known color: Vista Blue. HEX triplet: 9B, D2 and BB. RGB value is (155,210,187). Sum of RGB (Red+Green+Blue) = 155+210+187=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2BB is #642D44. Grayscale: #BEBEBE. Windows color (decimal): -6565189 or 12309147. OLE color: 12309147.
HSL color Cylindrical-coordinate representation of color #9BD2BB: hue angle of 154.91º 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 #9BD2BB is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 187 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.18 |
| HSL | 154.91º | 0.38% | 0.72% | - |
| HSV(B) | 154.91º | 0.26% | 0.82% | - |
| XYZ | 45.53 | 56.65 | 55.55 | - |
| YUV | 190.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 187 | 0.26 | 0 | 0.11 | 0.18 | 154.91 | 0.38 | 0.72 |
| Hex | 9B | D2 | BB | 1A | 0 | B | 12 | 9B | 26 | 48 |
| Octal | 233 | 322 | 273 | 32 | 0 | 13 | 22 | 233 | 46 | 110 |
| Binary | 10011011 | 11010010 | 10111011 | 11010 | 0 | 1011 | 10010 | 10011011 | 100110 | 1001000 |
Color Harmonies of #9BD2BB
Complementary color
Monochromatic Colors of #9BD2BB
Black with #9BD2BB
Text Example
Text Example
White with #9BD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2BB; }
p { color: rgb(155,210,187); }
H1.HeaderClassName
{
color: #9BD2BB;
}
.AnyTagClassName
{
color: #9BD2BB;
}
</style>
background-color css
<style>
a { background-color: #9BD2BB; }
a { background-color: rgb(155,210,187); }
div.DivClassName
{
background-color: #9BD2BB;
}
.BgClassName
{
background-color: #9BD2BB;
}
</style>
border-color css
<style>
span { border-color: #9BD2BB; }
span { border-color: rgb(155,210,187); }
td.TdClassName
{
border-color: #9BD2BB;
}
.TagClassName
{
border-color: #9BD2BB;
}
</style>