Shades of Light Steel Blue #9DBDE3
Tints of Light Steel Blue #9DBDE3
RGB
CMYK
RGB Variations
Color information
#9DBDE3 (or 0x9DBDE3) is known color: Light Steel Blue. HEX triplet: 9D, BD and E3. RGB value is (157,189,227). Sum of RGB (Red+Green+Blue) = 157+189+227=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #9DBDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDE3 is #62421C. Grayscale: #B7B7B7. Windows color (decimal): -6439453 or 14925213. OLE color: 14925213.
HSL color Cylindrical-coordinate representation of color #9DBDE3: hue angle of 212.57º 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 #9DBDE3 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 189 | 227 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.11 |
| HSL | 212.57º | 0.56% | 0.75% | - |
| HSV(B) | 212.57º | 0.31% | 0.89% | - |
| XYZ | 45.97 | 49.11 | 79.73 | - |
| YUV | 183.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 227 | 0.31 | 0.17 | 0 | 0.11 | 212.57 | 0.56 | 0.75 |
| Hex | 9D | BD | E3 | 1F | 11 | 0 | B | D5 | 38 | 4B |
| Octal | 235 | 275 | 343 | 37 | 21 | 0 | 13 | 325 | 70 | 113 |
| Binary | 10011101 | 10111101 | 11100011 | 11111 | 10001 | 0 | 1011 | 11010101 | 111000 | 1001011 |
Color Harmonies of #9DBDE3
Complementary color
Monochromatic Colors of #9DBDE3
Black with #9DBDE3
Text Example
Text Example
White with #9DBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDE3; }
p { color: rgb(157,189,227); }
H1.HeaderClassName
{
color: #9DBDE3;
}
.AnyTagClassName
{
color: #9DBDE3;
}
</style>
background-color css
<style>
a { background-color: #9DBDE3; }
a { background-color: rgb(157,189,227); }
div.DivClassName
{
background-color: #9DBDE3;
}
.BgClassName
{
background-color: #9DBDE3;
}
</style>
border-color css
<style>
span { border-color: #9DBDE3; }
span { border-color: rgb(157,189,227); }
td.TdClassName
{
border-color: #9DBDE3;
}
.TagClassName
{
border-color: #9DBDE3;
}
</style>