Shades of Light Steel Blue #A1C2DD
Tints of Light Steel Blue #A1C2DD
RGB
CMYK
RGB Variations
Color information
#A1C2DD (or 0xA1C2DD) is known color: Light Steel Blue. HEX triplet: A1, C2 and DD. RGB value is (161,194,221). Sum of RGB (Red+Green+Blue) = 161+194+221=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2DD is #5E3D22. Grayscale: #BBBBBB. Windows color (decimal): -6176035 or 14533281. OLE color: 14533281.
HSL color Cylindrical-coordinate representation of color #A1C2DD: hue angle of 207º 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 #A1C2DD is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 194 | 221 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.13 |
| HSL | 207º | 0.47% | 0.75% | - |
| HSV(B) | 207º | 0.27% | 0.87% | - |
| XYZ | 47.04 | 51.38 | 75.84 | - |
| YUV | 187.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 221 | 0.27 | 0.12 | 0 | 0.13 | 207 | 0.47 | 0.75 |
| Hex | A1 | C2 | DD | 1B | C | 0 | D | CF | 2F | 4B |
| Octal | 241 | 302 | 335 | 33 | 14 | 0 | 15 | 317 | 57 | 113 |
| Binary | 10100001 | 11000010 | 11011101 | 11011 | 1100 | 0 | 1101 | 11001111 | 101111 | 1001011 |
Color Harmonies of #A1C2DD
Complementary color
Monochromatic Colors of #A1C2DD
Black with #A1C2DD
Text Example
Text Example
White with #A1C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2DD; }
p { color: rgb(161,194,221); }
H1.HeaderClassName
{
color: #A1C2DD;
}
.AnyTagClassName
{
color: #A1C2DD;
}
</style>
background-color css
<style>
a { background-color: #A1C2DD; }
a { background-color: rgb(161,194,221); }
div.DivClassName
{
background-color: #A1C2DD;
}
.BgClassName
{
background-color: #A1C2DD;
}
</style>
border-color css
<style>
span { border-color: #A1C2DD; }
span { border-color: rgb(161,194,221); }
td.TdClassName
{
border-color: #A1C2DD;
}
.TagClassName
{
border-color: #A1C2DD;
}
</style>