Shades of Light Steel Blue #9DBADF
Tints of Light Steel Blue #9DBADF
RGB
CMYK
RGB Variations
Color information
#9DBADF (or 0x9DBADF) is known color: Light Steel Blue. HEX triplet: 9D, BA and DF. RGB value is (157,186,223). Sum of RGB (Red+Green+Blue) = 157+186+223=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBADF is #624520. Grayscale: #B5B5B5. Windows color (decimal): -6440225 or 14662301. OLE color: 14662301.
HSL color Cylindrical-coordinate representation of color #9DBADF: hue angle of 213.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBADF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 186 | 223 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.13 |
| HSL | 213.64º | 0.51% | 0.75% | - |
| HSV(B) | 213.64º | 0.3% | 0.87% | - |
| XYZ | 44.78 | 47.61 | 76.64 | - |
| YUV | 181.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 223 | 0.30 | 0.17 | 0 | 0.13 | 213.64 | 0.51 | 0.75 |
| Hex | 9D | BA | DF | 1E | 11 | 0 | D | D6 | 33 | 4B |
| Octal | 235 | 272 | 337 | 36 | 21 | 0 | 15 | 326 | 63 | 113 |
| Binary | 10011101 | 10111010 | 11011111 | 11110 | 10001 | 0 | 1101 | 11010110 | 110011 | 1001011 |
Color Harmonies of #9DBADF
Complementary color
Monochromatic Colors of #9DBADF
Black with #9DBADF
Text Example
Text Example
White with #9DBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBADF; }
p { color: rgb(157,186,223); }
H1.HeaderClassName
{
color: #9DBADF;
}
.AnyTagClassName
{
color: #9DBADF;
}
</style>
background-color css
<style>
a { background-color: #9DBADF; }
a { background-color: rgb(157,186,223); }
div.DivClassName
{
background-color: #9DBADF;
}
.BgClassName
{
background-color: #9DBADF;
}
</style>
border-color css
<style>
span { border-color: #9DBADF; }
span { border-color: rgb(157,186,223); }
td.TdClassName
{
border-color: #9DBADF;
}
.TagClassName
{
border-color: #9DBADF;
}
</style>