Shades of Light Steel Blue #A1BCDE
Tints of Light Steel Blue #A1BCDE
RGB
CMYK
RGB Variations
Color information
#A1BCDE (or 0xA1BCDE) is known color: Light Steel Blue. HEX triplet: A1, BC and DE. RGB value is (161,188,222). Sum of RGB (Red+Green+Blue) = 161+188+222=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCDE is #5E4321. Grayscale: #B7B7B7. Windows color (decimal): -6177570 or 14597281. OLE color: 14597281.
HSL color Cylindrical-coordinate representation of color #A1BCDE: hue angle of 213.44º degrees, saturation: 0.48, 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 #A1BCDE is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 188 | 222 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.13 |
| HSL | 213.44º | 0.48% | 0.75% | - |
| HSV(B) | 213.44º | 0.27% | 0.87% | - |
| XYZ | 45.87 | 48.82 | 76.11 | - |
| YUV | 183.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 222 | 0.27 | 0.15 | 0 | 0.13 | 213.44 | 0.48 | 0.75 |
| Hex | A1 | BC | DE | 1B | F | 0 | D | D5 | 30 | 4B |
| Octal | 241 | 274 | 336 | 33 | 17 | 0 | 15 | 325 | 60 | 113 |
| Binary | 10100001 | 10111100 | 11011110 | 11011 | 1111 | 0 | 1101 | 11010101 | 110000 | 1001011 |
Color Harmonies of #A1BCDE
Complementary color
Monochromatic Colors of #A1BCDE
Black with #A1BCDE
Text Example
Text Example
White with #A1BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCDE; }
p { color: rgb(161,188,222); }
H1.HeaderClassName
{
color: #A1BCDE;
}
.AnyTagClassName
{
color: #A1BCDE;
}
</style>
background-color css
<style>
a { background-color: #A1BCDE; }
a { background-color: rgb(161,188,222); }
div.DivClassName
{
background-color: #A1BCDE;
}
.BgClassName
{
background-color: #A1BCDE;
}
</style>
border-color css
<style>
span { border-color: #A1BCDE; }
span { border-color: rgb(161,188,222); }
td.TdClassName
{
border-color: #A1BCDE;
}
.TagClassName
{
border-color: #A1BCDE;
}
</style>