Shades of Heather #9DB9CC
Tints of Heather #9DB9CC
RGB
CMYK
RGB Variations
Color information
#9DB9CC (or 0x9DB9CC) is known color: Heather. HEX triplet: 9D, B9 and CC. RGB value is (157,185,204). Sum of RGB (Red+Green+Blue) = 157+185+204=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9CC is #624633. Grayscale: #B2B2B2. Windows color (decimal): -6440500 or 13416861. OLE color: 13416861.
HSL color Cylindrical-coordinate representation of color #9DB9CC: hue angle of 204.26º degrees, saturation: 0.32, 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 #9DB9CC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 185 | 204 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.2 |
| HSL | 204.26º | 0.32% | 0.71% | - |
| HSV(B) | 204.26º | 0.23% | 0.8% | - |
| XYZ | 42.15 | 46.23 | 63.83 | - |
| YUV | 178.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 204 | 0.23 | 0.09 | 0 | 0.2 | 204.26 | 0.32 | 0.71 |
| Hex | 9D | B9 | CC | 17 | 9 | 0 | 14 | CC | 20 | 47 |
| Octal | 235 | 271 | 314 | 27 | 11 | 0 | 24 | 314 | 40 | 107 |
| Binary | 10011101 | 10111001 | 11001100 | 10111 | 1001 | 0 | 10100 | 11001100 | 100000 | 1000111 |
Color Harmonies of #9DB9CC
Complementary color
Monochromatic Colors of #9DB9CC
Black with #9DB9CC
Text Example
Text Example
White with #9DB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB9CC; }
p { color: rgb(157,185,204); }
H1.HeaderClassName
{
color: #9DB9CC;
}
.AnyTagClassName
{
color: #9DB9CC;
}
</style>
background-color css
<style>
a { background-color: #9DB9CC; }
a { background-color: rgb(157,185,204); }
div.DivClassName
{
background-color: #9DB9CC;
}
.BgClassName
{
background-color: #9DB9CC;
}
</style>
border-color css
<style>
span { border-color: #9DB9CC; }
span { border-color: rgb(157,185,204); }
td.TdClassName
{
border-color: #9DB9CC;
}
.TagClassName
{
border-color: #9DB9CC;
}
</style>