Shades of Light Steel Blue #9CBCDF
Tints of Light Steel Blue #9CBCDF
RGB
CMYK
RGB Variations
Color information
#9CBCDF (or 0x9CBCDF) is known color: Light Steel Blue. HEX triplet: 9C, BC and DF. RGB value is (156,188,223). Sum of RGB (Red+Green+Blue) = 156+188+223=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCDF is #634320. Grayscale: #B6B6B6. Windows color (decimal): -6505249 or 14662812. OLE color: 14662812.
HSL color Cylindrical-coordinate representation of color #9CBCDF: hue angle of 211.34º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CBCDF is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 188 | 223 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.13 |
| HSL | 211.34º | 0.51% | 0.74% | - |
| HSV(B) | 211.34º | 0.3% | 0.87% | - |
| XYZ | 45.01 | 48.36 | 76.77 | - |
| YUV | 182.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 223 | 0.30 | 0.16 | 0 | 0.13 | 211.34 | 0.51 | 0.74 |
| Hex | 9C | BC | DF | 1E | 10 | 0 | D | D3 | 33 | 4A |
| Octal | 234 | 274 | 337 | 36 | 20 | 0 | 15 | 323 | 63 | 112 |
| Binary | 10011100 | 10111100 | 11011111 | 11110 | 10000 | 0 | 1101 | 11010011 | 110011 | 1001010 |
Color Harmonies of #9CBCDF
Complementary color
Monochromatic Colors of #9CBCDF
Black with #9CBCDF
Text Example
Text Example
White with #9CBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCDF; }
p { color: rgb(156,188,223); }
H1.HeaderClassName
{
color: #9CBCDF;
}
.AnyTagClassName
{
color: #9CBCDF;
}
</style>
background-color css
<style>
a { background-color: #9CBCDF; }
a { background-color: rgb(156,188,223); }
div.DivClassName
{
background-color: #9CBCDF;
}
.BgClassName
{
background-color: #9CBCDF;
}
</style>
border-color css
<style>
span { border-color: #9CBCDF; }
span { border-color: rgb(156,188,223); }
td.TdClassName
{
border-color: #9CBCDF;
}
.TagClassName
{
border-color: #9CBCDF;
}
</style>