Shades of Light Steel Blue #A1BEDF
Tints of Light Steel Blue #A1BEDF
RGB
CMYK
RGB Variations
Color information
#A1BEDF (or 0xA1BEDF) is known color: Light Steel Blue. HEX triplet: A1, BE and DF. RGB value is (161,190,223). Sum of RGB (Red+Green+Blue) = 161+190+223=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEDF is #5E4120. Grayscale: #B8B8B8. Windows color (decimal): -6177057 or 14663329. OLE color: 14663329.
HSL color Cylindrical-coordinate representation of color #A1BEDF: hue angle of 211.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1BEDF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 190 | 223 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.13 |
| HSL | 211.94º | 0.49% | 0.75% | - |
| HSV(B) | 211.94º | 0.28% | 0.87% | - |
| XYZ | 46.43 | 49.73 | 76.96 | - |
| YUV | 185.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 223 | 0.28 | 0.15 | 0 | 0.13 | 211.94 | 0.49 | 0.75 |
| Hex | A1 | BE | DF | 1C | F | 0 | D | D4 | 31 | 4B |
| Octal | 241 | 276 | 337 | 34 | 17 | 0 | 15 | 324 | 61 | 113 |
| Binary | 10100001 | 10111110 | 11011111 | 11100 | 1111 | 0 | 1101 | 11010100 | 110001 | 1001011 |
Color Harmonies of #A1BEDF
Complementary color
Monochromatic Colors of #A1BEDF
Black with #A1BEDF
Text Example
Text Example
White with #A1BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEDF; }
p { color: rgb(161,190,223); }
H1.HeaderClassName
{
color: #A1BEDF;
}
.AnyTagClassName
{
color: #A1BEDF;
}
</style>
background-color css
<style>
a { background-color: #A1BEDF; }
a { background-color: rgb(161,190,223); }
div.DivClassName
{
background-color: #A1BEDF;
}
.BgClassName
{
background-color: #A1BEDF;
}
</style>
border-color css
<style>
span { border-color: #A1BEDF; }
span { border-color: rgb(161,190,223); }
td.TdClassName
{
border-color: #A1BEDF;
}
.TagClassName
{
border-color: #A1BEDF;
}
</style>