Shades of Light Steel Blue #9CBBDA
Tints of Light Steel Blue #9CBBDA
RGB
CMYK
RGB Variations
Color information
#9CBBDA (or 0x9CBBDA) is known color: Light Steel Blue. HEX triplet: 9C, BB and DA. RGB value is (156,187,218). Sum of RGB (Red+Green+Blue) = 156+187+218=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #9CBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBDA is #634425. Grayscale: #B5B5B5. Windows color (decimal): -6505510 or 14334876. OLE color: 14334876.
HSL color Cylindrical-coordinate representation of color #9CBBDA: hue angle of 210º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CBBDA is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 187 | 218 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.15 |
| HSL | 210º | 0.46% | 0.73% | - |
| HSV(B) | 210º | 0.28% | 0.85% | - |
| XYZ | 44.14 | 47.67 | 73.2 | - |
| YUV | 181.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 218 | 0.28 | 0.14 | 0 | 0.15 | 210 | 0.46 | 0.73 |
| Hex | 9C | BB | DA | 1C | E | 0 | F | D2 | 2E | 49 |
| Octal | 234 | 273 | 332 | 34 | 16 | 0 | 17 | 322 | 56 | 111 |
| Binary | 10011100 | 10111011 | 11011010 | 11100 | 1110 | 0 | 1111 | 11010010 | 101110 | 1001001 |
Color Harmonies of #9CBBDA
Complementary color
Monochromatic Colors of #9CBBDA
Black with #9CBBDA
Text Example
Text Example
White with #9CBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBBDA; }
p { color: rgb(156,187,218); }
H1.HeaderClassName
{
color: #9CBBDA;
}
.AnyTagClassName
{
color: #9CBBDA;
}
</style>
background-color css
<style>
a { background-color: #9CBBDA; }
a { background-color: rgb(156,187,218); }
div.DivClassName
{
background-color: #9CBBDA;
}
.BgClassName
{
background-color: #9CBBDA;
}
</style>
border-color css
<style>
span { border-color: #9CBBDA; }
span { border-color: rgb(156,187,218); }
td.TdClassName
{
border-color: #9CBBDA;
}
.TagClassName
{
border-color: #9CBBDA;
}
</style>