Shades of Heather #9CB8CC
Tints of Heather #9CB8CC
RGB
CMYK
RGB Variations
Color information
#9CB8CC (or 0x9CB8CC) is known color: Heather. HEX triplet: 9C, B8 and CC. RGB value is (156,184,204). Sum of RGB (Red+Green+Blue) = 156+184+204=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CB8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8CC is #634733. Grayscale: #B1B1B1. Windows color (decimal): -6506292 or 13416604. OLE color: 13416604.
HSL color Cylindrical-coordinate representation of color #9CB8CC: hue angle of 205º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CB8CC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 184 | 204 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.2 |
| HSL | 205º | 0.32% | 0.71% | - |
| HSV(B) | 205º | 0.24% | 0.8% | - |
| XYZ | 41.75 | 45.71 | 63.75 | - |
| YUV | 177.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 204 | 0.24 | 0.10 | 0 | 0.2 | 205 | 0.32 | 0.71 |
| Hex | 9C | B8 | CC | 18 | A | 0 | 14 | CD | 20 | 47 |
| Octal | 234 | 270 | 314 | 30 | 12 | 0 | 24 | 315 | 40 | 107 |
| Binary | 10011100 | 10111000 | 11001100 | 11000 | 1010 | 0 | 10100 | 11001101 | 100000 | 1000111 |
Color Harmonies of #9CB8CC
Complementary color
Monochromatic Colors of #9CB8CC
Black with #9CB8CC
Text Example
Text Example
White with #9CB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB8CC; }
p { color: rgb(156,184,204); }
H1.HeaderClassName
{
color: #9CB8CC;
}
.AnyTagClassName
{
color: #9CB8CC;
}
</style>
background-color css
<style>
a { background-color: #9CB8CC; }
a { background-color: rgb(156,184,204); }
div.DivClassName
{
background-color: #9CB8CC;
}
.BgClassName
{
background-color: #9CB8CC;
}
</style>
border-color css
<style>
span { border-color: #9CB8CC; }
span { border-color: rgb(156,184,204); }
td.TdClassName
{
border-color: #9CB8CC;
}
.TagClassName
{
border-color: #9CB8CC;
}
</style>