Shades of Heather #9FBBCB
Tints of Heather #9FBBCB
RGB
CMYK
RGB Variations
Color information
#9FBBCB (or 0x9FBBCB) is known color: Heather. HEX triplet: 9F, BB and CB. RGB value is (159,187,203). Sum of RGB (Red+Green+Blue) = 159+187+203=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBCB is #604434. Grayscale: #B4B4B4. Windows color (decimal): -6308917 or 13351839. OLE color: 13351839.
HSL color Cylindrical-coordinate representation of color #9FBBCB: hue angle of 201.82º 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 #9FBBCB is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 187 | 203 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.20 |
| HSL | 201.82º | 0.3% | 0.71% | - |
| HSV(B) | 201.82º | 0.22% | 0.8% | - |
| XYZ | 42.85 | 47.22 | 63.36 | - |
| YUV | 180.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 203 | 0.22 | 0.08 | 0 | 0.20 | 201.82 | 0.3 | 0.71 |
| Hex | 9F | BB | CB | 16 | 8 | 0 | 14 | CA | 1E | 47 |
| Octal | 237 | 273 | 313 | 26 | 10 | 0 | 24 | 312 | 36 | 107 |
| Binary | 10011111 | 10111011 | 11001011 | 10110 | 1000 | 0 | 10100 | 11001010 | 11110 | 1000111 |
Color Harmonies of #9FBBCB
Complementary color
Monochromatic Colors of #9FBBCB
Black with #9FBBCB
Text Example
Text Example
White with #9FBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBCB; }
p { color: rgb(159,187,203); }
H1.HeaderClassName
{
color: #9FBBCB;
}
.AnyTagClassName
{
color: #9FBBCB;
}
</style>
background-color css
<style>
a { background-color: #9FBBCB; }
a { background-color: rgb(159,187,203); }
div.DivClassName
{
background-color: #9FBBCB;
}
.BgClassName
{
background-color: #9FBBCB;
}
</style>
border-color css
<style>
span { border-color: #9FBBCB; }
span { border-color: rgb(159,187,203); }
td.TdClassName
{
border-color: #9FBBCB;
}
.TagClassName
{
border-color: #9FBBCB;
}
</style>