Shades of Light Steel Blue #A1BCD6
Tints of Light Steel Blue #A1BCD6
RGB
CMYK
RGB Variations
Color information
#A1BCD6 (or 0xA1BCD6) is known color: Light Steel Blue. HEX triplet: A1, BC and D6. RGB value is (161,188,214). Sum of RGB (Red+Green+Blue) = 161+188+214=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #A1BCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCD6 is #5E4329. Grayscale: #B6B6B6. Windows color (decimal): -6177578 or 14072993. OLE color: 14072993.
HSL color Cylindrical-coordinate representation of color #A1BCD6: hue angle of 209.43º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1BCD6 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 188 | 214 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.16 |
| HSL | 209.43º | 0.39% | 0.74% | - |
| HSV(B) | 209.43º | 0.25% | 0.84% | - |
| XYZ | 44.82 | 48.4 | 70.6 | - |
| YUV | 182.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 214 | 0.25 | 0.12 | 0 | 0.16 | 209.43 | 0.39 | 0.74 |
| Hex | A1 | BC | D6 | 19 | C | 0 | 10 | D1 | 27 | 4A |
| Octal | 241 | 274 | 326 | 31 | 14 | 0 | 20 | 321 | 47 | 112 |
| Binary | 10100001 | 10111100 | 11010110 | 11001 | 1100 | 0 | 10000 | 11010001 | 100111 | 1001010 |
Color Harmonies of #A1BCD6
Complementary color
Monochromatic Colors of #A1BCD6
Black with #A1BCD6
Text Example
Text Example
White with #A1BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCD6; }
p { color: rgb(161,188,214); }
H1.HeaderClassName
{
color: #A1BCD6;
}
.AnyTagClassName
{
color: #A1BCD6;
}
</style>
background-color css
<style>
a { background-color: #A1BCD6; }
a { background-color: rgb(161,188,214); }
div.DivClassName
{
background-color: #A1BCD6;
}
.BgClassName
{
background-color: #A1BCD6;
}
</style>
border-color css
<style>
span { border-color: #A1BCD6; }
span { border-color: rgb(161,188,214); }
td.TdClassName
{
border-color: #A1BCD6;
}
.TagClassName
{
border-color: #A1BCD6;
}
</style>