Shades of Light Steel Blue #9CB9DB
Tints of Light Steel Blue #9CB9DB
RGB
CMYK
RGB Variations
Color information
#9CB9DB (or 0x9CB9DB) is known color: Light Steel Blue. HEX triplet: 9C, B9 and DB. RGB value is (156,185,219). Sum of RGB (Red+Green+Blue) = 156+185+219=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9DB is #634624. Grayscale: #B4B4B4. Windows color (decimal): -6506021 or 14399900. OLE color: 14399900.
HSL color Cylindrical-coordinate representation of color #9CB9DB: hue angle of 212.38º 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 #9CB9DB is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 185 | 219 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.14 |
| HSL | 212.38º | 0.47% | 0.74% | - |
| HSV(B) | 212.38º | 0.29% | 0.86% | - |
| XYZ | 43.85 | 46.88 | 73.76 | - |
| YUV | 180.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 219 | 0.29 | 0.16 | 0 | 0.14 | 212.38 | 0.47 | 0.74 |
| Hex | 9C | B9 | DB | 1D | 10 | 0 | E | D4 | 2F | 4A |
| Octal | 234 | 271 | 333 | 35 | 20 | 0 | 16 | 324 | 57 | 112 |
| Binary | 10011100 | 10111001 | 11011011 | 11101 | 10000 | 0 | 1110 | 11010100 | 101111 | 1001010 |
Color Harmonies of #9CB9DB
Complementary color
Monochromatic Colors of #9CB9DB
Black with #9CB9DB
Text Example
Text Example
White with #9CB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB9DB; }
p { color: rgb(156,185,219); }
H1.HeaderClassName
{
color: #9CB9DB;
}
.AnyTagClassName
{
color: #9CB9DB;
}
</style>
background-color css
<style>
a { background-color: #9CB9DB; }
a { background-color: rgb(156,185,219); }
div.DivClassName
{
background-color: #9CB9DB;
}
.BgClassName
{
background-color: #9CB9DB;
}
</style>
border-color css
<style>
span { border-color: #9CB9DB; }
span { border-color: rgb(156,185,219); }
td.TdClassName
{
border-color: #9CB9DB;
}
.TagClassName
{
border-color: #9CB9DB;
}
</style>