Shades of Light Steel Blue #9DBAD7
Tints of Light Steel Blue #9DBAD7
RGB
CMYK
RGB Variations
Color information
#9DBAD7 (or 0x9DBAD7) is known color: Light Steel Blue. HEX triplet: 9D, BA and D7. RGB value is (157,186,215). Sum of RGB (Red+Green+Blue) = 157+186+215=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #9DBAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAD7 is #624528. Grayscale: #B4B4B4. Windows color (decimal): -6440233 or 14138013. OLE color: 14138013.
HSL color Cylindrical-coordinate representation of color #9DBAD7: hue angle of 210º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DBAD7 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 186 | 215 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.16 |
| HSL | 210º | 0.42% | 0.73% | - |
| HSV(B) | 210º | 0.27% | 0.84% | - |
| XYZ | 43.73 | 47.19 | 71.09 | - |
| YUV | 180.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 215 | 0.27 | 0.13 | 0 | 0.16 | 210 | 0.42 | 0.73 |
| Hex | 9D | BA | D7 | 1B | D | 0 | 10 | D2 | 2A | 49 |
| Octal | 235 | 272 | 327 | 33 | 15 | 0 | 20 | 322 | 52 | 111 |
| Binary | 10011101 | 10111010 | 11010111 | 11011 | 1101 | 0 | 10000 | 11010010 | 101010 | 1001001 |
Color Harmonies of #9DBAD7
Complementary color
Monochromatic Colors of #9DBAD7
Black with #9DBAD7
Text Example
Text Example
White with #9DBAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAD7; }
p { color: rgb(157,186,215); }
H1.HeaderClassName
{
color: #9DBAD7;
}
.AnyTagClassName
{
color: #9DBAD7;
}
</style>
background-color css
<style>
a { background-color: #9DBAD7; }
a { background-color: rgb(157,186,215); }
div.DivClassName
{
background-color: #9DBAD7;
}
.BgClassName
{
background-color: #9DBAD7;
}
</style>
border-color css
<style>
span { border-color: #9DBAD7; }
span { border-color: rgb(157,186,215); }
td.TdClassName
{
border-color: #9DBAD7;
}
.TagClassName
{
border-color: #9DBAD7;
}
</style>