Shades of Light Steel Blue #A3C2E4
Tints of Light Steel Blue #A3C2E4
RGB
CMYK
RGB Variations
Color information
#A3C2E4 (or 0xA3C2E4) is known color: Light Steel Blue. HEX triplet: A3, C2 and E4. RGB value is (163,194,228). Sum of RGB (Red+Green+Blue) = 163+194+228=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #A3C2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C2E4 is #5C3D1B. Grayscale: #BCBCBC. Windows color (decimal): -6044956 or 14992035. OLE color: 14992035.
HSL color Cylindrical-coordinate representation of color #A3C2E4: hue angle of 211.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3C2E4 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 194 | 228 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.11 |
| HSL | 211.38º | 0.55% | 0.77% | - |
| HSV(B) | 211.38º | 0.29% | 0.89% | - |
| XYZ | 48.4 | 51.97 | 80.88 | - |
| YUV | 188.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 228 | 0.29 | 0.15 | 0 | 0.11 | 211.38 | 0.55 | 0.77 |
| Hex | A3 | C2 | E4 | 1D | F | 0 | B | D3 | 37 | 4D |
| Octal | 243 | 302 | 344 | 35 | 17 | 0 | 13 | 323 | 67 | 115 |
| Binary | 10100011 | 11000010 | 11100100 | 11101 | 1111 | 0 | 1011 | 11010011 | 110111 | 1001101 |
Color Harmonies of #A3C2E4
Complementary color
Monochromatic Colors of #A3C2E4
Black with #A3C2E4
Text Example
Text Example
White with #A3C2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2E4; }
p { color: rgb(163,194,228); }
H1.HeaderClassName
{
color: #A3C2E4;
}
.AnyTagClassName
{
color: #A3C2E4;
}
</style>
background-color css
<style>
a { background-color: #A3C2E4; }
a { background-color: rgb(163,194,228); }
div.DivClassName
{
background-color: #A3C2E4;
}
.BgClassName
{
background-color: #A3C2E4;
}
</style>
border-color css
<style>
span { border-color: #A3C2E4; }
span { border-color: rgb(163,194,228); }
td.TdClassName
{
border-color: #A3C2E4;
}
.TagClassName
{
border-color: #A3C2E4;
}
</style>