Shades of Light Steel Blue #9DBDDA
Tints of Light Steel Blue #9DBDDA
RGB
CMYK
RGB Variations
Color information
#9DBDDA (or 0x9DBDDA) is known color: Light Steel Blue. HEX triplet: 9D, BD and DA. RGB value is (157,189,218). Sum of RGB (Red+Green+Blue) = 157+189+218=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDDA is #624225. Grayscale: #B6B6B6. Windows color (decimal): -6439462 or 14335389. OLE color: 14335389.
HSL color Cylindrical-coordinate representation of color #9DBDDA: hue angle of 208.52º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBDDA is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 189 | 218 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.15 |
| HSL | 208.52º | 0.45% | 0.74% | - |
| HSV(B) | 208.52º | 0.28% | 0.85% | - |
| XYZ | 44.76 | 48.63 | 73.36 | - |
| YUV | 182.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 218 | 0.28 | 0.13 | 0 | 0.15 | 208.52 | 0.45 | 0.74 |
| Hex | 9D | BD | DA | 1C | D | 0 | F | D1 | 2D | 4A |
| Octal | 235 | 275 | 332 | 34 | 15 | 0 | 17 | 321 | 55 | 112 |
| Binary | 10011101 | 10111101 | 11011010 | 11100 | 1101 | 0 | 1111 | 11010001 | 101101 | 1001010 |
Color Harmonies of #9DBDDA
Complementary color
Monochromatic Colors of #9DBDDA
Black with #9DBDDA
Text Example
Text Example
White with #9DBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDDA; }
p { color: rgb(157,189,218); }
H1.HeaderClassName
{
color: #9DBDDA;
}
.AnyTagClassName
{
color: #9DBDDA;
}
</style>
background-color css
<style>
a { background-color: #9DBDDA; }
a { background-color: rgb(157,189,218); }
div.DivClassName
{
background-color: #9DBDDA;
}
.BgClassName
{
background-color: #9DBDDA;
}
</style>
border-color css
<style>
span { border-color: #9DBDDA; }
span { border-color: rgb(157,189,218); }
td.TdClassName
{
border-color: #9DBDDA;
}
.TagClassName
{
border-color: #9DBDDA;
}
</style>