Shades of Light Steel Blue #9CBCDD
Tints of Light Steel Blue #9CBCDD
RGB
CMYK
RGB Variations
Color information
#9CBCDD (or 0x9CBCDD) is known color: Light Steel Blue. HEX triplet: 9C, BC and DD. RGB value is (156,188,221). Sum of RGB (Red+Green+Blue) = 156+188+221=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCDD is #634322. Grayscale: #B6B6B6. Windows color (decimal): -6505251 or 14531740. OLE color: 14531740.
HSL color Cylindrical-coordinate representation of color #9CBCDD: hue angle of 210.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBCDD is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 188 | 221 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.13 |
| HSL | 210.46º | 0.49% | 0.74% | - |
| HSV(B) | 210.46º | 0.29% | 0.87% | - |
| XYZ | 44.74 | 48.25 | 75.36 | - |
| YUV | 182.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 221 | 0.29 | 0.15 | 0 | 0.13 | 210.46 | 0.49 | 0.74 |
| Hex | 9C | BC | DD | 1D | F | 0 | D | D2 | 31 | 4A |
| Octal | 234 | 274 | 335 | 35 | 17 | 0 | 15 | 322 | 61 | 112 |
| Binary | 10011100 | 10111100 | 11011101 | 11101 | 1111 | 0 | 1101 | 11010010 | 110001 | 1001010 |
Color Harmonies of #9CBCDD
Complementary color
Monochromatic Colors of #9CBCDD
Black with #9CBCDD
Text Example
Text Example
White with #9CBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCDD; }
p { color: rgb(156,188,221); }
H1.HeaderClassName
{
color: #9CBCDD;
}
.AnyTagClassName
{
color: #9CBCDD;
}
</style>
background-color css
<style>
a { background-color: #9CBCDD; }
a { background-color: rgb(156,188,221); }
div.DivClassName
{
background-color: #9CBCDD;
}
.BgClassName
{
background-color: #9CBCDD;
}
</style>
border-color css
<style>
span { border-color: #9CBCDD; }
span { border-color: rgb(156,188,221); }
td.TdClassName
{
border-color: #9CBCDD;
}
.TagClassName
{
border-color: #9CBCDD;
}
</style>