Shades of Light Steel Blue #9CBADC
Tints of Light Steel Blue #9CBADC
RGB
CMYK
RGB Variations
Color information
#9CBADC (or 0x9CBADC) is known color: Light Steel Blue. HEX triplet: 9C, BA and DC. RGB value is (156,186,220). Sum of RGB (Red+Green+Blue) = 156+186+220=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 186 (73.05% from 255 or 33.10% 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 #9CBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBADC is #634523. Grayscale: #B4B4B4. Windows color (decimal): -6505764 or 14465692. OLE color: 14465692.
HSL color Cylindrical-coordinate representation of color #9CBADC: hue angle of 211.88º 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 #9CBADC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 186 | 220 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.14 |
| HSL | 211.88º | 0.48% | 0.74% | - |
| HSV(B) | 211.88º | 0.29% | 0.86% | - |
| XYZ | 44.19 | 47.35 | 74.52 | - |
| YUV | 180.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 220 | 0.29 | 0.15 | 0 | 0.14 | 211.88 | 0.48 | 0.74 |
| Hex | 9C | BA | DC | 1D | F | 0 | E | D4 | 30 | 4A |
| Octal | 234 | 272 | 334 | 35 | 17 | 0 | 16 | 324 | 60 | 112 |
| Binary | 10011100 | 10111010 | 11011100 | 11101 | 1111 | 0 | 1110 | 11010100 | 110000 | 1001010 |
Color Harmonies of #9CBADC
Complementary color
Monochromatic Colors of #9CBADC
Black with #9CBADC
Text Example
Text Example
White with #9CBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBADC; }
p { color: rgb(156,186,220); }
H1.HeaderClassName
{
color: #9CBADC;
}
.AnyTagClassName
{
color: #9CBADC;
}
</style>
background-color css
<style>
a { background-color: #9CBADC; }
a { background-color: rgb(156,186,220); }
div.DivClassName
{
background-color: #9CBADC;
}
.BgClassName
{
background-color: #9CBADC;
}
</style>
border-color css
<style>
span { border-color: #9CBADC; }
span { border-color: rgb(156,186,220); }
td.TdClassName
{
border-color: #9CBADC;
}
.TagClassName
{
border-color: #9CBADC;
}
</style>