Shades of Light Steel Blue #A1BEDE
Tints of Light Steel Blue #A1BEDE
RGB
CMYK
RGB Variations
Color information
#A1BEDE (or 0xA1BEDE) is known color: Light Steel Blue. HEX triplet: A1, BE and DE. RGB value is (161,190,222). Sum of RGB (Red+Green+Blue) = 161+190+222=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEDE is #5E4121. Grayscale: #B8B8B8. Windows color (decimal): -6177058 or 14597793. OLE color: 14597793.
HSL color Cylindrical-coordinate representation of color #A1BEDE: hue angle of 211.48º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1BEDE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 190 | 222 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.13 |
| HSL | 211.48º | 0.48% | 0.75% | - |
| HSV(B) | 211.48º | 0.27% | 0.87% | - |
| XYZ | 46.3 | 49.68 | 76.26 | - |
| YUV | 184.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 222 | 0.27 | 0.14 | 0 | 0.13 | 211.48 | 0.48 | 0.75 |
| Hex | A1 | BE | DE | 1B | E | 0 | D | D3 | 30 | 4B |
| Octal | 241 | 276 | 336 | 33 | 16 | 0 | 15 | 323 | 60 | 113 |
| Binary | 10100001 | 10111110 | 11011110 | 11011 | 1110 | 0 | 1101 | 11010011 | 110000 | 1001011 |
Color Harmonies of #A1BEDE
Complementary color
Monochromatic Colors of #A1BEDE
Black with #A1BEDE
Text Example
Text Example
White with #A1BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEDE; }
p { color: rgb(161,190,222); }
H1.HeaderClassName
{
color: #A1BEDE;
}
.AnyTagClassName
{
color: #A1BEDE;
}
</style>
background-color css
<style>
a { background-color: #A1BEDE; }
a { background-color: rgb(161,190,222); }
div.DivClassName
{
background-color: #A1BEDE;
}
.BgClassName
{
background-color: #A1BEDE;
}
</style>
border-color css
<style>
span { border-color: #A1BEDE; }
span { border-color: rgb(161,190,222); }
td.TdClassName
{
border-color: #A1BEDE;
}
.TagClassName
{
border-color: #A1BEDE;
}
</style>