Shades of Light Steel Blue #9CBCE1
Tints of Light Steel Blue #9CBCE1
RGB
CMYK
RGB Variations
Color information
#9CBCE1 (or 0x9CBCE1) is known color: Light Steel Blue. HEX triplet: 9C, BC and E1. RGB value is (156,188,225). Sum of RGB (Red+Green+Blue) = 156+188+225=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #9CBCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCE1 is #63431E. Grayscale: #B6B6B6. Windows color (decimal): -6505247 or 14793884. OLE color: 14793884.
HSL color Cylindrical-coordinate representation of color #9CBCE1: hue angle of 212.17º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CBCE1 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 188 | 225 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.12 |
| HSL | 212.17º | 0.53% | 0.75% | - |
| HSV(B) | 212.17º | 0.31% | 0.88% | - |
| XYZ | 45.28 | 48.47 | 78.2 | - |
| YUV | 182.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 225 | 0.31 | 0.16 | 0 | 0.12 | 212.17 | 0.53 | 0.75 |
| Hex | 9C | BC | E1 | 1F | 10 | 0 | C | D4 | 35 | 4B |
| Octal | 234 | 274 | 341 | 37 | 20 | 0 | 14 | 324 | 65 | 113 |
| Binary | 10011100 | 10111100 | 11100001 | 11111 | 10000 | 0 | 1100 | 11010100 | 110101 | 1001011 |
Color Harmonies of #9CBCE1
Complementary color
Monochromatic Colors of #9CBCE1
Black with #9CBCE1
Text Example
Text Example
White with #9CBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCE1; }
p { color: rgb(156,188,225); }
H1.HeaderClassName
{
color: #9CBCE1;
}
.AnyTagClassName
{
color: #9CBCE1;
}
</style>
background-color css
<style>
a { background-color: #9CBCE1; }
a { background-color: rgb(156,188,225); }
div.DivClassName
{
background-color: #9CBCE1;
}
.BgClassName
{
background-color: #9CBCE1;
}
</style>
border-color css
<style>
span { border-color: #9CBCE1; }
span { border-color: rgb(156,188,225); }
td.TdClassName
{
border-color: #9CBCE1;
}
.TagClassName
{
border-color: #9CBCE1;
}
</style>