Shades of Light Steel Blue #A1BFDB
Tints of Light Steel Blue #A1BFDB
RGB
CMYK
RGB Variations
Color information
#A1BFDB (or 0xA1BFDB) is known color: Light Steel Blue. HEX triplet: A1, BF and DB. RGB value is (161,191,219). Sum of RGB (Red+Green+Blue) = 161+191+219=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFDB is #5E4024. Grayscale: #B9B9B9. Windows color (decimal): -6176805 or 14401441. OLE color: 14401441.
HSL color Cylindrical-coordinate representation of color #A1BFDB: hue angle of 208.97º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1BFDB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 191 | 219 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.14 |
| HSL | 208.97º | 0.45% | 0.75% | - |
| HSV(B) | 208.97º | 0.26% | 0.86% | - |
| XYZ | 46.11 | 49.95 | 74.23 | - |
| YUV | 185.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 219 | 0.26 | 0.13 | 0 | 0.14 | 208.97 | 0.45 | 0.75 |
| Hex | A1 | BF | DB | 1A | D | 0 | E | D1 | 2D | 4B |
| Octal | 241 | 277 | 333 | 32 | 15 | 0 | 16 | 321 | 55 | 113 |
| Binary | 10100001 | 10111111 | 11011011 | 11010 | 1101 | 0 | 1110 | 11010001 | 101101 | 1001011 |
Color Harmonies of #A1BFDB
Complementary color
Monochromatic Colors of #A1BFDB
Black with #A1BFDB
Text Example
Text Example
White with #A1BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFDB; }
p { color: rgb(161,191,219); }
H1.HeaderClassName
{
color: #A1BFDB;
}
.AnyTagClassName
{
color: #A1BFDB;
}
</style>
background-color css
<style>
a { background-color: #A1BFDB; }
a { background-color: rgb(161,191,219); }
div.DivClassName
{
background-color: #A1BFDB;
}
.BgClassName
{
background-color: #A1BFDB;
}
</style>
border-color css
<style>
span { border-color: #A1BFDB; }
span { border-color: rgb(161,191,219); }
td.TdClassName
{
border-color: #A1BFDB;
}
.TagClassName
{
border-color: #A1BFDB;
}
</style>