Shades of Light Steel Blue #A2BBDF
Tints of Light Steel Blue #A2BBDF
RGB
CMYK
RGB Variations
Color information
#A2BBDF (or 0xA2BBDF) is known color: Light Steel Blue. HEX triplet: A2, BB and DF. RGB value is (162,187,223). Sum of RGB (Red+Green+Blue) = 162+187+223=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBDF is #5D4420. Grayscale: #B7B7B7. Windows color (decimal): -6112289 or 14662562. OLE color: 14662562.
HSL color Cylindrical-coordinate representation of color #A2BBDF: hue angle of 215.41º degrees, saturation: 0.49, 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 #A2BBDF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 187 | 223 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.13 |
| HSL | 215.41º | 0.49% | 0.75% | - |
| HSV(B) | 215.41º | 0.27% | 0.87% | - |
| XYZ | 45.99 | 48.55 | 76.76 | - |
| YUV | 183.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 223 | 0.27 | 0.16 | 0 | 0.13 | 215.41 | 0.49 | 0.75 |
| Hex | A2 | BB | DF | 1B | 10 | 0 | D | D7 | 31 | 4B |
| Octal | 242 | 273 | 337 | 33 | 20 | 0 | 15 | 327 | 61 | 113 |
| Binary | 10100010 | 10111011 | 11011111 | 11011 | 10000 | 0 | 1101 | 11010111 | 110001 | 1001011 |
Color Harmonies of #A2BBDF
Complementary color
Monochromatic Colors of #A2BBDF
Black with #A2BBDF
Text Example
Text Example
White with #A2BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBDF; }
p { color: rgb(162,187,223); }
H1.HeaderClassName
{
color: #A2BBDF;
}
.AnyTagClassName
{
color: #A2BBDF;
}
</style>
background-color css
<style>
a { background-color: #A2BBDF; }
a { background-color: rgb(162,187,223); }
div.DivClassName
{
background-color: #A2BBDF;
}
.BgClassName
{
background-color: #A2BBDF;
}
</style>
border-color css
<style>
span { border-color: #A2BBDF; }
span { border-color: rgb(162,187,223); }
td.TdClassName
{
border-color: #A2BBDF;
}
.TagClassName
{
border-color: #A2BBDF;
}
</style>