Shades of Light Steel Blue #A1BDDB
Tints of Light Steel Blue #A1BDDB
RGB
CMYK
RGB Variations
Color information
#A1BDDB (or 0xA1BDDB) is known color: Light Steel Blue. HEX triplet: A1, BD and DB. RGB value is (161,189,219). Sum of RGB (Red+Green+Blue) = 161+189+219=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDDB is #5E4224. Grayscale: #B7B7B7. Windows color (decimal): -6177317 or 14400929. OLE color: 14400929.
HSL color Cylindrical-coordinate representation of color #A1BDDB: hue angle of 211.03º 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 #A1BDDB is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 189 | 219 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.14 |
| HSL | 211.03º | 0.45% | 0.75% | - |
| HSV(B) | 211.03º | 0.26% | 0.86% | - |
| XYZ | 45.68 | 49.09 | 74.08 | - |
| YUV | 184.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 219 | 0.26 | 0.14 | 0 | 0.14 | 211.03 | 0.45 | 0.75 |
| Hex | A1 | BD | DB | 1A | E | 0 | E | D3 | 2D | 4B |
| Octal | 241 | 275 | 333 | 32 | 16 | 0 | 16 | 323 | 55 | 113 |
| Binary | 10100001 | 10111101 | 11011011 | 11010 | 1110 | 0 | 1110 | 11010011 | 101101 | 1001011 |
Color Harmonies of #A1BDDB
Complementary color
Monochromatic Colors of #A1BDDB
Black with #A1BDDB
Text Example
Text Example
White with #A1BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDDB; }
p { color: rgb(161,189,219); }
H1.HeaderClassName
{
color: #A1BDDB;
}
.AnyTagClassName
{
color: #A1BDDB;
}
</style>
background-color css
<style>
a { background-color: #A1BDDB; }
a { background-color: rgb(161,189,219); }
div.DivClassName
{
background-color: #A1BDDB;
}
.BgClassName
{
background-color: #A1BDDB;
}
</style>
border-color css
<style>
span { border-color: #A1BDDB; }
span { border-color: rgb(161,189,219); }
td.TdClassName
{
border-color: #A1BDDB;
}
.TagClassName
{
border-color: #A1BDDB;
}
</style>