Shades of Light Steel Blue #9BBCDD
Tints of Light Steel Blue #9BBCDD
RGB
CMYK
RGB Variations
Color information
#9BBCDD (or 0x9BBCDD) is known color: Light Steel Blue. HEX triplet: 9B, BC and DD. RGB value is (155,188,221). Sum of RGB (Red+Green+Blue) = 155+188+221=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCDD is #644322. Grayscale: #B5B5B5. Windows color (decimal): -6570787 or 14531739. OLE color: 14531739.
HSL color Cylindrical-coordinate representation of color #9BBCDD: hue angle of 210º degrees, saturation: 0.49, 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 #9BBCDD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 188 | 221 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.13 |
| HSL | 210º | 0.49% | 0.74% | - |
| HSV(B) | 210º | 0.3% | 0.87% | - |
| XYZ | 44.55 | 48.16 | 75.35 | - |
| YUV | 181.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 221 | 0.30 | 0.15 | 0 | 0.13 | 210 | 0.49 | 0.74 |
| Hex | 9B | BC | DD | 1E | F | 0 | D | D2 | 31 | 4A |
| Octal | 233 | 274 | 335 | 36 | 17 | 0 | 15 | 322 | 61 | 112 |
| Binary | 10011011 | 10111100 | 11011101 | 11110 | 1111 | 0 | 1101 | 11010010 | 110001 | 1001010 |
Color Harmonies of #9BBCDD
Complementary color
Monochromatic Colors of #9BBCDD
Black with #9BBCDD
Text Example
Text Example
White with #9BBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCDD; }
p { color: rgb(155,188,221); }
H1.HeaderClassName
{
color: #9BBCDD;
}
.AnyTagClassName
{
color: #9BBCDD;
}
</style>
background-color css
<style>
a { background-color: #9BBCDD; }
a { background-color: rgb(155,188,221); }
div.DivClassName
{
background-color: #9BBCDD;
}
.BgClassName
{
background-color: #9BBCDD;
}
</style>
border-color css
<style>
span { border-color: #9BBCDD; }
span { border-color: rgb(155,188,221); }
td.TdClassName
{
border-color: #9BBCDD;
}
.TagClassName
{
border-color: #9BBCDD;
}
</style>