Shades of Light Steel Blue #9FBBDB
Tints of Light Steel Blue #9FBBDB
RGB
CMYK
RGB Variations
Color information
#9FBBDB (or 0x9FBBDB) is known color: Light Steel Blue. HEX triplet: 9F, BB and DB. RGB value is (159,187,219). Sum of RGB (Red+Green+Blue) = 159+187+219=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBDB is #604424. Grayscale: #B6B6B6. Windows color (decimal): -6308901 or 14400415. OLE color: 14400415.
HSL color Cylindrical-coordinate representation of color #9FBBDB: hue angle of 212º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FBBDB is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 187 | 219 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.14 |
| HSL | 212º | 0.45% | 0.74% | - |
| HSV(B) | 212º | 0.27% | 0.86% | - |
| XYZ | 44.85 | 48.03 | 73.92 | - |
| YUV | 182.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 219 | 0.27 | 0.15 | 0 | 0.14 | 212 | 0.45 | 0.74 |
| Hex | 9F | BB | DB | 1B | F | 0 | E | D4 | 2D | 4A |
| Octal | 237 | 273 | 333 | 33 | 17 | 0 | 16 | 324 | 55 | 112 |
| Binary | 10011111 | 10111011 | 11011011 | 11011 | 1111 | 0 | 1110 | 11010100 | 101101 | 1001010 |
Color Harmonies of #9FBBDB
Complementary color
Monochromatic Colors of #9FBBDB
Black with #9FBBDB
Text Example
Text Example
White with #9FBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBDB; }
p { color: rgb(159,187,219); }
H1.HeaderClassName
{
color: #9FBBDB;
}
.AnyTagClassName
{
color: #9FBBDB;
}
</style>
background-color css
<style>
a { background-color: #9FBBDB; }
a { background-color: rgb(159,187,219); }
div.DivClassName
{
background-color: #9FBBDB;
}
.BgClassName
{
background-color: #9FBBDB;
}
</style>
border-color css
<style>
span { border-color: #9FBBDB; }
span { border-color: rgb(159,187,219); }
td.TdClassName
{
border-color: #9FBBDB;
}
.TagClassName
{
border-color: #9FBBDB;
}
</style>