Shades of Vista Blue #9BECBC
Tints of Vista Blue #9BECBC
RGB
CMYK
RGB Variations
Color information
#9BECBC (or 0x9BECBC) is known color: Vista Blue. HEX triplet: 9B, EC and BC. RGB value is (155,236,188). Sum of RGB (Red+Green+Blue) = 155+236+188=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECBC is #641343. Grayscale: #CECECE. Windows color (decimal): -6558532 or 12381339. OLE color: 12381339.
HSL color Cylindrical-coordinate representation of color #9BECBC: hue angle of 144.44º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECBC is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 188 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.07 |
| HSL | 144.44º | 0.68% | 0.77% | - |
| HSV(B) | 144.44º | 0.34% | 0.93% | - |
| XYZ | 52.59 | 70.59 | 58.43 | - |
| YUV | 206.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 188 | 0.34 | 0 | 0.20 | 0.07 | 144.44 | 0.68 | 0.77 |
| Hex | 9B | EC | BC | 22 | 0 | 14 | 7 | 90 | 44 | 4D |
| Octal | 233 | 354 | 274 | 42 | 0 | 24 | 7 | 220 | 104 | 115 |
| Binary | 10011011 | 11101100 | 10111100 | 100010 | 0 | 10100 | 111 | 10010000 | 1000100 | 1001101 |
Color Harmonies of #9BECBC
Complementary color
Monochromatic Colors of #9BECBC
Black with #9BECBC
Text Example
Text Example
White with #9BECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECBC; }
p { color: rgb(155,236,188); }
H1.HeaderClassName
{
color: #9BECBC;
}
.AnyTagClassName
{
color: #9BECBC;
}
</style>
background-color css
<style>
a { background-color: #9BECBC; }
a { background-color: rgb(155,236,188); }
div.DivClassName
{
background-color: #9BECBC;
}
.BgClassName
{
background-color: #9BECBC;
}
</style>
border-color css
<style>
span { border-color: #9BECBC; }
span { border-color: rgb(155,236,188); }
td.TdClassName
{
border-color: #9BECBC;
}
.TagClassName
{
border-color: #9BECBC;
}
</style>