Shades of Heather #9FBBCD
Tints of Heather #9FBBCD
RGB
CMYK
RGB Variations
Color information
#9FBBCD (or 0x9FBBCD) is known color: Heather. HEX triplet: 9F, BB and CD. RGB value is (159,187,205). Sum of RGB (Red+Green+Blue) = 159+187+205=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBCD is #604432. Grayscale: #B4B4B4. Windows color (decimal): -6308915 or 13482911. OLE color: 13482911.
HSL color Cylindrical-coordinate representation of color #9FBBCD: hue angle of 203.48º degrees, saturation: 0.32, 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 #9FBBCD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 187 | 205 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.20 |
| HSL | 203.48º | 0.32% | 0.71% | - |
| HSV(B) | 203.48º | 0.22% | 0.8% | - |
| XYZ | 43.09 | 47.32 | 64.62 | - |
| YUV | 180.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 205 | 0.22 | 0.09 | 0 | 0.20 | 203.48 | 0.32 | 0.71 |
| Hex | 9F | BB | CD | 16 | 9 | 0 | 14 | CB | 20 | 47 |
| Octal | 237 | 273 | 315 | 26 | 11 | 0 | 24 | 313 | 40 | 107 |
| Binary | 10011111 | 10111011 | 11001101 | 10110 | 1001 | 0 | 10100 | 11001011 | 100000 | 1000111 |
Color Harmonies of #9FBBCD
Complementary color
Monochromatic Colors of #9FBBCD
Black with #9FBBCD
Text Example
Text Example
White with #9FBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBCD; }
p { color: rgb(159,187,205); }
H1.HeaderClassName
{
color: #9FBBCD;
}
.AnyTagClassName
{
color: #9FBBCD;
}
</style>
background-color css
<style>
a { background-color: #9FBBCD; }
a { background-color: rgb(159,187,205); }
div.DivClassName
{
background-color: #9FBBCD;
}
.BgClassName
{
background-color: #9FBBCD;
}
</style>
border-color css
<style>
span { border-color: #9FBBCD; }
span { border-color: rgb(159,187,205); }
td.TdClassName
{
border-color: #9FBBCD;
}
.TagClassName
{
border-color: #9FBBCD;
}
</style>