Shades of Light Steel Blue #9CBFDC
Tints of Light Steel Blue #9CBFDC
RGB
CMYK
RGB Variations
Color information
#9CBFDC (or 0x9CBFDC) is known color: Light Steel Blue. HEX triplet: 9C, BF and DC. RGB value is (156,191,220). Sum of RGB (Red+Green+Blue) = 156+191+220=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFDC is #634023. Grayscale: #B7B7B7. Windows color (decimal): -6504484 or 14466972. OLE color: 14466972.
HSL color Cylindrical-coordinate representation of color #9CBFDC: hue angle of 207.19º degrees, saturation: 0.48, 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 #9CBFDC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 191 | 220 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.14 |
| HSL | 207.19º | 0.48% | 0.74% | - |
| HSV(B) | 207.19º | 0.29% | 0.86% | - |
| XYZ | 45.26 | 49.5 | 74.88 | - |
| YUV | 183.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 220 | 0.29 | 0.13 | 0 | 0.14 | 207.19 | 0.48 | 0.74 |
| Hex | 9C | BF | DC | 1D | D | 0 | E | CF | 30 | 4A |
| Octal | 234 | 277 | 334 | 35 | 15 | 0 | 16 | 317 | 60 | 112 |
| Binary | 10011100 | 10111111 | 11011100 | 11101 | 1101 | 0 | 1110 | 11001111 | 110000 | 1001010 |
Color Harmonies of #9CBFDC
Complementary color
Monochromatic Colors of #9CBFDC
Black with #9CBFDC
Text Example
Text Example
White with #9CBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBFDC; }
p { color: rgb(156,191,220); }
H1.HeaderClassName
{
color: #9CBFDC;
}
.AnyTagClassName
{
color: #9CBFDC;
}
</style>
background-color css
<style>
a { background-color: #9CBFDC; }
a { background-color: rgb(156,191,220); }
div.DivClassName
{
background-color: #9CBFDC;
}
.BgClassName
{
background-color: #9CBFDC;
}
</style>
border-color css
<style>
span { border-color: #9CBFDC; }
span { border-color: rgb(156,191,220); }
td.TdClassName
{
border-color: #9CBFDC;
}
.TagClassName
{
border-color: #9CBFDC;
}
</style>