Shades of Heather #9DBBCB
Tints of Heather #9DBBCB
RGB
CMYK
RGB Variations
Color information
#9DBBCB (or 0x9DBBCB) is known color: Heather. HEX triplet: 9D, BB and CB. RGB value is (157,187,203). Sum of RGB (Red+Green+Blue) = 157+187+203=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBCB is #624434. Grayscale: #B3B3B3. Windows color (decimal): -6439989 or 13351837. OLE color: 13351837.
HSL color Cylindrical-coordinate representation of color #9DBBCB: hue angle of 200.87º 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 #9DBBCB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 187 | 203 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.20 |
| HSL | 200.87º | 0.31% | 0.71% | - |
| HSV(B) | 200.87º | 0.23% | 0.8% | - |
| XYZ | 42.45 | 47.02 | 63.34 | - |
| YUV | 179.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 203 | 0.23 | 0.08 | 0 | 0.20 | 200.87 | 0.31 | 0.71 |
| Hex | 9D | BB | CB | 17 | 8 | 0 | 14 | C9 | 1F | 47 |
| Octal | 235 | 273 | 313 | 27 | 10 | 0 | 24 | 311 | 37 | 107 |
| Binary | 10011101 | 10111011 | 11001011 | 10111 | 1000 | 0 | 10100 | 11001001 | 11111 | 1000111 |
Color Harmonies of #9DBBCB
Complementary color
Monochromatic Colors of #9DBBCB
Black with #9DBBCB
Text Example
Text Example
White with #9DBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBCB; }
p { color: rgb(157,187,203); }
H1.HeaderClassName
{
color: #9DBBCB;
}
.AnyTagClassName
{
color: #9DBBCB;
}
</style>
background-color css
<style>
a { background-color: #9DBBCB; }
a { background-color: rgb(157,187,203); }
div.DivClassName
{
background-color: #9DBBCB;
}
.BgClassName
{
background-color: #9DBBCB;
}
</style>
border-color css
<style>
span { border-color: #9DBBCB; }
span { border-color: rgb(157,187,203); }
td.TdClassName
{
border-color: #9DBBCB;
}
.TagClassName
{
border-color: #9DBBCB;
}
</style>