Shades of Vista Blue #9BCEB0
Tints of Vista Blue #9BCEB0
RGB
CMYK
RGB Variations
Color information
#9BCEB0 (or 0x9BCEB0) is known color: Vista Blue. HEX triplet: 9B, CE and B0. RGB value is (155,206,176). Sum of RGB (Red+Green+Blue) = 155+206+176=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCEB0 is #64314F. Grayscale: #BBBBBB. Windows color (decimal): -6566224 or 11587227. OLE color: 11587227.
HSL color Cylindrical-coordinate representation of color #9BCEB0: hue angle of 144.71º degrees, saturation: 0.34, 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 #9BCEB0 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 176 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.19 |
| HSL | 144.71º | 0.34% | 0.71% | - |
| HSV(B) | 144.71º | 0.25% | 0.81% | - |
| XYZ | 43.43 | 54.25 | 49.26 | - |
| YUV | 187.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 176 | 0.25 | 0 | 0.15 | 0.19 | 144.71 | 0.34 | 0.71 |
| Hex | 9B | CE | B0 | 19 | 0 | F | 13 | 91 | 22 | 47 |
| Octal | 233 | 316 | 260 | 31 | 0 | 17 | 23 | 221 | 42 | 107 |
| Binary | 10011011 | 11001110 | 10110000 | 11001 | 0 | 1111 | 10011 | 10010001 | 100010 | 1000111 |
Color Harmonies of #9BCEB0
Complementary color
Monochromatic Colors of #9BCEB0
Black with #9BCEB0
Text Example
Text Example
White with #9BCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEB0; }
p { color: rgb(155,206,176); }
H1.HeaderClassName
{
color: #9BCEB0;
}
.AnyTagClassName
{
color: #9BCEB0;
}
</style>
background-color css
<style>
a { background-color: #9BCEB0; }
a { background-color: rgb(155,206,176); }
div.DivClassName
{
background-color: #9BCEB0;
}
.BgClassName
{
background-color: #9BCEB0;
}
</style>
border-color css
<style>
span { border-color: #9BCEB0; }
span { border-color: rgb(155,206,176); }
td.TdClassName
{
border-color: #9BCEB0;
}
.TagClassName
{
border-color: #9BCEB0;
}
</style>