Shades of Light Steel Blue #A0BEDC
Tints of Light Steel Blue #A0BEDC
RGB
CMYK
RGB Variations
Color information
#A0BEDC (or 0xA0BEDC) is known color: Light Steel Blue. HEX triplet: A0, BE and DC. RGB value is (160,190,220). Sum of RGB (Red+Green+Blue) = 160+190+220=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEDC is #5F4123. Grayscale: #B8B8B8. Windows color (decimal): -6242596 or 14466720. OLE color: 14466720.
HSL color Cylindrical-coordinate representation of color #A0BEDC: hue angle of 210º 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 #A0BEDC is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 190 | 220 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.14 |
| HSL | 210º | 0.46% | 0.75% | - |
| HSV(B) | 210º | 0.27% | 0.86% | - |
| XYZ | 45.83 | 49.47 | 74.84 | - |
| YUV | 184.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 220 | 0.27 | 0.14 | 0 | 0.14 | 210 | 0.46 | 0.75 |
| Hex | A0 | BE | DC | 1B | E | 0 | E | D2 | 2E | 4B |
| Octal | 240 | 276 | 334 | 33 | 16 | 0 | 16 | 322 | 56 | 113 |
| Binary | 10100000 | 10111110 | 11011100 | 11011 | 1110 | 0 | 1110 | 11010010 | 101110 | 1001011 |
Color Harmonies of #A0BEDC
Complementary color
Monochromatic Colors of #A0BEDC
Black with #A0BEDC
Text Example
Text Example
White with #A0BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEDC; }
p { color: rgb(160,190,220); }
H1.HeaderClassName
{
color: #A0BEDC;
}
.AnyTagClassName
{
color: #A0BEDC;
}
</style>
background-color css
<style>
a { background-color: #A0BEDC; }
a { background-color: rgb(160,190,220); }
div.DivClassName
{
background-color: #A0BEDC;
}
.BgClassName
{
background-color: #A0BEDC;
}
</style>
border-color css
<style>
span { border-color: #A0BEDC; }
span { border-color: rgb(160,190,220); }
td.TdClassName
{
border-color: #A0BEDC;
}
.TagClassName
{
border-color: #A0BEDC;
}
</style>