Shades of Casper #9FB3BB
Tints of Casper #9FB3BB
RGB
CMYK
RGB Variations
Color information
#9FB3BB (or 0x9FB3BB) is known color: Casper. HEX triplet: 9F, B3 and BB. RGB value is (159,179,187). Sum of RGB (Red+Green+Blue) = 159+179+187=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FB3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB3BB is #604C44. Grayscale: #ADADAD. Windows color (decimal): -6310981 or 12301215. OLE color: 12301215.
HSL color Cylindrical-coordinate representation of color #9FB3BB: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB3BB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 179 | 187 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.27 |
| HSL | 197.14º | 0.17% | 0.68% | - |
| HSV(B) | 197.14º | 0.15% | 0.73% | - |
| XYZ | 39.39 | 43.2 | 53.28 | - |
| YUV | 173.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 187 | 0.15 | 0.04 | 0 | 0.27 | 197.14 | 0.17 | 0.68 |
| Hex | 9F | B3 | BB | F | 4 | 0 | 1B | C5 | 11 | 44 |
| Octal | 237 | 263 | 273 | 17 | 4 | 0 | 33 | 305 | 21 | 104 |
| Binary | 10011111 | 10110011 | 10111011 | 1111 | 100 | 0 | 11011 | 11000101 | 10001 | 1000100 |
Color Harmonies of #9FB3BB
Complementary color
Monochromatic Colors of #9FB3BB
Black with #9FB3BB
Text Example
Text Example
White with #9FB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB3BB; }
p { color: rgb(159,179,187); }
H1.HeaderClassName
{
color: #9FB3BB;
}
.AnyTagClassName
{
color: #9FB3BB;
}
</style>
background-color css
<style>
a { background-color: #9FB3BB; }
a { background-color: rgb(159,179,187); }
div.DivClassName
{
background-color: #9FB3BB;
}
.BgClassName
{
background-color: #9FB3BB;
}
</style>
border-color css
<style>
span { border-color: #9FB3BB; }
span { border-color: rgb(159,179,187); }
td.TdClassName
{
border-color: #9FB3BB;
}
.TagClassName
{
border-color: #9FB3BB;
}
</style>