Shades of Light Steel Blue #9DBCE3
Tints of Light Steel Blue #9DBCE3
RGB
CMYK
RGB Variations
Color information
#9DBCE3 (or 0x9DBCE3) is known color: Light Steel Blue. HEX triplet: 9D, BC and E3. RGB value is (157,188,227). Sum of RGB (Red+Green+Blue) = 157+188+227=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #9DBCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCE3 is #62431C. Grayscale: #B6B6B6. Windows color (decimal): -6439709 or 14924957. OLE color: 14924957.
HSL color Cylindrical-coordinate representation of color #9DBCE3: hue angle of 213.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DBCE3 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 188 | 227 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.11 |
| HSL | 213.43º | 0.56% | 0.75% | - |
| HSV(B) | 213.43º | 0.31% | 0.89% | - |
| XYZ | 45.75 | 48.68 | 79.66 | - |
| YUV | 183.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 227 | 0.31 | 0.17 | 0 | 0.11 | 213.43 | 0.56 | 0.75 |
| Hex | 9D | BC | E3 | 1F | 11 | 0 | B | D5 | 38 | 4B |
| Octal | 235 | 274 | 343 | 37 | 21 | 0 | 13 | 325 | 70 | 113 |
| Binary | 10011101 | 10111100 | 11100011 | 11111 | 10001 | 0 | 1011 | 11010101 | 111000 | 1001011 |
Color Harmonies of #9DBCE3
Complementary color
Monochromatic Colors of #9DBCE3
Black with #9DBCE3
Text Example
Text Example
White with #9DBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCE3; }
p { color: rgb(157,188,227); }
H1.HeaderClassName
{
color: #9DBCE3;
}
.AnyTagClassName
{
color: #9DBCE3;
}
</style>
background-color css
<style>
a { background-color: #9DBCE3; }
a { background-color: rgb(157,188,227); }
div.DivClassName
{
background-color: #9DBCE3;
}
.BgClassName
{
background-color: #9DBCE3;
}
</style>
border-color css
<style>
span { border-color: #9DBCE3; }
span { border-color: rgb(157,188,227); }
td.TdClassName
{
border-color: #9DBCE3;
}
.TagClassName
{
border-color: #9DBCE3;
}
</style>