Shades of Vista Blue #9BCEB9
Tints of Vista Blue #9BCEB9
RGB
CMYK
RGB Variations
Color information
#9BCEB9 (or 0x9BCEB9) is known color: Vista Blue. HEX triplet: 9B, CE and B9. RGB value is (155,206,185). Sum of RGB (Red+Green+Blue) = 155+206+185=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEB9 is #643146. Grayscale: #BCBCBC. Windows color (decimal): -6566215 or 12177051. OLE color: 12177051.
HSL color Cylindrical-coordinate representation of color #9BCEB9: hue angle of 155.29º 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 #9BCEB9 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 185 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.19 |
| HSL | 155.29º | 0.34% | 0.71% | - |
| HSV(B) | 155.29º | 0.25% | 0.81% | - |
| XYZ | 44.35 | 54.61 | 54.1 | - |
| YUV | 188.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 185 | 0.25 | 0 | 0.10 | 0.19 | 155.29 | 0.34 | 0.71 |
| Hex | 9B | CE | B9 | 19 | 0 | A | 13 | 9B | 22 | 47 |
| Octal | 233 | 316 | 271 | 31 | 0 | 12 | 23 | 233 | 42 | 107 |
| Binary | 10011011 | 11001110 | 10111001 | 11001 | 0 | 1010 | 10011 | 10011011 | 100010 | 1000111 |
Color Harmonies of #9BCEB9
Complementary color
Monochromatic Colors of #9BCEB9
Black with #9BCEB9
Text Example
Text Example
White with #9BCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEB9; }
p { color: rgb(155,206,185); }
H1.HeaderClassName
{
color: #9BCEB9;
}
.AnyTagClassName
{
color: #9BCEB9;
}
</style>
background-color css
<style>
a { background-color: #9BCEB9; }
a { background-color: rgb(155,206,185); }
div.DivClassName
{
background-color: #9BCEB9;
}
.BgClassName
{
background-color: #9BCEB9;
}
</style>
border-color css
<style>
span { border-color: #9BCEB9; }
span { border-color: rgb(155,206,185); }
td.TdClassName
{
border-color: #9BCEB9;
}
.TagClassName
{
border-color: #9BCEB9;
}
</style>