Shades of Light Steel Blue #9BBBDC
Tints of Light Steel Blue #9BBBDC
RGB
CMYK
RGB Variations
Color information
#9BBBDC (or 0x9BBBDC) is known color: Light Steel Blue. HEX triplet: 9B, BB and DC. RGB value is (155,187,220). Sum of RGB (Red+Green+Blue) = 155+187+220=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBDC is #644423. Grayscale: #B5B5B5. Windows color (decimal): -6571044 or 14465947. OLE color: 14465947.
HSL color Cylindrical-coordinate representation of color #9BBBDC: hue angle of 210.46º 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 #9BBBDC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 187 | 220 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.14 |
| HSL | 210.46º | 0.48% | 0.74% | - |
| HSV(B) | 210.46º | 0.3% | 0.86% | - |
| XYZ | 44.21 | 47.68 | 74.58 | - |
| YUV | 181.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 220 | 0.30 | 0.15 | 0 | 0.14 | 210.46 | 0.48 | 0.74 |
| Hex | 9B | BB | DC | 1E | F | 0 | E | D2 | 30 | 4A |
| Octal | 233 | 273 | 334 | 36 | 17 | 0 | 16 | 322 | 60 | 112 |
| Binary | 10011011 | 10111011 | 11011100 | 11110 | 1111 | 0 | 1110 | 11010010 | 110000 | 1001010 |
Color Harmonies of #9BBBDC
Complementary color
Monochromatic Colors of #9BBBDC
Black with #9BBBDC
Text Example
Text Example
White with #9BBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBDC; }
p { color: rgb(155,187,220); }
H1.HeaderClassName
{
color: #9BBBDC;
}
.AnyTagClassName
{
color: #9BBBDC;
}
</style>
background-color css
<style>
a { background-color: #9BBBDC; }
a { background-color: rgb(155,187,220); }
div.DivClassName
{
background-color: #9BBBDC;
}
.BgClassName
{
background-color: #9BBBDC;
}
</style>
border-color css
<style>
span { border-color: #9BBBDC; }
span { border-color: rgb(155,187,220); }
td.TdClassName
{
border-color: #9BBBDC;
}
.TagClassName
{
border-color: #9BBBDC;
}
</style>