Shades of Heather #9FB6CB
Tints of Heather #9FB6CB
RGB
CMYK
RGB Variations
Color information
#9FB6CB (or 0x9FB6CB) is known color: Heather. HEX triplet: 9F, B6 and CB. RGB value is (159,182,203). Sum of RGB (Red+Green+Blue) = 159+182+203=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FB6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB6CB is #604934. Grayscale: #B1B1B1. Windows color (decimal): -6310197 or 13350559. OLE color: 13350559.
HSL color Cylindrical-coordinate representation of color #9FB6CB: hue angle of 208.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FB6CB is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 182 | 203 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.20 |
| HSL | 208.64º | 0.3% | 0.71% | - |
| HSV(B) | 208.64º | 0.22% | 0.8% | - |
| XYZ | 41.81 | 45.14 | 63.01 | - |
| YUV | 177.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 203 | 0.22 | 0.10 | 0 | 0.20 | 208.64 | 0.3 | 0.71 |
| Hex | 9F | B6 | CB | 16 | A | 0 | 14 | D1 | 1E | 47 |
| Octal | 237 | 266 | 313 | 26 | 12 | 0 | 24 | 321 | 36 | 107 |
| Binary | 10011111 | 10110110 | 11001011 | 10110 | 1010 | 0 | 10100 | 11010001 | 11110 | 1000111 |
Color Harmonies of #9FB6CB
Complementary color
Monochromatic Colors of #9FB6CB
Black with #9FB6CB
Text Example
Text Example
White with #9FB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB6CB; }
p { color: rgb(159,182,203); }
H1.HeaderClassName
{
color: #9FB6CB;
}
.AnyTagClassName
{
color: #9FB6CB;
}
</style>
background-color css
<style>
a { background-color: #9FB6CB; }
a { background-color: rgb(159,182,203); }
div.DivClassName
{
background-color: #9FB6CB;
}
.BgClassName
{
background-color: #9FB6CB;
}
</style>
border-color css
<style>
span { border-color: #9FB6CB; }
span { border-color: rgb(159,182,203); }
td.TdClassName
{
border-color: #9FB6CB;
}
.TagClassName
{
border-color: #9FB6CB;
}
</style>