Shades of Light Steel Blue #A1BBDD
Tints of Light Steel Blue #A1BBDD
RGB
CMYK
RGB Variations
Color information
#A1BBDD (or 0xA1BBDD) is known color: Light Steel Blue. HEX triplet: A1, BB and DD. RGB value is (161,187,221). Sum of RGB (Red+Green+Blue) = 161+187+221=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBDD is #5E4422. Grayscale: #B6B6B6. Windows color (decimal): -6177827 or 14531489. OLE color: 14531489.
HSL color Cylindrical-coordinate representation of color #A1BBDD: hue angle of 214º degrees, saturation: 0.47, 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 #A1BBDD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 187 | 221 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.13 |
| HSL | 214º | 0.47% | 0.75% | - |
| HSV(B) | 214º | 0.27% | 0.87% | - |
| XYZ | 45.52 | 48.34 | 75.34 | - |
| YUV | 183.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 221 | 0.27 | 0.15 | 0 | 0.13 | 214 | 0.47 | 0.75 |
| Hex | A1 | BB | DD | 1B | F | 0 | D | D6 | 2F | 4B |
| Octal | 241 | 273 | 335 | 33 | 17 | 0 | 15 | 326 | 57 | 113 |
| Binary | 10100001 | 10111011 | 11011101 | 11011 | 1111 | 0 | 1101 | 11010110 | 101111 | 1001011 |
Color Harmonies of #A1BBDD
Complementary color
Monochromatic Colors of #A1BBDD
Black with #A1BBDD
Text Example
Text Example
White with #A1BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBDD; }
p { color: rgb(161,187,221); }
H1.HeaderClassName
{
color: #A1BBDD;
}
.AnyTagClassName
{
color: #A1BBDD;
}
</style>
background-color css
<style>
a { background-color: #A1BBDD; }
a { background-color: rgb(161,187,221); }
div.DivClassName
{
background-color: #A1BBDD;
}
.BgClassName
{
background-color: #A1BBDD;
}
</style>
border-color css
<style>
span { border-color: #A1BBDD; }
span { border-color: rgb(161,187,221); }
td.TdClassName
{
border-color: #A1BBDD;
}
.TagClassName
{
border-color: #A1BBDD;
}
</style>