Shades of Heather #9FBBCC
Tints of Heather #9FBBCC
RGB
CMYK
RGB Variations
Color information
#9FBBCC (or 0x9FBBCC) is known color: Heather. HEX triplet: 9F, BB and CC. RGB value is (159,187,204). Sum of RGB (Red+Green+Blue) = 159+187+204=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBCC is #604433. Grayscale: #B4B4B4. Windows color (decimal): -6308916 or 13417375. OLE color: 13417375.
HSL color Cylindrical-coordinate representation of color #9FBBCC: hue angle of 202.67º 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 #9FBBCC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 187 | 204 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.2 |
| HSL | 202.67º | 0.31% | 0.71% | - |
| HSV(B) | 202.67º | 0.22% | 0.8% | - |
| XYZ | 42.97 | 47.27 | 63.99 | - |
| YUV | 180.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 204 | 0.22 | 0.08 | 0 | 0.2 | 202.67 | 0.31 | 0.71 |
| Hex | 9F | BB | CC | 16 | 8 | 0 | 14 | CB | 1F | 47 |
| Octal | 237 | 273 | 314 | 26 | 10 | 0 | 24 | 313 | 37 | 107 |
| Binary | 10011111 | 10111011 | 11001100 | 10110 | 1000 | 0 | 10100 | 11001011 | 11111 | 1000111 |
Color Harmonies of #9FBBCC
Complementary color
Monochromatic Colors of #9FBBCC
Black with #9FBBCC
Text Example
Text Example
White with #9FBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBCC; }
p { color: rgb(159,187,204); }
H1.HeaderClassName
{
color: #9FBBCC;
}
.AnyTagClassName
{
color: #9FBBCC;
}
</style>
background-color css
<style>
a { background-color: #9FBBCC; }
a { background-color: rgb(159,187,204); }
div.DivClassName
{
background-color: #9FBBCC;
}
.BgClassName
{
background-color: #9FBBCC;
}
</style>
border-color css
<style>
span { border-color: #9FBBCC; }
span { border-color: rgb(159,187,204); }
td.TdClassName
{
border-color: #9FBBCC;
}
.TagClassName
{
border-color: #9FBBCC;
}
</style>