Shades of Light Steel Blue #A1BCE4
Tints of Light Steel Blue #A1BCE4
RGB
CMYK
RGB Variations
Color information
#A1BCE4 (or 0xA1BCE4) is known color: Light Steel Blue. HEX triplet: A1, BC and E4. RGB value is (161,188,228). Sum of RGB (Red+Green+Blue) = 161+188+228=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1BCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCE4 is #5E431B. Grayscale: #B8B8B8. Windows color (decimal): -6177564 or 14990497. OLE color: 14990497.
HSL color Cylindrical-coordinate representation of color #A1BCE4: hue angle of 215.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1BCE4 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 188 | 228 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.11 |
| HSL | 215.82º | 0.55% | 0.76% | - |
| HSV(B) | 215.82º | 0.29% | 0.89% | - |
| XYZ | 46.68 | 49.14 | 80.42 | - |
| YUV | 184.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 228 | 0.29 | 0.18 | 0 | 0.11 | 215.82 | 0.55 | 0.76 |
| Hex | A1 | BC | E4 | 1D | 12 | 0 | B | D8 | 37 | 4C |
| Octal | 241 | 274 | 344 | 35 | 22 | 0 | 13 | 330 | 67 | 114 |
| Binary | 10100001 | 10111100 | 11100100 | 11101 | 10010 | 0 | 1011 | 11011000 | 110111 | 1001100 |
Color Harmonies of #A1BCE4
Complementary color
Monochromatic Colors of #A1BCE4
Black with #A1BCE4
Text Example
Text Example
White with #A1BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCE4; }
p { color: rgb(161,188,228); }
H1.HeaderClassName
{
color: #A1BCE4;
}
.AnyTagClassName
{
color: #A1BCE4;
}
</style>
background-color css
<style>
a { background-color: #A1BCE4; }
a { background-color: rgb(161,188,228); }
div.DivClassName
{
background-color: #A1BCE4;
}
.BgClassName
{
background-color: #A1BCE4;
}
</style>
border-color css
<style>
span { border-color: #A1BCE4; }
span { border-color: rgb(161,188,228); }
td.TdClassName
{
border-color: #A1BCE4;
}
.TagClassName
{
border-color: #A1BCE4;
}
</style>