Shades of Light Steel Blue #9CB9DC
Tints of Light Steel Blue #9CB9DC
RGB
CMYK
RGB Variations
Color information
#9CB9DC (or 0x9CB9DC) is known color: Light Steel Blue. HEX triplet: 9C, B9 and DC. RGB value is (156,185,220). Sum of RGB (Red+Green+Blue) = 156+185+220=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9DC is #634623. Grayscale: #B4B4B4. Windows color (decimal): -6506020 or 14465436. OLE color: 14465436.
HSL color Cylindrical-coordinate representation of color #9CB9DC: hue angle of 212.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CB9DC is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 185 | 220 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.14 |
| HSL | 212.81º | 0.48% | 0.74% | - |
| HSV(B) | 212.81º | 0.29% | 0.86% | - |
| XYZ | 43.98 | 46.93 | 74.45 | - |
| YUV | 180.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 220 | 0.29 | 0.16 | 0 | 0.14 | 212.81 | 0.48 | 0.74 |
| Hex | 9C | B9 | DC | 1D | 10 | 0 | E | D5 | 30 | 4A |
| Octal | 234 | 271 | 334 | 35 | 20 | 0 | 16 | 325 | 60 | 112 |
| Binary | 10011100 | 10111001 | 11011100 | 11101 | 10000 | 0 | 1110 | 11010101 | 110000 | 1001010 |
Color Harmonies of #9CB9DC
Complementary color
Monochromatic Colors of #9CB9DC
Black with #9CB9DC
Text Example
Text Example
White with #9CB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB9DC; }
p { color: rgb(156,185,220); }
H1.HeaderClassName
{
color: #9CB9DC;
}
.AnyTagClassName
{
color: #9CB9DC;
}
</style>
background-color css
<style>
a { background-color: #9CB9DC; }
a { background-color: rgb(156,185,220); }
div.DivClassName
{
background-color: #9CB9DC;
}
.BgClassName
{
background-color: #9CB9DC;
}
</style>
border-color css
<style>
span { border-color: #9CB9DC; }
span { border-color: rgb(156,185,220); }
td.TdClassName
{
border-color: #9CB9DC;
}
.TagClassName
{
border-color: #9CB9DC;
}
</style>