Shades of Heather #9DB7CB
Tints of Heather #9DB7CB
RGB
CMYK
RGB Variations
Color information
#9DB7CB (or 0x9DB7CB) is known color: Heather. HEX triplet: 9D, B7 and CB. RGB value is (157,183,203). Sum of RGB (Red+Green+Blue) = 157+183+203=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 183 (71.88% from 255 or 33.70% 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 #9DB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB7CB is #624834. Grayscale: #B1B1B1. Windows color (decimal): -6441013 or 13350813. OLE color: 13350813.
HSL color Cylindrical-coordinate representation of color #9DB7CB: hue angle of 206.09º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB7CB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 183 | 203 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.20 |
| HSL | 206.09º | 0.31% | 0.71% | - |
| HSV(B) | 206.09º | 0.23% | 0.8% | - |
| XYZ | 41.62 | 45.35 | 63.06 | - |
| YUV | 177.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 203 | 0.23 | 0.10 | 0 | 0.20 | 206.09 | 0.31 | 0.71 |
| Hex | 9D | B7 | CB | 17 | A | 0 | 14 | CE | 1F | 47 |
| Octal | 235 | 267 | 313 | 27 | 12 | 0 | 24 | 316 | 37 | 107 |
| Binary | 10011101 | 10110111 | 11001011 | 10111 | 1010 | 0 | 10100 | 11001110 | 11111 | 1000111 |
Color Harmonies of #9DB7CB
Complementary color
Monochromatic Colors of #9DB7CB
Black with #9DB7CB
Text Example
Text Example
White with #9DB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7CB; }
p { color: rgb(157,183,203); }
H1.HeaderClassName
{
color: #9DB7CB;
}
.AnyTagClassName
{
color: #9DB7CB;
}
</style>
background-color css
<style>
a { background-color: #9DB7CB; }
a { background-color: rgb(157,183,203); }
div.DivClassName
{
background-color: #9DB7CB;
}
.BgClassName
{
background-color: #9DB7CB;
}
</style>
border-color css
<style>
span { border-color: #9DB7CB; }
span { border-color: rgb(157,183,203); }
td.TdClassName
{
border-color: #9DB7CB;
}
.TagClassName
{
border-color: #9DB7CB;
}
</style>