Shades of Light Steel Blue #9DBCE1
Tints of Light Steel Blue #9DBCE1
RGB
CMYK
RGB Variations
Color information
#9DBCE1 (or 0x9DBCE1) is known color: Light Steel Blue. HEX triplet: 9D, BC and E1. RGB value is (157,188,225). Sum of RGB (Red+Green+Blue) = 157+188+225=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DBCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCE1 is #62431E. Grayscale: #B6B6B6. Windows color (decimal): -6439711 or 14793885. OLE color: 14793885.
HSL color Cylindrical-coordinate representation of color #9DBCE1: hue angle of 212.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBCE1 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 188 | 225 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.12 |
| HSL | 212.65º | 0.53% | 0.75% | - |
| HSV(B) | 212.65º | 0.3% | 0.88% | - |
| XYZ | 45.48 | 48.57 | 78.21 | - |
| YUV | 182.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 225 | 0.30 | 0.16 | 0 | 0.12 | 212.65 | 0.53 | 0.75 |
| Hex | 9D | BC | E1 | 1E | 10 | 0 | C | D5 | 35 | 4B |
| Octal | 235 | 274 | 341 | 36 | 20 | 0 | 14 | 325 | 65 | 113 |
| Binary | 10011101 | 10111100 | 11100001 | 11110 | 10000 | 0 | 1100 | 11010101 | 110101 | 1001011 |
Color Harmonies of #9DBCE1
Complementary color
Monochromatic Colors of #9DBCE1
Black with #9DBCE1
Text Example
Text Example
White with #9DBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCE1; }
p { color: rgb(157,188,225); }
H1.HeaderClassName
{
color: #9DBCE1;
}
.AnyTagClassName
{
color: #9DBCE1;
}
</style>
background-color css
<style>
a { background-color: #9DBCE1; }
a { background-color: rgb(157,188,225); }
div.DivClassName
{
background-color: #9DBCE1;
}
.BgClassName
{
background-color: #9DBCE1;
}
</style>
border-color css
<style>
span { border-color: #9DBCE1; }
span { border-color: rgb(157,188,225); }
td.TdClassName
{
border-color: #9DBCE1;
}
.TagClassName
{
border-color: #9DBCE1;
}
</style>