Shades of Light Steel Blue #A1BFE1
Tints of Light Steel Blue #A1BFE1
RGB
CMYK
RGB Variations
Color information
#A1BFE1 (or 0xA1BFE1) is known color: Light Steel Blue. HEX triplet: A1, BF and E1. RGB value is (161,191,225). Sum of RGB (Red+Green+Blue) = 161+191+225=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 191 (75% from 255 or 33.10% 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 #A1BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFE1 is #5E401E. Grayscale: #B9B9B9. Windows color (decimal): -6176799 or 14794657. OLE color: 14794657.
HSL color Cylindrical-coordinate representation of color #A1BFE1: hue angle of 211.88º degrees, saturation: 0.52, 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 #A1BFE1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 191 | 225 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.12 |
| HSL | 211.88º | 0.52% | 0.76% | - |
| HSV(B) | 211.88º | 0.28% | 0.88% | - |
| XYZ | 46.92 | 50.27 | 78.47 | - |
| YUV | 185.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 225 | 0.28 | 0.15 | 0 | 0.12 | 211.88 | 0.52 | 0.76 |
| Hex | A1 | BF | E1 | 1C | F | 0 | C | D4 | 34 | 4C |
| Octal | 241 | 277 | 341 | 34 | 17 | 0 | 14 | 324 | 64 | 114 |
| Binary | 10100001 | 10111111 | 11100001 | 11100 | 1111 | 0 | 1100 | 11010100 | 110100 | 1001100 |
Color Harmonies of #A1BFE1
Complementary color
Monochromatic Colors of #A1BFE1
Black with #A1BFE1
Text Example
Text Example
White with #A1BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFE1; }
p { color: rgb(161,191,225); }
H1.HeaderClassName
{
color: #A1BFE1;
}
.AnyTagClassName
{
color: #A1BFE1;
}
</style>
background-color css
<style>
a { background-color: #A1BFE1; }
a { background-color: rgb(161,191,225); }
div.DivClassName
{
background-color: #A1BFE1;
}
.BgClassName
{
background-color: #A1BFE1;
}
</style>
border-color css
<style>
span { border-color: #A1BFE1; }
span { border-color: rgb(161,191,225); }
td.TdClassName
{
border-color: #A1BFE1;
}
.TagClassName
{
border-color: #A1BFE1;
}
</style>