Shades of Light Steel Blue #A3C1DC
Tints of Light Steel Blue #A3C1DC
RGB
CMYK
RGB Variations
Color information
#A3C1DC (or 0xA3C1DC) is known color: Light Steel Blue. HEX triplet: A3, C1 and DC. RGB value is (163,193,220). Sum of RGB (Red+Green+Blue) = 163+193+220=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1DC is #5C3E23. Grayscale: #BABABA. Windows color (decimal): -6045220 or 14467491. OLE color: 14467491.
HSL color Cylindrical-coordinate representation of color #A3C1DC: hue angle of 208.42º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3C1DC is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 193 | 220 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.14 |
| HSL | 208.42º | 0.45% | 0.75% | - |
| HSV(B) | 208.42º | 0.26% | 0.86% | - |
| XYZ | 47.09 | 51.09 | 75.09 | - |
| YUV | 187.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 220 | 0.26 | 0.12 | 0 | 0.14 | 208.42 | 0.45 | 0.75 |
| Hex | A3 | C1 | DC | 1A | C | 0 | E | D0 | 2D | 4B |
| Octal | 243 | 301 | 334 | 32 | 14 | 0 | 16 | 320 | 55 | 113 |
| Binary | 10100011 | 11000001 | 11011100 | 11010 | 1100 | 0 | 1110 | 11010000 | 101101 | 1001011 |
Color Harmonies of #A3C1DC
Complementary color
Monochromatic Colors of #A3C1DC
Black with #A3C1DC
Text Example
Text Example
White with #A3C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C1DC; }
p { color: rgb(163,193,220); }
H1.HeaderClassName
{
color: #A3C1DC;
}
.AnyTagClassName
{
color: #A3C1DC;
}
</style>
background-color css
<style>
a { background-color: #A3C1DC; }
a { background-color: rgb(163,193,220); }
div.DivClassName
{
background-color: #A3C1DC;
}
.BgClassName
{
background-color: #A3C1DC;
}
</style>
border-color css
<style>
span { border-color: #A3C1DC; }
span { border-color: rgb(163,193,220); }
td.TdClassName
{
border-color: #A3C1DC;
}
.TagClassName
{
border-color: #A3C1DC;
}
</style>