Shades of Vista Blue #9BECBD
Tints of Vista Blue #9BECBD
RGB
CMYK
RGB Variations
Color information
#9BECBD (or 0x9BECBD) is known color: Vista Blue. HEX triplet: 9B, EC and BD. RGB value is (155,236,189). Sum of RGB (Red+Green+Blue) = 155+236+189=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECBD is #641342. Grayscale: #CECECE. Windows color (decimal): -6558531 or 12446875. OLE color: 12446875.
HSL color Cylindrical-coordinate representation of color #9BECBD: hue angle of 145.19º 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 #9BECBD is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 189 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.07 |
| HSL | 145.19º | 0.68% | 0.77% | - |
| HSV(B) | 145.19º | 0.34% | 0.93% | - |
| XYZ | 52.7 | 70.63 | 59 | - |
| YUV | 206.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 189 | 0.34 | 0 | 0.20 | 0.07 | 145.19 | 0.68 | 0.77 |
| Hex | 9B | EC | BD | 22 | 0 | 14 | 7 | 91 | 44 | 4D |
| Octal | 233 | 354 | 275 | 42 | 0 | 24 | 7 | 221 | 104 | 115 |
| Binary | 10011011 | 11101100 | 10111101 | 100010 | 0 | 10100 | 111 | 10010001 | 1000100 | 1001101 |
Color Harmonies of #9BECBD
Complementary color
Monochromatic Colors of #9BECBD
Black with #9BECBD
Text Example
Text Example
White with #9BECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECBD; }
p { color: rgb(155,236,189); }
H1.HeaderClassName
{
color: #9BECBD;
}
.AnyTagClassName
{
color: #9BECBD;
}
</style>
background-color css
<style>
a { background-color: #9BECBD; }
a { background-color: rgb(155,236,189); }
div.DivClassName
{
background-color: #9BECBD;
}
.BgClassName
{
background-color: #9BECBD;
}
</style>
border-color css
<style>
span { border-color: #9BECBD; }
span { border-color: rgb(155,236,189); }
td.TdClassName
{
border-color: #9BECBD;
}
.TagClassName
{
border-color: #9BECBD;
}
</style>