Shades of Light Steel Blue #9CBADB
Tints of Light Steel Blue #9CBADB
RGB
CMYK
RGB Variations
Color information
#9CBADB (or 0x9CBADB) is known color: Light Steel Blue. HEX triplet: 9C, BA and DB. RGB value is (156,186,219). Sum of RGB (Red+Green+Blue) = 156+186+219=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBADB is #634524. Grayscale: #B4B4B4. Windows color (decimal): -6505765 or 14400156. OLE color: 14400156.
HSL color Cylindrical-coordinate representation of color #9CBADB: hue angle of 211.43º degrees, saturation: 0.47, 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 #9CBADB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 186 | 219 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.14 |
| HSL | 211.43º | 0.47% | 0.74% | - |
| HSV(B) | 211.43º | 0.29% | 0.86% | - |
| XYZ | 44.06 | 47.3 | 73.83 | - |
| YUV | 180.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 219 | 0.29 | 0.15 | 0 | 0.14 | 211.43 | 0.47 | 0.74 |
| Hex | 9C | BA | DB | 1D | F | 0 | E | D3 | 2F | 4A |
| Octal | 234 | 272 | 333 | 35 | 17 | 0 | 16 | 323 | 57 | 112 |
| Binary | 10011100 | 10111010 | 11011011 | 11101 | 1111 | 0 | 1110 | 11010011 | 101111 | 1001010 |
Color Harmonies of #9CBADB
Complementary color
Monochromatic Colors of #9CBADB
Black with #9CBADB
Text Example
Text Example
White with #9CBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBADB; }
p { color: rgb(156,186,219); }
H1.HeaderClassName
{
color: #9CBADB;
}
.AnyTagClassName
{
color: #9CBADB;
}
</style>
background-color css
<style>
a { background-color: #9CBADB; }
a { background-color: rgb(156,186,219); }
div.DivClassName
{
background-color: #9CBADB;
}
.BgClassName
{
background-color: #9CBADB;
}
</style>
border-color css
<style>
span { border-color: #9CBADB; }
span { border-color: rgb(156,186,219); }
td.TdClassName
{
border-color: #9CBADB;
}
.TagClassName
{
border-color: #9CBADB;
}
</style>