Shades of Light Steel Blue #9CBDD8
Tints of Light Steel Blue #9CBDD8
RGB
CMYK
RGB Variations
Color information
#9CBDD8 (or 0x9CBDD8) is known color: Light Steel Blue. HEX triplet: 9C, BD and D8. RGB value is (156,189,216). Sum of RGB (Red+Green+Blue) = 156+189+216=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #9CBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDD8 is #634227. Grayscale: #B6B6B6. Windows color (decimal): -6505000 or 14204316. OLE color: 14204316.
HSL color Cylindrical-coordinate representation of color #9CBDD8: hue angle of 207º degrees, saturation: 0.43, 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 #9CBDD8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 189 | 216 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.15 |
| HSL | 207º | 0.43% | 0.73% | - |
| HSV(B) | 207º | 0.28% | 0.85% | - |
| XYZ | 44.3 | 48.42 | 71.98 | - |
| YUV | 182.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 216 | 0.28 | 0.12 | 0 | 0.15 | 207 | 0.43 | 0.73 |
| Hex | 9C | BD | D8 | 1C | C | 0 | F | CF | 2B | 49 |
| Octal | 234 | 275 | 330 | 34 | 14 | 0 | 17 | 317 | 53 | 111 |
| Binary | 10011100 | 10111101 | 11011000 | 11100 | 1100 | 0 | 1111 | 11001111 | 101011 | 1001001 |
Color Harmonies of #9CBDD8
Complementary color
Monochromatic Colors of #9CBDD8
Black with #9CBDD8
Text Example
Text Example
White with #9CBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDD8; }
p { color: rgb(156,189,216); }
H1.HeaderClassName
{
color: #9CBDD8;
}
.AnyTagClassName
{
color: #9CBDD8;
}
</style>
background-color css
<style>
a { background-color: #9CBDD8; }
a { background-color: rgb(156,189,216); }
div.DivClassName
{
background-color: #9CBDD8;
}
.BgClassName
{
background-color: #9CBDD8;
}
</style>
border-color css
<style>
span { border-color: #9CBDD8; }
span { border-color: rgb(156,189,216); }
td.TdClassName
{
border-color: #9CBDD8;
}
.TagClassName
{
border-color: #9CBDD8;
}
</style>