Shades of Light Steel Blue #9BBCDC
Tints of Light Steel Blue #9BBCDC
RGB
CMYK
RGB Variations
Color information
#9BBCDC (or 0x9BBCDC) is known color: Light Steel Blue. HEX triplet: 9B, BC and DC. RGB value is (155,188,220). Sum of RGB (Red+Green+Blue) = 155+188+220=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCDC is #644323. Grayscale: #B5B5B5. Windows color (decimal): -6570788 or 14466203. OLE color: 14466203.
HSL color Cylindrical-coordinate representation of color #9BBCDC: hue angle of 209.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBCDC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 188 | 220 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.14 |
| HSL | 209.54º | 0.48% | 0.74% | - |
| HSV(B) | 209.54º | 0.3% | 0.86% | - |
| XYZ | 44.42 | 48.1 | 74.65 | - |
| YUV | 181.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 220 | 0.30 | 0.15 | 0 | 0.14 | 209.54 | 0.48 | 0.74 |
| Hex | 9B | BC | DC | 1E | F | 0 | E | D2 | 30 | 4A |
| Octal | 233 | 274 | 334 | 36 | 17 | 0 | 16 | 322 | 60 | 112 |
| Binary | 10011011 | 10111100 | 11011100 | 11110 | 1111 | 0 | 1110 | 11010010 | 110000 | 1001010 |
Color Harmonies of #9BBCDC
Complementary color
Monochromatic Colors of #9BBCDC
Black with #9BBCDC
Text Example
Text Example
White with #9BBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCDC; }
p { color: rgb(155,188,220); }
H1.HeaderClassName
{
color: #9BBCDC;
}
.AnyTagClassName
{
color: #9BBCDC;
}
</style>
background-color css
<style>
a { background-color: #9BBCDC; }
a { background-color: rgb(155,188,220); }
div.DivClassName
{
background-color: #9BBCDC;
}
.BgClassName
{
background-color: #9BBCDC;
}
</style>
border-color css
<style>
span { border-color: #9BBCDC; }
span { border-color: rgb(155,188,220); }
td.TdClassName
{
border-color: #9BBCDC;
}
.TagClassName
{
border-color: #9BBCDC;
}
</style>