Shades of Light Steel Blue #9FBBD8
Tints of Light Steel Blue #9FBBD8
RGB
CMYK
RGB Variations
Color information
#9FBBD8 (or 0x9FBBD8) is known color: Light Steel Blue. HEX triplet: 9F, BB and D8. RGB value is (159,187,216). Sum of RGB (Red+Green+Blue) = 159+187+216=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #9FBBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBD8 is #604427. Grayscale: #B5B5B5. Windows color (decimal): -6308904 or 14203807. OLE color: 14203807.
HSL color Cylindrical-coordinate representation of color #9FBBD8: hue angle of 210.53º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FBBD8 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 187 | 216 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.15 |
| HSL | 210.53º | 0.42% | 0.74% | - |
| HSV(B) | 210.53º | 0.26% | 0.85% | - |
| XYZ | 44.46 | 47.87 | 71.86 | - |
| YUV | 181.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 216 | 0.26 | 0.13 | 0 | 0.15 | 210.53 | 0.42 | 0.74 |
| Hex | 9F | BB | D8 | 1A | D | 0 | F | D3 | 2A | 4A |
| Octal | 237 | 273 | 330 | 32 | 15 | 0 | 17 | 323 | 52 | 112 |
| Binary | 10011111 | 10111011 | 11011000 | 11010 | 1101 | 0 | 1111 | 11010011 | 101010 | 1001010 |
Color Harmonies of #9FBBD8
Complementary color
Monochromatic Colors of #9FBBD8
Black with #9FBBD8
Text Example
Text Example
White with #9FBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBD8; }
p { color: rgb(159,187,216); }
H1.HeaderClassName
{
color: #9FBBD8;
}
.AnyTagClassName
{
color: #9FBBD8;
}
</style>
background-color css
<style>
a { background-color: #9FBBD8; }
a { background-color: rgb(159,187,216); }
div.DivClassName
{
background-color: #9FBBD8;
}
.BgClassName
{
background-color: #9FBBD8;
}
</style>
border-color css
<style>
span { border-color: #9FBBD8; }
span { border-color: rgb(159,187,216); }
td.TdClassName
{
border-color: #9FBBD8;
}
.TagClassName
{
border-color: #9FBBD8;
}
</style>