Shades of Light Steel Blue #A1BCDB
Tints of Light Steel Blue #A1BCDB
RGB
CMYK
RGB Variations
Color information
#A1BCDB (or 0xA1BCDB) is known color: Light Steel Blue. HEX triplet: A1, BC and DB. RGB value is (161,188,219). Sum of RGB (Red+Green+Blue) = 161+188+219=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCDB is #5E4324. Grayscale: #B7B7B7. Windows color (decimal): -6177573 or 14400673. OLE color: 14400673.
HSL color Cylindrical-coordinate representation of color #A1BCDB: hue angle of 212.07º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1BCDB is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 188 | 219 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.14 |
| HSL | 212.07º | 0.45% | 0.75% | - |
| HSV(B) | 212.07º | 0.26% | 0.86% | - |
| XYZ | 45.47 | 48.66 | 74.01 | - |
| YUV | 183.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 219 | 0.26 | 0.14 | 0 | 0.14 | 212.07 | 0.45 | 0.75 |
| Hex | A1 | BC | DB | 1A | E | 0 | E | D4 | 2D | 4B |
| Octal | 241 | 274 | 333 | 32 | 16 | 0 | 16 | 324 | 55 | 113 |
| Binary | 10100001 | 10111100 | 11011011 | 11010 | 1110 | 0 | 1110 | 11010100 | 101101 | 1001011 |
Color Harmonies of #A1BCDB
Complementary color
Monochromatic Colors of #A1BCDB
Black with #A1BCDB
Text Example
Text Example
White with #A1BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCDB; }
p { color: rgb(161,188,219); }
H1.HeaderClassName
{
color: #A1BCDB;
}
.AnyTagClassName
{
color: #A1BCDB;
}
</style>
background-color css
<style>
a { background-color: #A1BCDB; }
a { background-color: rgb(161,188,219); }
div.DivClassName
{
background-color: #A1BCDB;
}
.BgClassName
{
background-color: #A1BCDB;
}
</style>
border-color css
<style>
span { border-color: #A1BCDB; }
span { border-color: rgb(161,188,219); }
td.TdClassName
{
border-color: #A1BCDB;
}
.TagClassName
{
border-color: #A1BCDB;
}
</style>