Shades of Light Steel Blue #ADBBDA
Tints of Light Steel Blue #ADBBDA
RGB
CMYK
RGB Variations
Color information
#ADBBDA (or 0xADBBDA) is known color: Light Steel Blue. HEX triplet: AD, BB and DA. RGB value is (173,187,218). Sum of RGB (Red+Green+Blue) = 173+187+218=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBDA is #524425. Grayscale: #BABABA. Windows color (decimal): -5391398 or 14334893. OLE color: 14334893.
HSL color Cylindrical-coordinate representation of color #ADBBDA: hue angle of 221.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADBBDA is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 187 | 218 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.15 |
| HSL | 221.33º | 0.38% | 0.77% | - |
| HSV(B) | 221.33º | 0.21% | 0.85% | - |
| XYZ | 47.66 | 49.49 | 73.37 | - |
| YUV | 186.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 218 | 0.21 | 0.14 | 0 | 0.15 | 221.33 | 0.38 | 0.77 |
| Hex | AD | BB | DA | 15 | E | 0 | F | DD | 26 | 4D |
| Octal | 255 | 273 | 332 | 25 | 16 | 0 | 17 | 335 | 46 | 115 |
| Binary | 10101101 | 10111011 | 11011010 | 10101 | 1110 | 0 | 1111 | 11011101 | 100110 | 1001101 |
Color Harmonies of #ADBBDA
Complementary color
Monochromatic Colors of #ADBBDA
Black with #ADBBDA
Text Example
Text Example
White with #ADBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBDA; }
p { color: rgb(173,187,218); }
H1.HeaderClassName
{
color: #ADBBDA;
}
.AnyTagClassName
{
color: #ADBBDA;
}
</style>
background-color css
<style>
a { background-color: #ADBBDA; }
a { background-color: rgb(173,187,218); }
div.DivClassName
{
background-color: #ADBBDA;
}
.BgClassName
{
background-color: #ADBBDA;
}
</style>
border-color css
<style>
span { border-color: #ADBBDA; }
span { border-color: rgb(173,187,218); }
td.TdClassName
{
border-color: #ADBBDA;
}
.TagClassName
{
border-color: #ADBBDA;
}
</style>