Shades of Light Steel Blue #A0BADF
Tints of Light Steel Blue #A0BADF
RGB
CMYK
RGB Variations
Color information
#A0BADF (or 0xA0BADF) is known color: Light Steel Blue. HEX triplet: A0, BA and DF. RGB value is (160,186,223). Sum of RGB (Red+Green+Blue) = 160+186+223=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BADF is #5F4520. Grayscale: #B6B6B6. Windows color (decimal): -6243617 or 14662304. OLE color: 14662304.
HSL color Cylindrical-coordinate representation of color #A0BADF: hue angle of 215.24º degrees, saturation: 0.5, 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 #A0BADF is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 186 | 223 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.13 |
| HSL | 215.24º | 0.5% | 0.75% | - |
| HSV(B) | 215.24º | 0.28% | 0.87% | - |
| XYZ | 45.38 | 47.92 | 76.67 | - |
| YUV | 182.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 223 | 0.28 | 0.17 | 0 | 0.13 | 215.24 | 0.5 | 0.75 |
| Hex | A0 | BA | DF | 1C | 11 | 0 | D | D7 | 32 | 4B |
| Octal | 240 | 272 | 337 | 34 | 21 | 0 | 15 | 327 | 62 | 113 |
| Binary | 10100000 | 10111010 | 11011111 | 11100 | 10001 | 0 | 1101 | 11010111 | 110010 | 1001011 |
Color Harmonies of #A0BADF
Complementary color
Monochromatic Colors of #A0BADF
Black with #A0BADF
Text Example
Text Example
White with #A0BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BADF; }
p { color: rgb(160,186,223); }
H1.HeaderClassName
{
color: #A0BADF;
}
.AnyTagClassName
{
color: #A0BADF;
}
</style>
background-color css
<style>
a { background-color: #A0BADF; }
a { background-color: rgb(160,186,223); }
div.DivClassName
{
background-color: #A0BADF;
}
.BgClassName
{
background-color: #A0BADF;
}
</style>
border-color css
<style>
span { border-color: #A0BADF; }
span { border-color: rgb(160,186,223); }
td.TdClassName
{
border-color: #A0BADF;
}
.TagClassName
{
border-color: #A0BADF;
}
</style>