Shades of Light Steel Blue #9CBBDC
Tints of Light Steel Blue #9CBBDC
RGB
CMYK
RGB Variations
Color information
#9CBBDC (or 0x9CBBDC) is known color: Light Steel Blue. HEX triplet: 9C, BB and DC. RGB value is (156,187,220). Sum of RGB (Red+Green+Blue) = 156+187+220=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 187 (73.44% from 255 or 33.21% 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 #9CBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBDC is #634423. Grayscale: #B5B5B5. Windows color (decimal): -6505508 or 14465948. OLE color: 14465948.
HSL color Cylindrical-coordinate representation of color #9CBBDC: hue angle of 210.94º 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 #9CBBDC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 187 | 220 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.14 |
| HSL | 210.94º | 0.48% | 0.74% | - |
| HSV(B) | 210.94º | 0.29% | 0.86% | - |
| XYZ | 44.4 | 47.78 | 74.59 | - |
| YUV | 181.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 220 | 0.29 | 0.15 | 0 | 0.14 | 210.94 | 0.48 | 0.74 |
| Hex | 9C | BB | DC | 1D | F | 0 | E | D3 | 30 | 4A |
| Octal | 234 | 273 | 334 | 35 | 17 | 0 | 16 | 323 | 60 | 112 |
| Binary | 10011100 | 10111011 | 11011100 | 11101 | 1111 | 0 | 1110 | 11010011 | 110000 | 1001010 |
Color Harmonies of #9CBBDC
Complementary color
Monochromatic Colors of #9CBBDC
Black with #9CBBDC
Text Example
Text Example
White with #9CBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBBDC; }
p { color: rgb(156,187,220); }
H1.HeaderClassName
{
color: #9CBBDC;
}
.AnyTagClassName
{
color: #9CBBDC;
}
</style>
background-color css
<style>
a { background-color: #9CBBDC; }
a { background-color: rgb(156,187,220); }
div.DivClassName
{
background-color: #9CBBDC;
}
.BgClassName
{
background-color: #9CBBDC;
}
</style>
border-color css
<style>
span { border-color: #9CBBDC; }
span { border-color: rgb(156,187,220); }
td.TdClassName
{
border-color: #9CBBDC;
}
.TagClassName
{
border-color: #9CBBDC;
}
</style>