Shades of Light Steel Blue #A3BDDB
Tints of Light Steel Blue #A3BDDB
RGB
CMYK
RGB Variations
Color information
#A3BDDB (or 0xA3BDDB) is known color: Light Steel Blue. HEX triplet: A3, BD and DB. RGB value is (163,189,219). Sum of RGB (Red+Green+Blue) = 163+189+219=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDDB is #5C4224. Grayscale: #B8B8B8. Windows color (decimal): -6046245 or 14400931. OLE color: 14400931.
HSL color Cylindrical-coordinate representation of color #A3BDDB: hue angle of 212.14º degrees, saturation: 0.44, 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 #A3BDDB is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 189 | 219 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.14 |
| HSL | 212.14º | 0.44% | 0.75% | - |
| HSV(B) | 212.14º | 0.26% | 0.86% | - |
| XYZ | 46.09 | 49.3 | 74.1 | - |
| YUV | 184.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 219 | 0.26 | 0.14 | 0 | 0.14 | 212.14 | 0.44 | 0.75 |
| Hex | A3 | BD | DB | 1A | E | 0 | E | D4 | 2C | 4B |
| Octal | 243 | 275 | 333 | 32 | 16 | 0 | 16 | 324 | 54 | 113 |
| Binary | 10100011 | 10111101 | 11011011 | 11010 | 1110 | 0 | 1110 | 11010100 | 101100 | 1001011 |
Color Harmonies of #A3BDDB
Complementary color
Monochromatic Colors of #A3BDDB
Black with #A3BDDB
Text Example
Text Example
White with #A3BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDDB; }
p { color: rgb(163,189,219); }
H1.HeaderClassName
{
color: #A3BDDB;
}
.AnyTagClassName
{
color: #A3BDDB;
}
</style>
background-color css
<style>
a { background-color: #A3BDDB; }
a { background-color: rgb(163,189,219); }
div.DivClassName
{
background-color: #A3BDDB;
}
.BgClassName
{
background-color: #A3BDDB;
}
</style>
border-color css
<style>
span { border-color: #A3BDDB; }
span { border-color: rgb(163,189,219); }
td.TdClassName
{
border-color: #A3BDDB;
}
.TagClassName
{
border-color: #A3BDDB;
}
</style>