Shades of Light Steel Blue #A3C1DD
Tints of Light Steel Blue #A3C1DD
RGB
CMYK
RGB Variations
Color information
#A3C1DD (or 0xA3C1DD) is known color: Light Steel Blue. HEX triplet: A3, C1 and DD. RGB value is (163,193,221). Sum of RGB (Red+Green+Blue) = 163+193+221=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3C1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1DD is #5C3E22. Grayscale: #BBBBBB. Windows color (decimal): -6045219 or 14533027. OLE color: 14533027.
HSL color Cylindrical-coordinate representation of color #A3C1DD: hue angle of 208.97º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3C1DD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 193 | 221 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.13 |
| HSL | 208.97º | 0.46% | 0.75% | - |
| HSV(B) | 208.97º | 0.26% | 0.87% | - |
| XYZ | 47.23 | 51.15 | 75.79 | - |
| YUV | 187.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 221 | 0.26 | 0.13 | 0 | 0.13 | 208.97 | 0.46 | 0.75 |
| Hex | A3 | C1 | DD | 1A | D | 0 | D | D1 | 2E | 4B |
| Octal | 243 | 301 | 335 | 32 | 15 | 0 | 15 | 321 | 56 | 113 |
| Binary | 10100011 | 11000001 | 11011101 | 11010 | 1101 | 0 | 1101 | 11010001 | 101110 | 1001011 |
Color Harmonies of #A3C1DD
Complementary color
Monochromatic Colors of #A3C1DD
Black with #A3C1DD
Text Example
Text Example
White with #A3C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C1DD; }
p { color: rgb(163,193,221); }
H1.HeaderClassName
{
color: #A3C1DD;
}
.AnyTagClassName
{
color: #A3C1DD;
}
</style>
background-color css
<style>
a { background-color: #A3C1DD; }
a { background-color: rgb(163,193,221); }
div.DivClassName
{
background-color: #A3C1DD;
}
.BgClassName
{
background-color: #A3C1DD;
}
</style>
border-color css
<style>
span { border-color: #A3C1DD; }
span { border-color: rgb(163,193,221); }
td.TdClassName
{
border-color: #A3C1DD;
}
.TagClassName
{
border-color: #A3C1DD;
}
</style>