Shades of Light Steel Blue #9BBCD8
Tints of Light Steel Blue #9BBCD8
RGB
CMYK
RGB Variations
Color information
#9BBCD8 (or 0x9BBCD8) is known color: Light Steel Blue. HEX triplet: 9B, BC and D8. RGB value is (155,188,216). Sum of RGB (Red+Green+Blue) = 155+188+216=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCD8 is #644327. Grayscale: #B5B5B5. Windows color (decimal): -6570792 or 14204059. OLE color: 14204059.
HSL color Cylindrical-coordinate representation of color #9BBCD8: hue angle of 207.54º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBCD8 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 188 | 216 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.15 |
| HSL | 207.54º | 0.44% | 0.73% | - |
| HSV(B) | 207.54º | 0.28% | 0.85% | - |
| XYZ | 43.9 | 47.89 | 71.9 | - |
| YUV | 181.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 216 | 0.28 | 0.13 | 0 | 0.15 | 207.54 | 0.44 | 0.73 |
| Hex | 9B | BC | D8 | 1C | D | 0 | F | D0 | 2C | 49 |
| Octal | 233 | 274 | 330 | 34 | 15 | 0 | 17 | 320 | 54 | 111 |
| Binary | 10011011 | 10111100 | 11011000 | 11100 | 1101 | 0 | 1111 | 11010000 | 101100 | 1001001 |
Color Harmonies of #9BBCD8
Complementary color
Monochromatic Colors of #9BBCD8
Black with #9BBCD8
Text Example
Text Example
White with #9BBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCD8; }
p { color: rgb(155,188,216); }
H1.HeaderClassName
{
color: #9BBCD8;
}
.AnyTagClassName
{
color: #9BBCD8;
}
</style>
background-color css
<style>
a { background-color: #9BBCD8; }
a { background-color: rgb(155,188,216); }
div.DivClassName
{
background-color: #9BBCD8;
}
.BgClassName
{
background-color: #9BBCD8;
}
</style>
border-color css
<style>
span { border-color: #9BBCD8; }
span { border-color: rgb(155,188,216); }
td.TdClassName
{
border-color: #9BBCD8;
}
.TagClassName
{
border-color: #9BBCD8;
}
</style>