Shades of Light Steel Blue #9DBDE4
Tints of Light Steel Blue #9DBDE4
RGB
CMYK
RGB Variations
Color information
#9DBDE4 (or 0x9DBDE4) is known color: Light Steel Blue. HEX triplet: 9D, BD and E4. RGB value is (157,189,228). Sum of RGB (Red+Green+Blue) = 157+189+228=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #9DBDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDE4 is #62421B. Grayscale: #B7B7B7. Windows color (decimal): -6439452 or 14990749. OLE color: 14990749.
HSL color Cylindrical-coordinate representation of color #9DBDE4: hue angle of 212.96º degrees, saturation: 0.57, 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 #9DBDE4 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 189 | 228 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.11 |
| HSL | 212.96º | 0.57% | 0.75% | - |
| HSV(B) | 212.96º | 0.31% | 0.89% | - |
| XYZ | 46.11 | 49.16 | 80.46 | - |
| YUV | 183.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 228 | 0.31 | 0.17 | 0 | 0.11 | 212.96 | 0.57 | 0.75 |
| Hex | 9D | BD | E4 | 1F | 11 | 0 | B | D5 | 39 | 4B |
| Octal | 235 | 275 | 344 | 37 | 21 | 0 | 13 | 325 | 71 | 113 |
| Binary | 10011101 | 10111101 | 11100100 | 11111 | 10001 | 0 | 1011 | 11010101 | 111001 | 1001011 |
Color Harmonies of #9DBDE4
Complementary color
Monochromatic Colors of #9DBDE4
Black with #9DBDE4
Text Example
Text Example
White with #9DBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDE4; }
p { color: rgb(157,189,228); }
H1.HeaderClassName
{
color: #9DBDE4;
}
.AnyTagClassName
{
color: #9DBDE4;
}
</style>
background-color css
<style>
a { background-color: #9DBDE4; }
a { background-color: rgb(157,189,228); }
div.DivClassName
{
background-color: #9DBDE4;
}
.BgClassName
{
background-color: #9DBDE4;
}
</style>
border-color css
<style>
span { border-color: #9DBDE4; }
span { border-color: rgb(157,189,228); }
td.TdClassName
{
border-color: #9DBDE4;
}
.TagClassName
{
border-color: #9DBDE4;
}
</style>