Shades of Heather #9DBBCC
Tints of Heather #9DBBCC
RGB
CMYK
RGB Variations
Color information
#9DBBCC (or 0x9DBBCC) is known color: Heather. HEX triplet: 9D, BB and CC. RGB value is (157,187,204). Sum of RGB (Red+Green+Blue) = 157+187+204=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBCC is #624433. Grayscale: #B3B3B3. Windows color (decimal): -6439988 or 13417373. OLE color: 13417373.
HSL color Cylindrical-coordinate representation of color #9DBBCC: hue angle of 201.7º 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 #9DBBCC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 187 | 204 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.2 |
| HSL | 201.7º | 0.32% | 0.71% | - |
| HSV(B) | 201.7º | 0.23% | 0.8% | - |
| XYZ | 42.57 | 47.07 | 63.97 | - |
| YUV | 179.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 204 | 0.23 | 0.08 | 0 | 0.2 | 201.7 | 0.32 | 0.71 |
| Hex | 9D | BB | CC | 17 | 8 | 0 | 14 | CA | 20 | 47 |
| Octal | 235 | 273 | 314 | 27 | 10 | 0 | 24 | 312 | 40 | 107 |
| Binary | 10011101 | 10111011 | 11001100 | 10111 | 1000 | 0 | 10100 | 11001010 | 100000 | 1000111 |
Color Harmonies of #9DBBCC
Complementary color
Monochromatic Colors of #9DBBCC
Black with #9DBBCC
Text Example
Text Example
White with #9DBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBCC; }
p { color: rgb(157,187,204); }
H1.HeaderClassName
{
color: #9DBBCC;
}
.AnyTagClassName
{
color: #9DBBCC;
}
</style>
background-color css
<style>
a { background-color: #9DBBCC; }
a { background-color: rgb(157,187,204); }
div.DivClassName
{
background-color: #9DBBCC;
}
.BgClassName
{
background-color: #9DBBCC;
}
</style>
border-color css
<style>
span { border-color: #9DBBCC; }
span { border-color: rgb(157,187,204); }
td.TdClassName
{
border-color: #9DBBCC;
}
.TagClassName
{
border-color: #9DBBCC;
}
</style>