Shades of Light Steel Blue #A2BBDD
Tints of Light Steel Blue #A2BBDD
RGB
CMYK
RGB Variations
Color information
#A2BBDD (or 0xA2BBDD) is known color: Light Steel Blue. HEX triplet: A2, BB and DD. RGB value is (162,187,221). Sum of RGB (Red+Green+Blue) = 162+187+221=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBDD is #5D4422. Grayscale: #B7B7B7. Windows color (decimal): -6112291 or 14531490. OLE color: 14531490.
HSL color Cylindrical-coordinate representation of color #A2BBDD: hue angle of 214.58º degrees, saturation: 0.46, 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 #A2BBDD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 187 | 221 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.13 |
| HSL | 214.58º | 0.46% | 0.75% | - |
| HSV(B) | 214.58º | 0.27% | 0.87% | - |
| XYZ | 45.72 | 48.44 | 75.35 | - |
| YUV | 183.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 221 | 0.27 | 0.15 | 0 | 0.13 | 214.58 | 0.46 | 0.75 |
| Hex | A2 | BB | DD | 1B | F | 0 | D | D7 | 2E | 4B |
| Octal | 242 | 273 | 335 | 33 | 17 | 0 | 15 | 327 | 56 | 113 |
| Binary | 10100010 | 10111011 | 11011101 | 11011 | 1111 | 0 | 1101 | 11010111 | 101110 | 1001011 |
Color Harmonies of #A2BBDD
Complementary color
Monochromatic Colors of #A2BBDD
Black with #A2BBDD
Text Example
Text Example
White with #A2BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBDD; }
p { color: rgb(162,187,221); }
H1.HeaderClassName
{
color: #A2BBDD;
}
.AnyTagClassName
{
color: #A2BBDD;
}
</style>
background-color css
<style>
a { background-color: #A2BBDD; }
a { background-color: rgb(162,187,221); }
div.DivClassName
{
background-color: #A2BBDD;
}
.BgClassName
{
background-color: #A2BBDD;
}
</style>
border-color css
<style>
span { border-color: #A2BBDD; }
span { border-color: rgb(162,187,221); }
td.TdClassName
{
border-color: #A2BBDD;
}
.TagClassName
{
border-color: #A2BBDD;
}
</style>