Shades of Light Steel Blue #A3BDDC
Tints of Light Steel Blue #A3BDDC
RGB
CMYK
RGB Variations
Color information
#A3BDDC (or 0xA3BDDC) is known color: Light Steel Blue. HEX triplet: A3, BD and DC. RGB value is (163,189,220). Sum of RGB (Red+Green+Blue) = 163+189+220=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDDC is #5C4223. Grayscale: #B8B8B8. Windows color (decimal): -6046244 or 14466467. OLE color: 14466467.
HSL color Cylindrical-coordinate representation of color #A3BDDC: hue angle of 212.63º 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 #A3BDDC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 189 | 220 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.14 |
| HSL | 212.63º | 0.45% | 0.75% | - |
| HSV(B) | 212.63º | 0.26% | 0.86% | - |
| XYZ | 46.22 | 49.35 | 74.8 | - |
| YUV | 184.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 220 | 0.26 | 0.14 | 0 | 0.14 | 212.63 | 0.45 | 0.75 |
| Hex | A3 | BD | DC | 1A | E | 0 | E | D5 | 2D | 4B |
| Octal | 243 | 275 | 334 | 32 | 16 | 0 | 16 | 325 | 55 | 113 |
| Binary | 10100011 | 10111101 | 11011100 | 11010 | 1110 | 0 | 1110 | 11010101 | 101101 | 1001011 |
Color Harmonies of #A3BDDC
Complementary color
Monochromatic Colors of #A3BDDC
Black with #A3BDDC
Text Example
Text Example
White with #A3BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDDC; }
p { color: rgb(163,189,220); }
H1.HeaderClassName
{
color: #A3BDDC;
}
.AnyTagClassName
{
color: #A3BDDC;
}
</style>
background-color css
<style>
a { background-color: #A3BDDC; }
a { background-color: rgb(163,189,220); }
div.DivClassName
{
background-color: #A3BDDC;
}
.BgClassName
{
background-color: #A3BDDC;
}
</style>
border-color css
<style>
span { border-color: #A3BDDC; }
span { border-color: rgb(163,189,220); }
td.TdClassName
{
border-color: #A3BDDC;
}
.TagClassName
{
border-color: #A3BDDC;
}
</style>