Shades of Heather #9BB9CB
Tints of Heather #9BB9CB
RGB
CMYK
RGB Variations
Color information
#9BB9CB (or 0x9BB9CB) is known color: Heather. HEX triplet: 9B, B9 and CB. RGB value is (155,185,203). Sum of RGB (Red+Green+Blue) = 155+185+203=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9CB is #644634. Grayscale: #B1B1B1. Windows color (decimal): -6571573 or 13351323. OLE color: 13351323.
HSL color Cylindrical-coordinate representation of color #9BB9CB: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB9CB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 185 | 203 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.20 |
| HSL | 202.5º | 0.32% | 0.7% | - |
| HSV(B) | 202.5º | 0.24% | 0.8% | - |
| XYZ | 41.65 | 45.98 | 63.18 | - |
| YUV | 178.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 203 | 0.24 | 0.09 | 0 | 0.20 | 202.5 | 0.32 | 0.7 |
| Hex | 9B | B9 | CB | 18 | 9 | 0 | 14 | CA | 20 | 46 |
| Octal | 233 | 271 | 313 | 30 | 11 | 0 | 24 | 312 | 40 | 106 |
| Binary | 10011011 | 10111001 | 11001011 | 11000 | 1001 | 0 | 10100 | 11001010 | 100000 | 1000110 |
Color Harmonies of #9BB9CB
Complementary color
Monochromatic Colors of #9BB9CB
Black with #9BB9CB
Text Example
Text Example
White with #9BB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB9CB; }
p { color: rgb(155,185,203); }
H1.HeaderClassName
{
color: #9BB9CB;
}
.AnyTagClassName
{
color: #9BB9CB;
}
</style>
background-color css
<style>
a { background-color: #9BB9CB; }
a { background-color: rgb(155,185,203); }
div.DivClassName
{
background-color: #9BB9CB;
}
.BgClassName
{
background-color: #9BB9CB;
}
</style>
border-color css
<style>
span { border-color: #9BB9CB; }
span { border-color: rgb(155,185,203); }
td.TdClassName
{
border-color: #9BB9CB;
}
.TagClassName
{
border-color: #9BB9CB;
}
</style>