Shades of Light Steel Blue #9CB8DF
Tints of Light Steel Blue #9CB8DF
RGB
CMYK
RGB Variations
Color information
#9CB8DF (or 0x9CB8DF) is known color: Light Steel Blue. HEX triplet: 9C, B8 and DF. RGB value is (156,184,223). Sum of RGB (Red+Green+Blue) = 156+184+223=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CB8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8DF is #634720. Grayscale: #B3B3B3. Windows color (decimal): -6506273 or 14661788. OLE color: 14661788.
HSL color Cylindrical-coordinate representation of color #9CB8DF: hue angle of 214.93º 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 #9CB8DF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 184 | 223 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.13 |
| HSL | 214.93º | 0.51% | 0.74% | - |
| HSV(B) | 214.93º | 0.3% | 0.87% | - |
| XYZ | 44.17 | 46.68 | 76.49 | - |
| YUV | 180.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 223 | 0.30 | 0.17 | 0 | 0.13 | 214.93 | 0.51 | 0.74 |
| Hex | 9C | B8 | DF | 1E | 11 | 0 | D | D7 | 33 | 4A |
| Octal | 234 | 270 | 337 | 36 | 21 | 0 | 15 | 327 | 63 | 112 |
| Binary | 10011100 | 10111000 | 11011111 | 11110 | 10001 | 0 | 1101 | 11010111 | 110011 | 1001010 |
Color Harmonies of #9CB8DF
Complementary color
Monochromatic Colors of #9CB8DF
Black with #9CB8DF
Text Example
Text Example
White with #9CB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB8DF; }
p { color: rgb(156,184,223); }
H1.HeaderClassName
{
color: #9CB8DF;
}
.AnyTagClassName
{
color: #9CB8DF;
}
</style>
background-color css
<style>
a { background-color: #9CB8DF; }
a { background-color: rgb(156,184,223); }
div.DivClassName
{
background-color: #9CB8DF;
}
.BgClassName
{
background-color: #9CB8DF;
}
</style>
border-color css
<style>
span { border-color: #9CB8DF; }
span { border-color: rgb(156,184,223); }
td.TdClassName
{
border-color: #9CB8DF;
}
.TagClassName
{
border-color: #9CB8DF;
}
</style>