Shades of Heather #9DB6CB
Tints of Heather #9DB6CB
RGB
CMYK
RGB Variations
Color information
#9DB6CB (or 0x9DB6CB) is known color: Heather. HEX triplet: 9D, B6 and CB. RGB value is (157,182,203). Sum of RGB (Red+Green+Blue) = 157+182+203=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DB6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6CB is #624934. Grayscale: #B0B0B0. Windows color (decimal): -6441269 or 13350557. OLE color: 13350557.
HSL color Cylindrical-coordinate representation of color #9DB6CB: hue angle of 207.39º 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 #9DB6CB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 182 | 203 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.20 |
| HSL | 207.39º | 0.31% | 0.71% | - |
| HSV(B) | 207.39º | 0.23% | 0.8% | - |
| XYZ | 41.41 | 44.94 | 62.99 | - |
| YUV | 176.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 203 | 0.23 | 0.10 | 0 | 0.20 | 207.39 | 0.31 | 0.71 |
| Hex | 9D | B6 | CB | 17 | A | 0 | 14 | CF | 1F | 47 |
| Octal | 235 | 266 | 313 | 27 | 12 | 0 | 24 | 317 | 37 | 107 |
| Binary | 10011101 | 10110110 | 11001011 | 10111 | 1010 | 0 | 10100 | 11001111 | 11111 | 1000111 |
Color Harmonies of #9DB6CB
Complementary color
Monochromatic Colors of #9DB6CB
Black with #9DB6CB
Text Example
Text Example
White with #9DB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB6CB; }
p { color: rgb(157,182,203); }
H1.HeaderClassName
{
color: #9DB6CB;
}
.AnyTagClassName
{
color: #9DB6CB;
}
</style>
background-color css
<style>
a { background-color: #9DB6CB; }
a { background-color: rgb(157,182,203); }
div.DivClassName
{
background-color: #9DB6CB;
}
.BgClassName
{
background-color: #9DB6CB;
}
</style>
border-color css
<style>
span { border-color: #9DB6CB; }
span { border-color: rgb(157,182,203); }
td.TdClassName
{
border-color: #9DB6CB;
}
.TagClassName
{
border-color: #9DB6CB;
}
</style>