Shades of Light Steel Blue #A1BCE5
Tints of Light Steel Blue #A1BCE5
RGB
CMYK
RGB Variations
Color information
#A1BCE5 (or 0xA1BCE5) is known color: Light Steel Blue. HEX triplet: A1, BC and E5. RGB value is (161,188,229). Sum of RGB (Red+Green+Blue) = 161+188+229=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #A1BCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCE5 is #5E431A. Grayscale: #B8B8B8. Windows color (decimal): -6177563 or 15056033. OLE color: 15056033.
HSL color Cylindrical-coordinate representation of color #A1BCE5: hue angle of 216.18º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1BCE5 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 188 | 229 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.10 |
| HSL | 216.18º | 0.57% | 0.76% | - |
| HSV(B) | 216.18º | 0.3% | 0.9% | - |
| XYZ | 46.82 | 49.2 | 81.16 | - |
| YUV | 184.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 229 | 0.30 | 0.18 | 0 | 0.10 | 216.18 | 0.57 | 0.76 |
| Hex | A1 | BC | E5 | 1E | 12 | 0 | A | D8 | 39 | 4C |
| Octal | 241 | 274 | 345 | 36 | 22 | 0 | 12 | 330 | 71 | 114 |
| Binary | 10100001 | 10111100 | 11100101 | 11110 | 10010 | 0 | 1010 | 11011000 | 111001 | 1001100 |
Color Harmonies of #A1BCE5
Complementary color
Monochromatic Colors of #A1BCE5
Black with #A1BCE5
Text Example
Text Example
White with #A1BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCE5; }
p { color: rgb(161,188,229); }
H1.HeaderClassName
{
color: #A1BCE5;
}
.AnyTagClassName
{
color: #A1BCE5;
}
</style>
background-color css
<style>
a { background-color: #A1BCE5; }
a { background-color: rgb(161,188,229); }
div.DivClassName
{
background-color: #A1BCE5;
}
.BgClassName
{
background-color: #A1BCE5;
}
</style>
border-color css
<style>
span { border-color: #A1BCE5; }
span { border-color: rgb(161,188,229); }
td.TdClassName
{
border-color: #A1BCE5;
}
.TagClassName
{
border-color: #A1BCE5;
}
</style>