Shades of Heather #9FB7CC
Tints of Heather #9FB7CC
RGB
CMYK
RGB Variations
Color information
#9FB7CC (or 0x9FB7CC) is known color: Heather. HEX triplet: 9F, B7 and CC. RGB value is (159,183,204). Sum of RGB (Red+Green+Blue) = 159+183+204=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB7CC is #604833. Grayscale: #B2B2B2. Windows color (decimal): -6309940 or 13416351. OLE color: 13416351.
HSL color Cylindrical-coordinate representation of color #9FB7CC: hue angle of 208º degrees, saturation: 0.31, 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 #9FB7CC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 183 | 204 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.2 |
| HSL | 208º | 0.31% | 0.71% | - |
| HSV(B) | 208º | 0.22% | 0.8% | - |
| XYZ | 42.13 | 45.6 | 63.71 | - |
| YUV | 178.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 204 | 0.22 | 0.10 | 0 | 0.2 | 208 | 0.31 | 0.71 |
| Hex | 9F | B7 | CC | 16 | A | 0 | 14 | D0 | 1F | 47 |
| Octal | 237 | 267 | 314 | 26 | 12 | 0 | 24 | 320 | 37 | 107 |
| Binary | 10011111 | 10110111 | 11001100 | 10110 | 1010 | 0 | 10100 | 11010000 | 11111 | 1000111 |
Color Harmonies of #9FB7CC
Complementary color
Monochromatic Colors of #9FB7CC
Black with #9FB7CC
Text Example
Text Example
White with #9FB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB7CC; }
p { color: rgb(159,183,204); }
H1.HeaderClassName
{
color: #9FB7CC;
}
.AnyTagClassName
{
color: #9FB7CC;
}
</style>
background-color css
<style>
a { background-color: #9FB7CC; }
a { background-color: rgb(159,183,204); }
div.DivClassName
{
background-color: #9FB7CC;
}
.BgClassName
{
background-color: #9FB7CC;
}
</style>
border-color css
<style>
span { border-color: #9FB7CC; }
span { border-color: rgb(159,183,204); }
td.TdClassName
{
border-color: #9FB7CC;
}
.TagClassName
{
border-color: #9FB7CC;
}
</style>