Shades of Light Steel Blue #A3C2DD
Tints of Light Steel Blue #A3C2DD
RGB
CMYK
RGB Variations
Color information
#A3C2DD (or 0xA3C2DD) is known color: Light Steel Blue. HEX triplet: A3, C2 and DD. RGB value is (163,194,221). Sum of RGB (Red+Green+Blue) = 163+194+221=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C2DD is #5C3D22. Grayscale: #BBBBBB. Windows color (decimal): -6044963 or 14533283. OLE color: 14533283.
HSL color Cylindrical-coordinate representation of color #A3C2DD: hue angle of 207.93º 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 #A3C2DD is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 194 | 221 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.13 |
| HSL | 207.93º | 0.46% | 0.75% | - |
| HSV(B) | 207.93º | 0.26% | 0.87% | - |
| XYZ | 47.45 | 51.59 | 75.86 | - |
| YUV | 187.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 221 | 0.26 | 0.12 | 0 | 0.13 | 207.93 | 0.46 | 0.75 |
| Hex | A3 | C2 | DD | 1A | C | 0 | D | D0 | 2E | 4B |
| Octal | 243 | 302 | 335 | 32 | 14 | 0 | 15 | 320 | 56 | 113 |
| Binary | 10100011 | 11000010 | 11011101 | 11010 | 1100 | 0 | 1101 | 11010000 | 101110 | 1001011 |
Color Harmonies of #A3C2DD
Complementary color
Monochromatic Colors of #A3C2DD
Black with #A3C2DD
Text Example
Text Example
White with #A3C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2DD; }
p { color: rgb(163,194,221); }
H1.HeaderClassName
{
color: #A3C2DD;
}
.AnyTagClassName
{
color: #A3C2DD;
}
</style>
background-color css
<style>
a { background-color: #A3C2DD; }
a { background-color: rgb(163,194,221); }
div.DivClassName
{
background-color: #A3C2DD;
}
.BgClassName
{
background-color: #A3C2DD;
}
</style>
border-color css
<style>
span { border-color: #A3C2DD; }
span { border-color: rgb(163,194,221); }
td.TdClassName
{
border-color: #A3C2DD;
}
.TagClassName
{
border-color: #A3C2DD;
}
</style>