Shades of Light Steel Blue #A1BDDC
Tints of Light Steel Blue #A1BDDC
RGB
CMYK
RGB Variations
Color information
#A1BDDC (or 0xA1BDDC) is known color: Light Steel Blue. HEX triplet: A1, BD and DC. RGB value is (161,189,220). Sum of RGB (Red+Green+Blue) = 161+189+220=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDDC is #5E4223. Grayscale: #B8B8B8. Windows color (decimal): -6177316 or 14466465. OLE color: 14466465.
HSL color Cylindrical-coordinate representation of color #A1BDDC: hue angle of 211.53º 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 #A1BDDC is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 189 | 220 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.14 |
| HSL | 211.53º | 0.46% | 0.75% | - |
| HSV(B) | 211.53º | 0.27% | 0.86% | - |
| XYZ | 45.81 | 49.14 | 74.78 | - |
| YUV | 184.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 220 | 0.27 | 0.14 | 0 | 0.14 | 211.53 | 0.46 | 0.75 |
| Hex | A1 | BD | DC | 1B | E | 0 | E | D4 | 2E | 4B |
| Octal | 241 | 275 | 334 | 33 | 16 | 0 | 16 | 324 | 56 | 113 |
| Binary | 10100001 | 10111101 | 11011100 | 11011 | 1110 | 0 | 1110 | 11010100 | 101110 | 1001011 |
Color Harmonies of #A1BDDC
Complementary color
Monochromatic Colors of #A1BDDC
Black with #A1BDDC
Text Example
Text Example
White with #A1BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDDC; }
p { color: rgb(161,189,220); }
H1.HeaderClassName
{
color: #A1BDDC;
}
.AnyTagClassName
{
color: #A1BDDC;
}
</style>
background-color css
<style>
a { background-color: #A1BDDC; }
a { background-color: rgb(161,189,220); }
div.DivClassName
{
background-color: #A1BDDC;
}
.BgClassName
{
background-color: #A1BDDC;
}
</style>
border-color css
<style>
span { border-color: #A1BDDC; }
span { border-color: rgb(161,189,220); }
td.TdClassName
{
border-color: #A1BDDC;
}
.TagClassName
{
border-color: #A1BDDC;
}
</style>