Shades of Vista Blue #9BECB9
Tints of Vista Blue #9BECB9
RGB
CMYK
RGB Variations
Color information
#9BECB9 (or 0x9BECB9) is known color: Vista Blue. HEX triplet: 9B, EC and B9. RGB value is (155,236,185). Sum of RGB (Red+Green+Blue) = 155+236+185=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECB9 is #641346. Grayscale: #CECECE. Windows color (decimal): -6558535 or 12184731. OLE color: 12184731.
HSL color Cylindrical-coordinate representation of color #9BECB9: hue angle of 142.22º 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 #9BECB9 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 185 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.07 |
| HSL | 142.22º | 0.68% | 0.77% | - |
| HSV(B) | 142.22º | 0.34% | 0.93% | - |
| XYZ | 52.27 | 70.46 | 56.74 | - |
| YUV | 205.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 185 | 0.34 | 0 | 0.22 | 0.07 | 142.22 | 0.68 | 0.77 |
| Hex | 9B | EC | B9 | 22 | 0 | 16 | 7 | 8E | 44 | 4D |
| Octal | 233 | 354 | 271 | 42 | 0 | 26 | 7 | 216 | 104 | 115 |
| Binary | 10011011 | 11101100 | 10111001 | 100010 | 0 | 10110 | 111 | 10001110 | 1000100 | 1001101 |
Color Harmonies of #9BECB9
Complementary color
Monochromatic Colors of #9BECB9
Black with #9BECB9
Text Example
Text Example
White with #9BECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECB9; }
p { color: rgb(155,236,185); }
H1.HeaderClassName
{
color: #9BECB9;
}
.AnyTagClassName
{
color: #9BECB9;
}
</style>
background-color css
<style>
a { background-color: #9BECB9; }
a { background-color: rgb(155,236,185); }
div.DivClassName
{
background-color: #9BECB9;
}
.BgClassName
{
background-color: #9BECB9;
}
</style>
border-color css
<style>
span { border-color: #9BECB9; }
span { border-color: rgb(155,236,185); }
td.TdClassName
{
border-color: #9BECB9;
}
.TagClassName
{
border-color: #9BECB9;
}
</style>