Shades of Vista Blue #9BCFBB
Tints of Vista Blue #9BCFBB
RGB
CMYK
RGB Variations
Color information
#9BCFBB (or 0x9BCFBB) is known color: Vista Blue. HEX triplet: 9B, CF and BB. RGB value is (155,207,187). Sum of RGB (Red+Green+Blue) = 155+207+187=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFBB is #643044. Grayscale: #BDBDBD. Windows color (decimal): -6565957 or 12308379. OLE color: 12308379.
HSL color Cylindrical-coordinate representation of color #9BCFBB: hue angle of 156.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFBB is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 187 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.19 |
| HSL | 156.92º | 0.35% | 0.71% | - |
| HSV(B) | 156.92º | 0.25% | 0.81% | - |
| XYZ | 44.8 | 55.18 | 55.3 | - |
| YUV | 189.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 187 | 0.25 | 0 | 0.10 | 0.19 | 156.92 | 0.35 | 0.71 |
| Hex | 9B | CF | BB | 19 | 0 | A | 13 | 9D | 23 | 47 |
| Octal | 233 | 317 | 273 | 31 | 0 | 12 | 23 | 235 | 43 | 107 |
| Binary | 10011011 | 11001111 | 10111011 | 11001 | 0 | 1010 | 10011 | 10011101 | 100011 | 1000111 |
Color Harmonies of #9BCFBB
Complementary color
Monochromatic Colors of #9BCFBB
Black with #9BCFBB
Text Example
Text Example
White with #9BCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFBB; }
p { color: rgb(155,207,187); }
H1.HeaderClassName
{
color: #9BCFBB;
}
.AnyTagClassName
{
color: #9BCFBB;
}
</style>
background-color css
<style>
a { background-color: #9BCFBB; }
a { background-color: rgb(155,207,187); }
div.DivClassName
{
background-color: #9BCFBB;
}
.BgClassName
{
background-color: #9BCFBB;
}
</style>
border-color css
<style>
span { border-color: #9BCFBB; }
span { border-color: rgb(155,207,187); }
td.TdClassName
{
border-color: #9BCFBB;
}
.TagClassName
{
border-color: #9BCFBB;
}
</style>