Shades of Heather #9DB9CF
Tints of Heather #9DB9CF
RGB
CMYK
RGB Variations
Color information
#9DB9CF (or 0x9DB9CF) is known color: Heather. HEX triplet: 9D, B9 and CF. RGB value is (157,185,207). Sum of RGB (Red+Green+Blue) = 157+185+207=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9CF is #624630. Grayscale: #B3B3B3. Windows color (decimal): -6440497 or 13613469. OLE color: 13613469.
HSL color Cylindrical-coordinate representation of color #9DB9CF: hue angle of 206.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DB9CF is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 185 | 207 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.19 |
| HSL | 206.4º | 0.34% | 0.71% | - |
| HSV(B) | 206.4º | 0.24% | 0.81% | - |
| XYZ | 42.52 | 46.37 | 65.74 | - |
| YUV | 179.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 207 | 0.24 | 0.11 | 0 | 0.19 | 206.4 | 0.34 | 0.71 |
| Hex | 9D | B9 | CF | 18 | B | 0 | 13 | CE | 22 | 47 |
| Octal | 235 | 271 | 317 | 30 | 13 | 0 | 23 | 316 | 42 | 107 |
| Binary | 10011101 | 10111001 | 11001111 | 11000 | 1011 | 0 | 10011 | 11001110 | 100010 | 1000111 |
Color Harmonies of #9DB9CF
Complementary color
Monochromatic Colors of #9DB9CF
Black with #9DB9CF
Text Example
Text Example
White with #9DB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB9CF; }
p { color: rgb(157,185,207); }
H1.HeaderClassName
{
color: #9DB9CF;
}
.AnyTagClassName
{
color: #9DB9CF;
}
</style>
background-color css
<style>
a { background-color: #9DB9CF; }
a { background-color: rgb(157,185,207); }
div.DivClassName
{
background-color: #9DB9CF;
}
.BgClassName
{
background-color: #9DB9CF;
}
</style>
border-color css
<style>
span { border-color: #9DB9CF; }
span { border-color: rgb(157,185,207); }
td.TdClassName
{
border-color: #9DB9CF;
}
.TagClassName
{
border-color: #9DB9CF;
}
</style>