Shades of Light Steel Blue #A3C0DC
Tints of Light Steel Blue #A3C0DC
RGB
CMYK
RGB Variations
Color information
#A3C0DC (or 0xA3C0DC) is known color: Light Steel Blue. HEX triplet: A3, C0 and DC. RGB value is (163,192,220). Sum of RGB (Red+Green+Blue) = 163+192+220=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0DC is #5C3F23. Grayscale: #BABABA. Windows color (decimal): -6045476 or 14467235. OLE color: 14467235.
HSL color Cylindrical-coordinate representation of color #A3C0DC: hue angle of 209.47º 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 #A3C0DC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 192 | 220 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.14 |
| HSL | 209.47º | 0.45% | 0.75% | - |
| HSV(B) | 209.47º | 0.26% | 0.86% | - |
| XYZ | 46.87 | 50.65 | 75.02 | - |
| YUV | 186.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 220 | 0.26 | 0.13 | 0 | 0.14 | 209.47 | 0.45 | 0.75 |
| Hex | A3 | C0 | DC | 1A | D | 0 | E | D1 | 2D | 4B |
| Octal | 243 | 300 | 334 | 32 | 15 | 0 | 16 | 321 | 55 | 113 |
| Binary | 10100011 | 11000000 | 11011100 | 11010 | 1101 | 0 | 1110 | 11010001 | 101101 | 1001011 |
Color Harmonies of #A3C0DC
Complementary color
Monochromatic Colors of #A3C0DC
Black with #A3C0DC
Text Example
Text Example
White with #A3C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0DC; }
p { color: rgb(163,192,220); }
H1.HeaderClassName
{
color: #A3C0DC;
}
.AnyTagClassName
{
color: #A3C0DC;
}
</style>
background-color css
<style>
a { background-color: #A3C0DC; }
a { background-color: rgb(163,192,220); }
div.DivClassName
{
background-color: #A3C0DC;
}
.BgClassName
{
background-color: #A3C0DC;
}
</style>
border-color css
<style>
span { border-color: #A3C0DC; }
span { border-color: rgb(163,192,220); }
td.TdClassName
{
border-color: #A3C0DC;
}
.TagClassName
{
border-color: #A3C0DC;
}
</style>