Shades of Light Steel Blue #A2BDE6
Tints of Light Steel Blue #A2BDE6
RGB
CMYK
RGB Variations
Color information
#A2BDE6 (or 0xA2BDE6) is known color: Light Steel Blue. HEX triplet: A2, BD and E6. RGB value is (162,189,230). Sum of RGB (Red+Green+Blue) = 162+189+230=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #A2BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BDE6 is #5D4219. Grayscale: #B9B9B9. Windows color (decimal): -6111770 or 15121826. OLE color: 15121826.
HSL color Cylindrical-coordinate representation of color #A2BDE6: hue angle of 216.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2BDE6 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 189 | 230 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.10 |
| HSL | 216.18º | 0.58% | 0.77% | - |
| HSV(B) | 216.18º | 0.3% | 0.9% | - |
| XYZ | 47.38 | 49.79 | 81.98 | - |
| YUV | 185.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 230 | 0.30 | 0.18 | 0 | 0.10 | 216.18 | 0.58 | 0.77 |
| Hex | A2 | BD | E6 | 1E | 12 | 0 | A | D8 | 3A | 4D |
| Octal | 242 | 275 | 346 | 36 | 22 | 0 | 12 | 330 | 72 | 115 |
| Binary | 10100010 | 10111101 | 11100110 | 11110 | 10010 | 0 | 1010 | 11011000 | 111010 | 1001101 |
Color Harmonies of #A2BDE6
Complementary color
Monochromatic Colors of #A2BDE6
Black with #A2BDE6
Text Example
Text Example
White with #A2BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDE6; }
p { color: rgb(162,189,230); }
H1.HeaderClassName
{
color: #A2BDE6;
}
.AnyTagClassName
{
color: #A2BDE6;
}
</style>
background-color css
<style>
a { background-color: #A2BDE6; }
a { background-color: rgb(162,189,230); }
div.DivClassName
{
background-color: #A2BDE6;
}
.BgClassName
{
background-color: #A2BDE6;
}
</style>
border-color css
<style>
span { border-color: #A2BDE6; }
span { border-color: rgb(162,189,230); }
td.TdClassName
{
border-color: #A2BDE6;
}
.TagClassName
{
border-color: #A2BDE6;
}
</style>