Shades of Light Steel Blue #A0BADD
Tints of Light Steel Blue #A0BADD
RGB
CMYK
RGB Variations
Color information
#A0BADD (or 0xA0BADD) is known color: Light Steel Blue. HEX triplet: A0, BA and DD. RGB value is (160,186,221). Sum of RGB (Red+Green+Blue) = 160+186+221=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BADD is #5F4522. Grayscale: #B6B6B6. Windows color (decimal): -6243619 or 14531232. OLE color: 14531232.
HSL color Cylindrical-coordinate representation of color #A0BADD: hue angle of 214.43º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0BADD is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 186 | 221 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.13 |
| HSL | 214.43º | 0.47% | 0.75% | - |
| HSV(B) | 214.43º | 0.28% | 0.87% | - |
| XYZ | 45.11 | 47.81 | 75.26 | - |
| YUV | 182.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 221 | 0.28 | 0.16 | 0 | 0.13 | 214.43 | 0.47 | 0.75 |
| Hex | A0 | BA | DD | 1C | 10 | 0 | D | D6 | 2F | 4B |
| Octal | 240 | 272 | 335 | 34 | 20 | 0 | 15 | 326 | 57 | 113 |
| Binary | 10100000 | 10111010 | 11011101 | 11100 | 10000 | 0 | 1101 | 11010110 | 101111 | 1001011 |
Color Harmonies of #A0BADD
Complementary color
Monochromatic Colors of #A0BADD
Black with #A0BADD
Text Example
Text Example
White with #A0BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BADD; }
p { color: rgb(160,186,221); }
H1.HeaderClassName
{
color: #A0BADD;
}
.AnyTagClassName
{
color: #A0BADD;
}
</style>
background-color css
<style>
a { background-color: #A0BADD; }
a { background-color: rgb(160,186,221); }
div.DivClassName
{
background-color: #A0BADD;
}
.BgClassName
{
background-color: #A0BADD;
}
</style>
border-color css
<style>
span { border-color: #A0BADD; }
span { border-color: rgb(160,186,221); }
td.TdClassName
{
border-color: #A0BADD;
}
.TagClassName
{
border-color: #A0BADD;
}
</style>