Shades of Light Steel Blue #A3C2DF
Tints of Light Steel Blue #A3C2DF
RGB
CMYK
RGB Variations
Color information
#A3C2DF (or 0xA3C2DF) is known color: Light Steel Blue. HEX triplet: A3, C2 and DF. RGB value is (163,194,223). Sum of RGB (Red+Green+Blue) = 163+194+223=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C2DF is #5C3D20. Grayscale: #BBBBBB. Windows color (decimal): -6044961 or 14664355. OLE color: 14664355.
HSL color Cylindrical-coordinate representation of color #A3C2DF: hue angle of 209º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3C2DF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 194 | 223 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.13 |
| HSL | 209º | 0.48% | 0.76% | - |
| HSV(B) | 209º | 0.27% | 0.87% | - |
| XYZ | 47.72 | 51.7 | 77.28 | - |
| YUV | 188.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 223 | 0.27 | 0.13 | 0 | 0.13 | 209 | 0.48 | 0.76 |
| Hex | A3 | C2 | DF | 1B | D | 0 | D | D1 | 30 | 4C |
| Octal | 243 | 302 | 337 | 33 | 15 | 0 | 15 | 321 | 60 | 114 |
| Binary | 10100011 | 11000010 | 11011111 | 11011 | 1101 | 0 | 1101 | 11010001 | 110000 | 1001100 |
Color Harmonies of #A3C2DF
Complementary color
Monochromatic Colors of #A3C2DF
Black with #A3C2DF
Text Example
Text Example
White with #A3C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2DF; }
p { color: rgb(163,194,223); }
H1.HeaderClassName
{
color: #A3C2DF;
}
.AnyTagClassName
{
color: #A3C2DF;
}
</style>
background-color css
<style>
a { background-color: #A3C2DF; }
a { background-color: rgb(163,194,223); }
div.DivClassName
{
background-color: #A3C2DF;
}
.BgClassName
{
background-color: #A3C2DF;
}
</style>
border-color css
<style>
span { border-color: #A3C2DF; }
span { border-color: rgb(163,194,223); }
td.TdClassName
{
border-color: #A3C2DF;
}
.TagClassName
{
border-color: #A3C2DF;
}
</style>