Shades of Light Steel Blue #A3C4DC
Tints of Light Steel Blue #A3C4DC
RGB
CMYK
RGB Variations
Color information
#A3C4DC (or 0xA3C4DC) is known color: Light Steel Blue. HEX triplet: A3, C4 and DC. RGB value is (163,196,220). Sum of RGB (Red+Green+Blue) = 163+196+220=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4DC is #5C3B23. Grayscale: #BCBCBC. Windows color (decimal): -6044452 or 14468259. OLE color: 14468259.
HSL color Cylindrical-coordinate representation of color #A3C4DC: hue angle of 205.26º 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 #A3C4DC is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 196 | 220 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.14 |
| HSL | 205.26º | 0.45% | 0.75% | - |
| HSV(B) | 205.26º | 0.26% | 0.86% | - |
| XYZ | 47.76 | 52.43 | 75.31 | - |
| YUV | 188.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 220 | 0.26 | 0.11 | 0 | 0.14 | 205.26 | 0.45 | 0.75 |
| Hex | A3 | C4 | DC | 1A | B | 0 | E | CD | 2D | 4B |
| Octal | 243 | 304 | 334 | 32 | 13 | 0 | 16 | 315 | 55 | 113 |
| Binary | 10100011 | 11000100 | 11011100 | 11010 | 1011 | 0 | 1110 | 11001101 | 101101 | 1001011 |
Color Harmonies of #A3C4DC
Complementary color
Monochromatic Colors of #A3C4DC
Black with #A3C4DC
Text Example
Text Example
White with #A3C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C4DC; }
p { color: rgb(163,196,220); }
H1.HeaderClassName
{
color: #A3C4DC;
}
.AnyTagClassName
{
color: #A3C4DC;
}
</style>
background-color css
<style>
a { background-color: #A3C4DC; }
a { background-color: rgb(163,196,220); }
div.DivClassName
{
background-color: #A3C4DC;
}
.BgClassName
{
background-color: #A3C4DC;
}
</style>
border-color css
<style>
span { border-color: #A3C4DC; }
span { border-color: rgb(163,196,220); }
td.TdClassName
{
border-color: #A3C4DC;
}
.TagClassName
{
border-color: #A3C4DC;
}
</style>