Shades of Heather #9DBBCD
Tints of Heather #9DBBCD
RGB
CMYK
RGB Variations
Color information
#9DBBCD (or 0x9DBBCD) is known color: Heather. HEX triplet: 9D, BB and CD. RGB value is (157,187,205). Sum of RGB (Red+Green+Blue) = 157+187+205=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBCD is #624432. Grayscale: #B3B3B3. Windows color (decimal): -6439987 or 13482909. OLE color: 13482909.
HSL color Cylindrical-coordinate representation of color #9DBBCD: hue angle of 202.5º 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 #9DBBCD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 187 | 205 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.20 |
| HSL | 202.5º | 0.32% | 0.71% | - |
| HSV(B) | 202.5º | 0.23% | 0.8% | - |
| XYZ | 42.69 | 47.12 | 64.6 | - |
| YUV | 180.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 205 | 0.23 | 0.09 | 0 | 0.20 | 202.5 | 0.32 | 0.71 |
| Hex | 9D | BB | CD | 17 | 9 | 0 | 14 | CA | 20 | 47 |
| Octal | 235 | 273 | 315 | 27 | 11 | 0 | 24 | 312 | 40 | 107 |
| Binary | 10011101 | 10111011 | 11001101 | 10111 | 1001 | 0 | 10100 | 11001010 | 100000 | 1000111 |
Color Harmonies of #9DBBCD
Complementary color
Monochromatic Colors of #9DBBCD
Black with #9DBBCD
Text Example
Text Example
White with #9DBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBCD; }
p { color: rgb(157,187,205); }
H1.HeaderClassName
{
color: #9DBBCD;
}
.AnyTagClassName
{
color: #9DBBCD;
}
</style>
background-color css
<style>
a { background-color: #9DBBCD; }
a { background-color: rgb(157,187,205); }
div.DivClassName
{
background-color: #9DBBCD;
}
.BgClassName
{
background-color: #9DBBCD;
}
</style>
border-color css
<style>
span { border-color: #9DBBCD; }
span { border-color: rgb(157,187,205); }
td.TdClassName
{
border-color: #9DBBCD;
}
.TagClassName
{
border-color: #9DBBCD;
}
</style>