Shades of Light Steel Blue #A1C2DA
Tints of Light Steel Blue #A1C2DA
RGB
CMYK
RGB Variations
Color information
#A1C2DA (or 0xA1C2DA) is known color: Light Steel Blue. HEX triplet: A1, C2 and DA. RGB value is (161,194,218). Sum of RGB (Red+Green+Blue) = 161+194+218=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2DA is #5E3D25. Grayscale: #BABABA. Windows color (decimal): -6176038 or 14336673. OLE color: 14336673.
HSL color Cylindrical-coordinate representation of color #A1C2DA: hue angle of 205.26º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1C2DA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 194 | 218 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.15 |
| HSL | 205.26º | 0.44% | 0.74% | - |
| HSV(B) | 205.26º | 0.26% | 0.85% | - |
| XYZ | 46.64 | 51.22 | 73.76 | - |
| YUV | 186.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 218 | 0.26 | 0.11 | 0 | 0.15 | 205.26 | 0.44 | 0.74 |
| Hex | A1 | C2 | DA | 1A | B | 0 | F | CD | 2C | 4A |
| Octal | 241 | 302 | 332 | 32 | 13 | 0 | 17 | 315 | 54 | 112 |
| Binary | 10100001 | 11000010 | 11011010 | 11010 | 1011 | 0 | 1111 | 11001101 | 101100 | 1001010 |
Color Harmonies of #A1C2DA
Complementary color
Monochromatic Colors of #A1C2DA
Black with #A1C2DA
Text Example
Text Example
White with #A1C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2DA; }
p { color: rgb(161,194,218); }
H1.HeaderClassName
{
color: #A1C2DA;
}
.AnyTagClassName
{
color: #A1C2DA;
}
</style>
background-color css
<style>
a { background-color: #A1C2DA; }
a { background-color: rgb(161,194,218); }
div.DivClassName
{
background-color: #A1C2DA;
}
.BgClassName
{
background-color: #A1C2DA;
}
</style>
border-color css
<style>
span { border-color: #A1C2DA; }
span { border-color: rgb(161,194,218); }
td.TdClassName
{
border-color: #A1C2DA;
}
.TagClassName
{
border-color: #A1C2DA;
}
</style>