Shades of Heather #9CB9CF
Tints of Heather #9CB9CF
RGB
CMYK
RGB Variations
Color information
#9CB9CF (or 0x9CB9CF) is known color: Heather. HEX triplet: 9C, B9 and CF. RGB value is (156,185,207). Sum of RGB (Red+Green+Blue) = 156+185+207=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #9CB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9CF is #634630. Grayscale: #B2B2B2. Windows color (decimal): -6506033 or 13613468. OLE color: 13613468.
HSL color Cylindrical-coordinate representation of color #9CB9CF: hue angle of 205.88º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CB9CF is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 185 | 207 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.19 |
| HSL | 205.88º | 0.35% | 0.71% | - |
| HSV(B) | 205.88º | 0.25% | 0.81% | - |
| XYZ | 42.32 | 46.27 | 65.73 | - |
| YUV | 178.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 207 | 0.25 | 0.11 | 0 | 0.19 | 205.88 | 0.35 | 0.71 |
| Hex | 9C | B9 | CF | 19 | B | 0 | 13 | CE | 23 | 47 |
| Octal | 234 | 271 | 317 | 31 | 13 | 0 | 23 | 316 | 43 | 107 |
| Binary | 10011100 | 10111001 | 11001111 | 11001 | 1011 | 0 | 10011 | 11001110 | 100011 | 1000111 |
Color Harmonies of #9CB9CF
Complementary color
Monochromatic Colors of #9CB9CF
Black with #9CB9CF
Text Example
Text Example
White with #9CB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB9CF; }
p { color: rgb(156,185,207); }
H1.HeaderClassName
{
color: #9CB9CF;
}
.AnyTagClassName
{
color: #9CB9CF;
}
</style>
background-color css
<style>
a { background-color: #9CB9CF; }
a { background-color: rgb(156,185,207); }
div.DivClassName
{
background-color: #9CB9CF;
}
.BgClassName
{
background-color: #9CB9CF;
}
</style>
border-color css
<style>
span { border-color: #9CB9CF; }
span { border-color: rgb(156,185,207); }
td.TdClassName
{
border-color: #9CB9CF;
}
.TagClassName
{
border-color: #9CB9CF;
}
</style>