Shades of Light Steel Blue #A3C0DD
Tints of Light Steel Blue #A3C0DD
RGB
CMYK
RGB Variations
Color information
#A3C0DD (or 0xA3C0DD) is known color: Light Steel Blue. HEX triplet: A3, C0 and DD. RGB value is (163,192,221). Sum of RGB (Red+Green+Blue) = 163+192+221=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 192 (75.39% from 255 or 33.33% 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 #A3C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0DD is #5C3F22. Grayscale: #BABABA. Windows color (decimal): -6045475 or 14532771. OLE color: 14532771.
HSL color Cylindrical-coordinate representation of color #A3C0DD: hue angle of 210º 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 #A3C0DD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 192 | 221 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.13 |
| HSL | 210º | 0.46% | 0.75% | - |
| HSV(B) | 210º | 0.26% | 0.87% | - |
| XYZ | 47.01 | 50.71 | 75.72 | - |
| YUV | 186.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 221 | 0.26 | 0.13 | 0 | 0.13 | 210 | 0.46 | 0.75 |
| Hex | A3 | C0 | DD | 1A | D | 0 | D | D2 | 2E | 4B |
| Octal | 243 | 300 | 335 | 32 | 15 | 0 | 15 | 322 | 56 | 113 |
| Binary | 10100011 | 11000000 | 11011101 | 11010 | 1101 | 0 | 1101 | 11010010 | 101110 | 1001011 |
Color Harmonies of #A3C0DD
Complementary color
Monochromatic Colors of #A3C0DD
Black with #A3C0DD
Text Example
Text Example
White with #A3C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0DD; }
p { color: rgb(163,192,221); }
H1.HeaderClassName
{
color: #A3C0DD;
}
.AnyTagClassName
{
color: #A3C0DD;
}
</style>
background-color css
<style>
a { background-color: #A3C0DD; }
a { background-color: rgb(163,192,221); }
div.DivClassName
{
background-color: #A3C0DD;
}
.BgClassName
{
background-color: #A3C0DD;
}
</style>
border-color css
<style>
span { border-color: #A3C0DD; }
span { border-color: rgb(163,192,221); }
td.TdClassName
{
border-color: #A3C0DD;
}
.TagClassName
{
border-color: #A3C0DD;
}
</style>