Shades of Light Steel Blue #A3BDE1
Tints of Light Steel Blue #A3BDE1
RGB
CMYK
RGB Variations
Color information
#A3BDE1 (or 0xA3BDE1) is known color: Light Steel Blue. HEX triplet: A3, BD and E1. RGB value is (163,189,225). Sum of RGB (Red+Green+Blue) = 163+189+225=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #A3BDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDE1 is #5C421E. Grayscale: #B9B9B9. Windows color (decimal): -6046239 or 14794147. OLE color: 14794147.
HSL color Cylindrical-coordinate representation of color #A3BDE1: hue angle of 214.84º 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 #A3BDE1 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 189 | 225 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.12 |
| HSL | 214.84º | 0.51% | 0.76% | - |
| HSV(B) | 214.84º | 0.28% | 0.88% | - |
| XYZ | 46.89 | 49.62 | 78.34 | - |
| YUV | 185.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 225 | 0.28 | 0.16 | 0 | 0.12 | 214.84 | 0.51 | 0.76 |
| Hex | A3 | BD | E1 | 1C | 10 | 0 | C | D7 | 33 | 4C |
| Octal | 243 | 275 | 341 | 34 | 20 | 0 | 14 | 327 | 63 | 114 |
| Binary | 10100011 | 10111101 | 11100001 | 11100 | 10000 | 0 | 1100 | 11010111 | 110011 | 1001100 |
Color Harmonies of #A3BDE1
Complementary color
Monochromatic Colors of #A3BDE1
Black with #A3BDE1
Text Example
Text Example
White with #A3BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDE1; }
p { color: rgb(163,189,225); }
H1.HeaderClassName
{
color: #A3BDE1;
}
.AnyTagClassName
{
color: #A3BDE1;
}
</style>
background-color css
<style>
a { background-color: #A3BDE1; }
a { background-color: rgb(163,189,225); }
div.DivClassName
{
background-color: #A3BDE1;
}
.BgClassName
{
background-color: #A3BDE1;
}
</style>
border-color css
<style>
span { border-color: #A3BDE1; }
span { border-color: rgb(163,189,225); }
td.TdClassName
{
border-color: #A3BDE1;
}
.TagClassName
{
border-color: #A3BDE1;
}
</style>