Shades of Light Steel Blue #A2BEE5
Tints of Light Steel Blue #A2BEE5
RGB
CMYK
RGB Variations
Color information
#A2BEE5 (or 0xA2BEE5) is known color: Light Steel Blue. HEX triplet: A2, BE and E5. RGB value is (162,190,229). Sum of RGB (Red+Green+Blue) = 162+190+229=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2BEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEE5 is #5D411A. Grayscale: #B9B9B9. Windows color (decimal): -6111515 or 15056546. OLE color: 15056546.
HSL color Cylindrical-coordinate representation of color #A2BEE5: hue angle of 214.93º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2BEE5 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 190 | 229 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.10 |
| HSL | 214.93º | 0.56% | 0.77% | - |
| HSV(B) | 214.93º | 0.29% | 0.9% | - |
| XYZ | 47.46 | 50.17 | 81.31 | - |
| YUV | 186.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 229 | 0.29 | 0.17 | 0 | 0.10 | 214.93 | 0.56 | 0.77 |
| Hex | A2 | BE | E5 | 1D | 11 | 0 | A | D7 | 38 | 4D |
| Octal | 242 | 276 | 345 | 35 | 21 | 0 | 12 | 327 | 70 | 115 |
| Binary | 10100010 | 10111110 | 11100101 | 11101 | 10001 | 0 | 1010 | 11010111 | 111000 | 1001101 |
Color Harmonies of #A2BEE5
Complementary color
Monochromatic Colors of #A2BEE5
Black with #A2BEE5
Text Example
Text Example
White with #A2BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEE5; }
p { color: rgb(162,190,229); }
H1.HeaderClassName
{
color: #A2BEE5;
}
.AnyTagClassName
{
color: #A2BEE5;
}
</style>
background-color css
<style>
a { background-color: #A2BEE5; }
a { background-color: rgb(162,190,229); }
div.DivClassName
{
background-color: #A2BEE5;
}
.BgClassName
{
background-color: #A2BEE5;
}
</style>
border-color css
<style>
span { border-color: #A2BEE5; }
span { border-color: rgb(162,190,229); }
td.TdClassName
{
border-color: #A2BEE5;
}
.TagClassName
{
border-color: #A2BEE5;
}
</style>