Shades of Light Steel Blue #A2BEDC
Tints of Light Steel Blue #A2BEDC
RGB
CMYK
RGB Variations
Color information
#A2BEDC (or 0xA2BEDC) is known color: Light Steel Blue. HEX triplet: A2, BE and DC. RGB value is (162,190,220). Sum of RGB (Red+Green+Blue) = 162+190+220=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEDC is #5D4123. Grayscale: #B8B8B8. Windows color (decimal): -6111524 or 14466722. OLE color: 14466722.
HSL color Cylindrical-coordinate representation of color #A2BEDC: hue angle of 211.03º 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 #A2BEDC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 190 | 220 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.14 |
| HSL | 211.03º | 0.45% | 0.75% | - |
| HSV(B) | 211.03º | 0.26% | 0.86% | - |
| XYZ | 46.23 | 49.68 | 74.86 | - |
| YUV | 185.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 220 | 0.26 | 0.14 | 0 | 0.14 | 211.03 | 0.45 | 0.75 |
| Hex | A2 | BE | DC | 1A | E | 0 | E | D3 | 2D | 4B |
| Octal | 242 | 276 | 334 | 32 | 16 | 0 | 16 | 323 | 55 | 113 |
| Binary | 10100010 | 10111110 | 11011100 | 11010 | 1110 | 0 | 1110 | 11010011 | 101101 | 1001011 |
Color Harmonies of #A2BEDC
Complementary color
Monochromatic Colors of #A2BEDC
Black with #A2BEDC
Text Example
Text Example
White with #A2BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEDC; }
p { color: rgb(162,190,220); }
H1.HeaderClassName
{
color: #A2BEDC;
}
.AnyTagClassName
{
color: #A2BEDC;
}
</style>
background-color css
<style>
a { background-color: #A2BEDC; }
a { background-color: rgb(162,190,220); }
div.DivClassName
{
background-color: #A2BEDC;
}
.BgClassName
{
background-color: #A2BEDC;
}
</style>
border-color css
<style>
span { border-color: #A2BEDC; }
span { border-color: rgb(162,190,220); }
td.TdClassName
{
border-color: #A2BEDC;
}
.TagClassName
{
border-color: #A2BEDC;
}
</style>