Shades of Light Steel Blue #A1BFDC
Tints of Light Steel Blue #A1BFDC
RGB
CMYK
RGB Variations
Color information
#A1BFDC (or 0xA1BFDC) is known color: Light Steel Blue. HEX triplet: A1, BF and DC. RGB value is (161,191,220). Sum of RGB (Red+Green+Blue) = 161+191+220=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFDC is #5E4023. Grayscale: #B9B9B9. Windows color (decimal): -6176804 or 14466977. OLE color: 14466977.
HSL color Cylindrical-coordinate representation of color #A1BFDC: hue angle of 209.49º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1BFDC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 191 | 220 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.14 |
| HSL | 209.49º | 0.46% | 0.75% | - |
| HSV(B) | 209.49º | 0.27% | 0.86% | - |
| XYZ | 46.25 | 50.01 | 74.92 | - |
| YUV | 185.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 220 | 0.27 | 0.13 | 0 | 0.14 | 209.49 | 0.46 | 0.75 |
| Hex | A1 | BF | DC | 1B | D | 0 | E | D1 | 2E | 4B |
| Octal | 241 | 277 | 334 | 33 | 15 | 0 | 16 | 321 | 56 | 113 |
| Binary | 10100001 | 10111111 | 11011100 | 11011 | 1101 | 0 | 1110 | 11010001 | 101110 | 1001011 |
Color Harmonies of #A1BFDC
Complementary color
Monochromatic Colors of #A1BFDC
Black with #A1BFDC
Text Example
Text Example
White with #A1BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFDC; }
p { color: rgb(161,191,220); }
H1.HeaderClassName
{
color: #A1BFDC;
}
.AnyTagClassName
{
color: #A1BFDC;
}
</style>
background-color css
<style>
a { background-color: #A1BFDC; }
a { background-color: rgb(161,191,220); }
div.DivClassName
{
background-color: #A1BFDC;
}
.BgClassName
{
background-color: #A1BFDC;
}
</style>
border-color css
<style>
span { border-color: #A1BFDC; }
span { border-color: rgb(161,191,220); }
td.TdClassName
{
border-color: #A1BFDC;
}
.TagClassName
{
border-color: #A1BFDC;
}
</style>