Shades of Light Steel Blue #A0BCDF
Tints of Light Steel Blue #A0BCDF
RGB
CMYK
RGB Variations
Color information
#A0BCDF (or 0xA0BCDF) is known color: Light Steel Blue. HEX triplet: A0, BC and DF. RGB value is (160,188,223). Sum of RGB (Red+Green+Blue) = 160+188+223=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCDF is #5F4320. Grayscale: #B7B7B7. Windows color (decimal): -6243105 or 14662816. OLE color: 14662816.
HSL color Cylindrical-coordinate representation of color #A0BCDF: hue angle of 213.33º 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 #A0BCDF is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 188 | 223 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.13 |
| HSL | 213.33º | 0.5% | 0.75% | - |
| HSV(B) | 213.33º | 0.28% | 0.87% | - |
| XYZ | 45.8 | 48.77 | 76.81 | - |
| YUV | 183.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 223 | 0.28 | 0.16 | 0 | 0.13 | 213.33 | 0.5 | 0.75 |
| Hex | A0 | BC | DF | 1C | 10 | 0 | D | D5 | 32 | 4B |
| Octal | 240 | 274 | 337 | 34 | 20 | 0 | 15 | 325 | 62 | 113 |
| Binary | 10100000 | 10111100 | 11011111 | 11100 | 10000 | 0 | 1101 | 11010101 | 110010 | 1001011 |
Color Harmonies of #A0BCDF
Complementary color
Monochromatic Colors of #A0BCDF
Black with #A0BCDF
Text Example
Text Example
White with #A0BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCDF; }
p { color: rgb(160,188,223); }
H1.HeaderClassName
{
color: #A0BCDF;
}
.AnyTagClassName
{
color: #A0BCDF;
}
</style>
background-color css
<style>
a { background-color: #A0BCDF; }
a { background-color: rgb(160,188,223); }
div.DivClassName
{
background-color: #A0BCDF;
}
.BgClassName
{
background-color: #A0BCDF;
}
</style>
border-color css
<style>
span { border-color: #A0BCDF; }
span { border-color: rgb(160,188,223); }
td.TdClassName
{
border-color: #A0BCDF;
}
.TagClassName
{
border-color: #A0BCDF;
}
</style>