Shades of Light Steel Blue #9DBCE5
Tints of Light Steel Blue #9DBCE5
RGB
CMYK
RGB Variations
Color information
#9DBCE5 (or 0x9DBCE5) is known color: Light Steel Blue. HEX triplet: 9D, BC and E5. RGB value is (157,188,229). Sum of RGB (Red+Green+Blue) = 157+188+229=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #9DBCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCE5 is #62431A. Grayscale: #B7B7B7. Windows color (decimal): -6439707 or 15056029. OLE color: 15056029.
HSL color Cylindrical-coordinate representation of color #9DBCE5: hue angle of 214.17º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DBCE5 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 188 | 229 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.10 |
| HSL | 214.17º | 0.58% | 0.76% | - |
| HSV(B) | 214.17º | 0.31% | 0.9% | - |
| XYZ | 46.03 | 48.79 | 81.12 | - |
| YUV | 183.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 229 | 0.31 | 0.18 | 0 | 0.10 | 214.17 | 0.58 | 0.76 |
| Hex | 9D | BC | E5 | 1F | 12 | 0 | A | D6 | 3A | 4C |
| Octal | 235 | 274 | 345 | 37 | 22 | 0 | 12 | 326 | 72 | 114 |
| Binary | 10011101 | 10111100 | 11100101 | 11111 | 10010 | 0 | 1010 | 11010110 | 111010 | 1001100 |
Color Harmonies of #9DBCE5
Complementary color
Monochromatic Colors of #9DBCE5
Black with #9DBCE5
Text Example
Text Example
White with #9DBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCE5; }
p { color: rgb(157,188,229); }
H1.HeaderClassName
{
color: #9DBCE5;
}
.AnyTagClassName
{
color: #9DBCE5;
}
</style>
background-color css
<style>
a { background-color: #9DBCE5; }
a { background-color: rgb(157,188,229); }
div.DivClassName
{
background-color: #9DBCE5;
}
.BgClassName
{
background-color: #9DBCE5;
}
</style>
border-color css
<style>
span { border-color: #9DBCE5; }
span { border-color: rgb(157,188,229); }
td.TdClassName
{
border-color: #9DBCE5;
}
.TagClassName
{
border-color: #9DBCE5;
}
</style>