Shades of Light Steel Blue #A2BEDB
Tints of Light Steel Blue #A2BEDB
RGB
CMYK
RGB Variations
Color information
#A2BEDB (or 0xA2BEDB) is known color: Light Steel Blue. HEX triplet: A2, BE and DB. RGB value is (162,190,219). Sum of RGB (Red+Green+Blue) = 162+190+219=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEDB is #5D4124. Grayscale: #B8B8B8. Windows color (decimal): -6111525 or 14401186. OLE color: 14401186.
HSL color Cylindrical-coordinate representation of color #A2BEDB: hue angle of 210.53º degrees, saturation: 0.44, 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 #A2BEDB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 190 | 219 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.14 |
| HSL | 210.53º | 0.44% | 0.75% | - |
| HSV(B) | 210.53º | 0.26% | 0.86% | - |
| XYZ | 46.1 | 49.62 | 74.17 | - |
| YUV | 184.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 219 | 0.26 | 0.13 | 0 | 0.14 | 210.53 | 0.44 | 0.75 |
| Hex | A2 | BE | DB | 1A | D | 0 | E | D3 | 2C | 4B |
| Octal | 242 | 276 | 333 | 32 | 15 | 0 | 16 | 323 | 54 | 113 |
| Binary | 10100010 | 10111110 | 11011011 | 11010 | 1101 | 0 | 1110 | 11010011 | 101100 | 1001011 |
Color Harmonies of #A2BEDB
Complementary color
Monochromatic Colors of #A2BEDB
Black with #A2BEDB
Text Example
Text Example
White with #A2BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEDB; }
p { color: rgb(162,190,219); }
H1.HeaderClassName
{
color: #A2BEDB;
}
.AnyTagClassName
{
color: #A2BEDB;
}
</style>
background-color css
<style>
a { background-color: #A2BEDB; }
a { background-color: rgb(162,190,219); }
div.DivClassName
{
background-color: #A2BEDB;
}
.BgClassName
{
background-color: #A2BEDB;
}
</style>
border-color css
<style>
span { border-color: #A2BEDB; }
span { border-color: rgb(162,190,219); }
td.TdClassName
{
border-color: #A2BEDB;
}
.TagClassName
{
border-color: #A2BEDB;
}
</style>