Shades of Light Steel Blue #9BBCDF
Tints of Light Steel Blue #9BBCDF
RGB
CMYK
RGB Variations
Color information
#9BBCDF (or 0x9BBCDF) is known color: Light Steel Blue. HEX triplet: 9B, BC and DF. RGB value is (155,188,223). Sum of RGB (Red+Green+Blue) = 155+188+223=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCDF is #644320. Grayscale: #B5B5B5. Windows color (decimal): -6570785 or 14662811. OLE color: 14662811.
HSL color Cylindrical-coordinate representation of color #9BBCDF: hue angle of 210.88º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBCDF is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 188 | 223 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.13 |
| HSL | 210.88º | 0.52% | 0.74% | - |
| HSV(B) | 210.88º | 0.3% | 0.87% | - |
| XYZ | 44.82 | 48.26 | 76.77 | - |
| YUV | 182.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 223 | 0.30 | 0.16 | 0 | 0.13 | 210.88 | 0.52 | 0.74 |
| Hex | 9B | BC | DF | 1E | 10 | 0 | D | D3 | 34 | 4A |
| Octal | 233 | 274 | 337 | 36 | 20 | 0 | 15 | 323 | 64 | 112 |
| Binary | 10011011 | 10111100 | 11011111 | 11110 | 10000 | 0 | 1101 | 11010011 | 110100 | 1001010 |
Color Harmonies of #9BBCDF
Complementary color
Monochromatic Colors of #9BBCDF
Black with #9BBCDF
Text Example
Text Example
White with #9BBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCDF; }
p { color: rgb(155,188,223); }
H1.HeaderClassName
{
color: #9BBCDF;
}
.AnyTagClassName
{
color: #9BBCDF;
}
</style>
background-color css
<style>
a { background-color: #9BBCDF; }
a { background-color: rgb(155,188,223); }
div.DivClassName
{
background-color: #9BBCDF;
}
.BgClassName
{
background-color: #9BBCDF;
}
</style>
border-color css
<style>
span { border-color: #9BBCDF; }
span { border-color: rgb(155,188,223); }
td.TdClassName
{
border-color: #9BBCDF;
}
.TagClassName
{
border-color: #9BBCDF;
}
</style>