Shades of Light Steel Blue #A1BEDC
Tints of Light Steel Blue #A1BEDC
RGB
CMYK
RGB Variations
Color information
#A1BEDC (or 0xA1BEDC) is known color: Light Steel Blue. HEX triplet: A1, BE and DC. RGB value is (161,190,220). Sum of RGB (Red+Green+Blue) = 161+190+220=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEDC is #5E4123. Grayscale: #B8B8B8. Windows color (decimal): -6177060 or 14466721. OLE color: 14466721.
HSL color Cylindrical-coordinate representation of color #A1BEDC: hue angle of 210.51º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1BEDC is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 190 | 220 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.14 |
| HSL | 210.51º | 0.46% | 0.75% | - |
| HSV(B) | 210.51º | 0.27% | 0.86% | - |
| XYZ | 46.03 | 49.57 | 74.85 | - |
| YUV | 184.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 220 | 0.27 | 0.14 | 0 | 0.14 | 210.51 | 0.46 | 0.75 |
| Hex | A1 | BE | DC | 1B | E | 0 | E | D3 | 2E | 4B |
| Octal | 241 | 276 | 334 | 33 | 16 | 0 | 16 | 323 | 56 | 113 |
| Binary | 10100001 | 10111110 | 11011100 | 11011 | 1110 | 0 | 1110 | 11010011 | 101110 | 1001011 |
Color Harmonies of #A1BEDC
Complementary color
Monochromatic Colors of #A1BEDC
Black with #A1BEDC
Text Example
Text Example
White with #A1BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEDC; }
p { color: rgb(161,190,220); }
H1.HeaderClassName
{
color: #A1BEDC;
}
.AnyTagClassName
{
color: #A1BEDC;
}
</style>
background-color css
<style>
a { background-color: #A1BEDC; }
a { background-color: rgb(161,190,220); }
div.DivClassName
{
background-color: #A1BEDC;
}
.BgClassName
{
background-color: #A1BEDC;
}
</style>
border-color css
<style>
span { border-color: #A1BEDC; }
span { border-color: rgb(161,190,220); }
td.TdClassName
{
border-color: #A1BEDC;
}
.TagClassName
{
border-color: #A1BEDC;
}
</style>