Shades of Vista Blue #9BEBBD
Tints of Vista Blue #9BEBBD
RGB
CMYK
RGB Variations
Color information
#9BEBBD (or 0x9BEBBD) is known color: Vista Blue. HEX triplet: 9B, EB and BD. RGB value is (155,235,189). Sum of RGB (Red+Green+Blue) = 155+235+189=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBBD is #641442. Grayscale: #CDCDCD. Windows color (decimal): -6558787 or 12446619. OLE color: 12446619.
HSL color Cylindrical-coordinate representation of color #9BEBBD: hue angle of 145.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBBD is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 189 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.08 |
| HSL | 145.5º | 0.67% | 0.76% | - |
| HSV(B) | 145.5º | 0.34% | 0.92% | - |
| XYZ | 52.41 | 70.06 | 58.9 | - |
| YUV | 205.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 189 | 0.34 | 0 | 0.20 | 0.08 | 145.5 | 0.67 | 0.76 |
| Hex | 9B | EB | BD | 22 | 0 | 14 | 8 | 92 | 43 | 4C |
| Octal | 233 | 353 | 275 | 42 | 0 | 24 | 10 | 222 | 103 | 114 |
| Binary | 10011011 | 11101011 | 10111101 | 100010 | 0 | 10100 | 1000 | 10010010 | 1000011 | 1001100 |
Color Harmonies of #9BEBBD
Complementary color
Monochromatic Colors of #9BEBBD
Black with #9BEBBD
Text Example
Text Example
White with #9BEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBBD; }
p { color: rgb(155,235,189); }
H1.HeaderClassName
{
color: #9BEBBD;
}
.AnyTagClassName
{
color: #9BEBBD;
}
</style>
background-color css
<style>
a { background-color: #9BEBBD; }
a { background-color: rgb(155,235,189); }
div.DivClassName
{
background-color: #9BEBBD;
}
.BgClassName
{
background-color: #9BEBBD;
}
</style>
border-color css
<style>
span { border-color: #9BEBBD; }
span { border-color: rgb(155,235,189); }
td.TdClassName
{
border-color: #9BEBBD;
}
.TagClassName
{
border-color: #9BEBBD;
}
</style>