Shades of Light Steel Blue #A1BCDF
Tints of Light Steel Blue #A1BCDF
RGB
CMYK
RGB Variations
Color information
#A1BCDF (or 0xA1BCDF) is known color: Light Steel Blue. HEX triplet: A1, BC and DF. RGB value is (161,188,223). Sum of RGB (Red+Green+Blue) = 161+188+223=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCDF is #5E4320. Grayscale: #B7B7B7. Windows color (decimal): -6177569 or 14662817. OLE color: 14662817.
HSL color Cylindrical-coordinate representation of color #A1BCDF: hue angle of 213.87º degrees, saturation: 0.49, 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 #A1BCDF is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 188 | 223 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.13 |
| HSL | 213.87º | 0.49% | 0.75% | - |
| HSV(B) | 213.87º | 0.28% | 0.87% | - |
| XYZ | 46 | 48.87 | 76.82 | - |
| YUV | 183.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 223 | 0.28 | 0.16 | 0 | 0.13 | 213.87 | 0.49 | 0.75 |
| Hex | A1 | BC | DF | 1C | 10 | 0 | D | D6 | 31 | 4B |
| Octal | 241 | 274 | 337 | 34 | 20 | 0 | 15 | 326 | 61 | 113 |
| Binary | 10100001 | 10111100 | 11011111 | 11100 | 10000 | 0 | 1101 | 11010110 | 110001 | 1001011 |
Color Harmonies of #A1BCDF
Complementary color
Monochromatic Colors of #A1BCDF
Black with #A1BCDF
Text Example
Text Example
White with #A1BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCDF; }
p { color: rgb(161,188,223); }
H1.HeaderClassName
{
color: #A1BCDF;
}
.AnyTagClassName
{
color: #A1BCDF;
}
</style>
background-color css
<style>
a { background-color: #A1BCDF; }
a { background-color: rgb(161,188,223); }
div.DivClassName
{
background-color: #A1BCDF;
}
.BgClassName
{
background-color: #A1BCDF;
}
</style>
border-color css
<style>
span { border-color: #A1BCDF; }
span { border-color: rgb(161,188,223); }
td.TdClassName
{
border-color: #A1BCDF;
}
.TagClassName
{
border-color: #A1BCDF;
}
</style>