Shades of Heather #9BB7CC
Tints of Heather #9BB7CC
RGB
CMYK
RGB Variations
Color information
#9BB7CC (or 0x9BB7CC) is known color: Heather. HEX triplet: 9B, B7 and CC. RGB value is (155,183,204). Sum of RGB (Red+Green+Blue) = 155+183+204=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB7CC is #644833. Grayscale: #B0B0B0. Windows color (decimal): -6572084 or 13416347. OLE color: 13416347.
HSL color Cylindrical-coordinate representation of color #9BB7CC: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB7CC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 183 | 204 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.2 |
| HSL | 205.71º | 0.32% | 0.7% | - |
| HSV(B) | 205.71º | 0.24% | 0.8% | - |
| XYZ | 41.35 | 45.2 | 63.67 | - |
| YUV | 177.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 204 | 0.24 | 0.10 | 0 | 0.2 | 205.71 | 0.32 | 0.7 |
| Hex | 9B | B7 | CC | 18 | A | 0 | 14 | CE | 20 | 46 |
| Octal | 233 | 267 | 314 | 30 | 12 | 0 | 24 | 316 | 40 | 106 |
| Binary | 10011011 | 10110111 | 11001100 | 11000 | 1010 | 0 | 10100 | 11001110 | 100000 | 1000110 |
Color Harmonies of #9BB7CC
Complementary color
Monochromatic Colors of #9BB7CC
Black with #9BB7CC
Text Example
Text Example
White with #9BB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB7CC; }
p { color: rgb(155,183,204); }
H1.HeaderClassName
{
color: #9BB7CC;
}
.AnyTagClassName
{
color: #9BB7CC;
}
</style>
background-color css
<style>
a { background-color: #9BB7CC; }
a { background-color: rgb(155,183,204); }
div.DivClassName
{
background-color: #9BB7CC;
}
.BgClassName
{
background-color: #9BB7CC;
}
</style>
border-color css
<style>
span { border-color: #9BB7CC; }
span { border-color: rgb(155,183,204); }
td.TdClassName
{
border-color: #9BB7CC;
}
.TagClassName
{
border-color: #9BB7CC;
}
</style>