Shades of Vista Blue #9BCBAF
Tints of Vista Blue #9BCBAF
RGB
CMYK
RGB Variations
Color information
#9BCBAF (or 0x9BCBAF) is known color: Vista Blue. HEX triplet: 9B, CB and AF. RGB value is (155,203,175). Sum of RGB (Red+Green+Blue) = 155+203+175=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCBAF is #643450. Grayscale: #B9B9B9. Windows color (decimal): -6566993 or 11520923. OLE color: 11520923.
HSL color Cylindrical-coordinate representation of color #9BCBAF: hue angle of 145º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCBAF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 175 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.20 |
| HSL | 145º | 0.32% | 0.7% | - |
| HSV(B) | 145º | 0.24% | 0.8% | - |
| XYZ | 42.61 | 52.78 | 48.5 | - |
| YUV | 185.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 175 | 0.24 | 0 | 0.14 | 0.20 | 145 | 0.32 | 0.7 |
| Hex | 9B | CB | AF | 18 | 0 | E | 14 | 91 | 20 | 46 |
| Octal | 233 | 313 | 257 | 30 | 0 | 16 | 24 | 221 | 40 | 106 |
| Binary | 10011011 | 11001011 | 10101111 | 11000 | 0 | 1110 | 10100 | 10010001 | 100000 | 1000110 |
Color Harmonies of #9BCBAF
Complementary color
Monochromatic Colors of #9BCBAF
Black with #9BCBAF
Text Example
Text Example
White with #9BCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBAF; }
p { color: rgb(155,203,175); }
H1.HeaderClassName
{
color: #9BCBAF;
}
.AnyTagClassName
{
color: #9BCBAF;
}
</style>
background-color css
<style>
a { background-color: #9BCBAF; }
a { background-color: rgb(155,203,175); }
div.DivClassName
{
background-color: #9BCBAF;
}
.BgClassName
{
background-color: #9BCBAF;
}
</style>
border-color css
<style>
span { border-color: #9BCBAF; }
span { border-color: rgb(155,203,175); }
td.TdClassName
{
border-color: #9BCBAF;
}
.TagClassName
{
border-color: #9BCBAF;
}
</style>