Shades of Light Steel Blue #A3BBE1
Tints of Light Steel Blue #A3BBE1
RGB
CMYK
RGB Variations
Color information
#A3BBE1 (or 0xA3BBE1) is known color: Light Steel Blue. HEX triplet: A3, BB and E1. RGB value is (163,187,225). Sum of RGB (Red+Green+Blue) = 163+187+225=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #A3BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBE1 is #5C441E. Grayscale: #B7B7B7. Windows color (decimal): -6046751 or 14793635. OLE color: 14793635.
HSL color Cylindrical-coordinate representation of color #A3BBE1: hue angle of 216.77º 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 #A3BBE1 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 187 | 225 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.12 |
| HSL | 216.77º | 0.51% | 0.76% | - |
| HSV(B) | 216.77º | 0.28% | 0.88% | - |
| XYZ | 46.47 | 48.76 | 78.2 | - |
| YUV | 184.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 225 | 0.28 | 0.17 | 0 | 0.12 | 216.77 | 0.51 | 0.76 |
| Hex | A3 | BB | E1 | 1C | 11 | 0 | C | D9 | 33 | 4C |
| Octal | 243 | 273 | 341 | 34 | 21 | 0 | 14 | 331 | 63 | 114 |
| Binary | 10100011 | 10111011 | 11100001 | 11100 | 10001 | 0 | 1100 | 11011001 | 110011 | 1001100 |
Color Harmonies of #A3BBE1
Complementary color
Monochromatic Colors of #A3BBE1
Black with #A3BBE1
Text Example
Text Example
White with #A3BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBE1; }
p { color: rgb(163,187,225); }
H1.HeaderClassName
{
color: #A3BBE1;
}
.AnyTagClassName
{
color: #A3BBE1;
}
</style>
background-color css
<style>
a { background-color: #A3BBE1; }
a { background-color: rgb(163,187,225); }
div.DivClassName
{
background-color: #A3BBE1;
}
.BgClassName
{
background-color: #A3BBE1;
}
</style>
border-color css
<style>
span { border-color: #A3BBE1; }
span { border-color: rgb(163,187,225); }
td.TdClassName
{
border-color: #A3BBE1;
}
.TagClassName
{
border-color: #A3BBE1;
}
</style>