Shades of Light Steel Blue #A3BDDD
Tints of Light Steel Blue #A3BDDD
RGB
CMYK
RGB Variations
Color information
#A3BDDD (or 0xA3BDDD) is known color: Light Steel Blue. HEX triplet: A3, BD and DD. RGB value is (163,189,221). Sum of RGB (Red+Green+Blue) = 163+189+221=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDDD is #5C4222. Grayscale: #B8B8B8. Windows color (decimal): -6046243 or 14532003. OLE color: 14532003.
HSL color Cylindrical-coordinate representation of color #A3BDDD: hue angle of 213.1º 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 #A3BDDD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 189 | 221 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.13 |
| HSL | 213.1º | 0.46% | 0.75% | - |
| HSV(B) | 213.1º | 0.26% | 0.87% | - |
| XYZ | 46.35 | 49.4 | 75.5 | - |
| YUV | 184.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 221 | 0.26 | 0.14 | 0 | 0.13 | 213.1 | 0.46 | 0.75 |
| Hex | A3 | BD | DD | 1A | E | 0 | D | D5 | 2E | 4B |
| Octal | 243 | 275 | 335 | 32 | 16 | 0 | 15 | 325 | 56 | 113 |
| Binary | 10100011 | 10111101 | 11011101 | 11010 | 1110 | 0 | 1101 | 11010101 | 101110 | 1001011 |
Color Harmonies of #A3BDDD
Complementary color
Monochromatic Colors of #A3BDDD
Black with #A3BDDD
Text Example
Text Example
White with #A3BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDDD; }
p { color: rgb(163,189,221); }
H1.HeaderClassName
{
color: #A3BDDD;
}
.AnyTagClassName
{
color: #A3BDDD;
}
</style>
background-color css
<style>
a { background-color: #A3BDDD; }
a { background-color: rgb(163,189,221); }
div.DivClassName
{
background-color: #A3BDDD;
}
.BgClassName
{
background-color: #A3BDDD;
}
</style>
border-color css
<style>
span { border-color: #A3BDDD; }
span { border-color: rgb(163,189,221); }
td.TdClassName
{
border-color: #A3BDDD;
}
.TagClassName
{
border-color: #A3BDDD;
}
</style>