Shades of Light Steel Blue #A1BCDD
Tints of Light Steel Blue #A1BCDD
RGB
CMYK
RGB Variations
Color information
#A1BCDD (or 0xA1BCDD) is known color: Light Steel Blue. HEX triplet: A1, BC and DD. RGB value is (161,188,221). Sum of RGB (Red+Green+Blue) = 161+188+221=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCDD is #5E4322. Grayscale: #B7B7B7. Windows color (decimal): -6177571 or 14531745. OLE color: 14531745.
HSL color Cylindrical-coordinate representation of color #A1BCDD: hue angle of 213º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1BCDD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 188 | 221 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.13 |
| HSL | 213º | 0.47% | 0.75% | - |
| HSV(B) | 213º | 0.27% | 0.87% | - |
| XYZ | 45.73 | 48.76 | 75.41 | - |
| YUV | 183.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 221 | 0.27 | 0.15 | 0 | 0.13 | 213 | 0.47 | 0.75 |
| Hex | A1 | BC | DD | 1B | F | 0 | D | D5 | 2F | 4B |
| Octal | 241 | 274 | 335 | 33 | 17 | 0 | 15 | 325 | 57 | 113 |
| Binary | 10100001 | 10111100 | 11011101 | 11011 | 1111 | 0 | 1101 | 11010101 | 101111 | 1001011 |
Color Harmonies of #A1BCDD
Complementary color
Monochromatic Colors of #A1BCDD
Black with #A1BCDD
Text Example
Text Example
White with #A1BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCDD; }
p { color: rgb(161,188,221); }
H1.HeaderClassName
{
color: #A1BCDD;
}
.AnyTagClassName
{
color: #A1BCDD;
}
</style>
background-color css
<style>
a { background-color: #A1BCDD; }
a { background-color: rgb(161,188,221); }
div.DivClassName
{
background-color: #A1BCDD;
}
.BgClassName
{
background-color: #A1BCDD;
}
</style>
border-color css
<style>
span { border-color: #A1BCDD; }
span { border-color: rgb(161,188,221); }
td.TdClassName
{
border-color: #A1BCDD;
}
.TagClassName
{
border-color: #A1BCDD;
}
</style>