Shades of Light Steel Blue #9DBDE2
Tints of Light Steel Blue #9DBDE2
RGB
CMYK
RGB Variations
Color information
#9DBDE2 (or 0x9DBDE2) is known color: Light Steel Blue. HEX triplet: 9D, BD and E2. RGB value is (157,189,226). Sum of RGB (Red+Green+Blue) = 157+189+226=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #9DBDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDE2 is #62421D. Grayscale: #B7B7B7. Windows color (decimal): -6439454 or 14859677. OLE color: 14859677.
HSL color Cylindrical-coordinate representation of color #9DBDE2: hue angle of 212.17º degrees, saturation: 0.54, 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 #9DBDE2 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 189 | 226 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.11 |
| HSL | 212.17º | 0.54% | 0.75% | - |
| HSV(B) | 212.17º | 0.31% | 0.89% | - |
| XYZ | 45.83 | 49.05 | 79 | - |
| YUV | 183.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 226 | 0.31 | 0.16 | 0 | 0.11 | 212.17 | 0.54 | 0.75 |
| Hex | 9D | BD | E2 | 1F | 10 | 0 | B | D4 | 36 | 4B |
| Octal | 235 | 275 | 342 | 37 | 20 | 0 | 13 | 324 | 66 | 113 |
| Binary | 10011101 | 10111101 | 11100010 | 11111 | 10000 | 0 | 1011 | 11010100 | 110110 | 1001011 |
Color Harmonies of #9DBDE2
Complementary color
Monochromatic Colors of #9DBDE2
Black with #9DBDE2
Text Example
Text Example
White with #9DBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDE2; }
p { color: rgb(157,189,226); }
H1.HeaderClassName
{
color: #9DBDE2;
}
.AnyTagClassName
{
color: #9DBDE2;
}
</style>
background-color css
<style>
a { background-color: #9DBDE2; }
a { background-color: rgb(157,189,226); }
div.DivClassName
{
background-color: #9DBDE2;
}
.BgClassName
{
background-color: #9DBDE2;
}
</style>
border-color css
<style>
span { border-color: #9DBDE2; }
span { border-color: rgb(157,189,226); }
td.TdClassName
{
border-color: #9DBDE2;
}
.TagClassName
{
border-color: #9DBDE2;
}
</style>