Shades of Light Steel Blue #A2BFE1
Tints of Light Steel Blue #A2BFE1
RGB
CMYK
RGB Variations
Color information
#A2BFE1 (or 0xA2BFE1) is known color: Light Steel Blue. HEX triplet: A2, BF and E1. RGB value is (162,191,225). Sum of RGB (Red+Green+Blue) = 162+191+225=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #A2BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFE1 is #5D401E. Grayscale: #BABABA. Windows color (decimal): -6111263 or 14794658. OLE color: 14794658.
HSL color Cylindrical-coordinate representation of color #A2BFE1: hue angle of 212.38º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2BFE1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 191 | 225 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.12 |
| HSL | 212.38º | 0.51% | 0.76% | - |
| HSV(B) | 212.38º | 0.28% | 0.88% | - |
| XYZ | 47.12 | 50.38 | 78.47 | - |
| YUV | 186.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 225 | 0.28 | 0.15 | 0 | 0.12 | 212.38 | 0.51 | 0.76 |
| Hex | A2 | BF | E1 | 1C | F | 0 | C | D4 | 33 | 4C |
| Octal | 242 | 277 | 341 | 34 | 17 | 0 | 14 | 324 | 63 | 114 |
| Binary | 10100010 | 10111111 | 11100001 | 11100 | 1111 | 0 | 1100 | 11010100 | 110011 | 1001100 |
Color Harmonies of #A2BFE1
Complementary color
Monochromatic Colors of #A2BFE1
Black with #A2BFE1
Text Example
Text Example
White with #A2BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFE1; }
p { color: rgb(162,191,225); }
H1.HeaderClassName
{
color: #A2BFE1;
}
.AnyTagClassName
{
color: #A2BFE1;
}
</style>
background-color css
<style>
a { background-color: #A2BFE1; }
a { background-color: rgb(162,191,225); }
div.DivClassName
{
background-color: #A2BFE1;
}
.BgClassName
{
background-color: #A2BFE1;
}
</style>
border-color css
<style>
span { border-color: #A2BFE1; }
span { border-color: rgb(162,191,225); }
td.TdClassName
{
border-color: #A2BFE1;
}
.TagClassName
{
border-color: #A2BFE1;
}
</style>