Shades of Light Steel Blue #ADBDDC
Tints of Light Steel Blue #ADBDDC
RGB
CMYK
RGB Variations
Color information
#ADBDDC (or 0xADBDDC) is known color: Light Steel Blue. HEX triplet: AD, BD and DC. RGB value is (173,189,220). Sum of RGB (Red+Green+Blue) = 173+189+220=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDDC is #524223. Grayscale: #BBBBBB. Windows color (decimal): -5390884 or 14466477. OLE color: 14466477.
HSL color Cylindrical-coordinate representation of color #ADBDDC: hue angle of 219.57º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADBDDC is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 189 | 220 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.14 |
| HSL | 219.57º | 0.4% | 0.77% | - |
| HSV(B) | 219.57º | 0.21% | 0.86% | - |
| XYZ | 48.35 | 50.45 | 74.9 | - |
| YUV | 187.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 220 | 0.21 | 0.14 | 0 | 0.14 | 219.57 | 0.4 | 0.77 |
| Hex | AD | BD | DC | 15 | E | 0 | E | DC | 28 | 4D |
| Octal | 255 | 275 | 334 | 25 | 16 | 0 | 16 | 334 | 50 | 115 |
| Binary | 10101101 | 10111101 | 11011100 | 10101 | 1110 | 0 | 1110 | 11011100 | 101000 | 1001101 |
Color Harmonies of #ADBDDC
Complementary color
Monochromatic Colors of #ADBDDC
Black with #ADBDDC
Text Example
Text Example
White with #ADBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDDC; }
p { color: rgb(173,189,220); }
H1.HeaderClassName
{
color: #ADBDDC;
}
.AnyTagClassName
{
color: #ADBDDC;
}
</style>
background-color css
<style>
a { background-color: #ADBDDC; }
a { background-color: rgb(173,189,220); }
div.DivClassName
{
background-color: #ADBDDC;
}
.BgClassName
{
background-color: #ADBDDC;
}
</style>
border-color css
<style>
span { border-color: #ADBDDC; }
span { border-color: rgb(173,189,220); }
td.TdClassName
{
border-color: #ADBDDC;
}
.TagClassName
{
border-color: #ADBDDC;
}
</style>