Shades of Vista Blue #9BD4BB
Tints of Vista Blue #9BD4BB
RGB
CMYK
RGB Variations
Color information
#9BD4BB (or 0x9BD4BB) is known color: Vista Blue. HEX triplet: 9B, D4 and BB. RGB value is (155,212,187). Sum of RGB (Red+Green+Blue) = 155+212+187=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD4BB is #642B44. Grayscale: #C0C0C0. Windows color (decimal): -6564677 or 12309659. OLE color: 12309659.
HSL color Cylindrical-coordinate representation of color #9BD4BB: hue angle of 153.68º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD4BB is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 187 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.17 |
| HSL | 153.68º | 0.4% | 0.72% | - |
| HSV(B) | 153.68º | 0.27% | 0.83% | - |
| XYZ | 46.03 | 57.64 | 55.71 | - |
| YUV | 192.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 187 | 0.27 | 0 | 0.12 | 0.17 | 153.68 | 0.4 | 0.72 |
| Hex | 9B | D4 | BB | 1B | 0 | C | 11 | 9A | 28 | 48 |
| Octal | 233 | 324 | 273 | 33 | 0 | 14 | 21 | 232 | 50 | 110 |
| Binary | 10011011 | 11010100 | 10111011 | 11011 | 0 | 1100 | 10001 | 10011010 | 101000 | 1001000 |
Color Harmonies of #9BD4BB
Complementary color
Monochromatic Colors of #9BD4BB
Black with #9BD4BB
Text Example
Text Example
White with #9BD4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD4BB; }
p { color: rgb(155,212,187); }
H1.HeaderClassName
{
color: #9BD4BB;
}
.AnyTagClassName
{
color: #9BD4BB;
}
</style>
background-color css
<style>
a { background-color: #9BD4BB; }
a { background-color: rgb(155,212,187); }
div.DivClassName
{
background-color: #9BD4BB;
}
.BgClassName
{
background-color: #9BD4BB;
}
</style>
border-color css
<style>
span { border-color: #9BD4BB; }
span { border-color: rgb(155,212,187); }
td.TdClassName
{
border-color: #9BD4BB;
}
.TagClassName
{
border-color: #9BD4BB;
}
</style>