Shades of Light Steel Blue #A3B8DB
Tints of Light Steel Blue #A3B8DB
RGB
CMYK
RGB Variations
Color information
#A3B8DB (or 0xA3B8DB) is known color: Light Steel Blue. HEX triplet: A3, B8 and DB. RGB value is (163,184,219). Sum of RGB (Red+Green+Blue) = 163+184+219=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B8DB is #5C4724. Grayscale: #B5B5B5. Windows color (decimal): -6047525 or 14399651. OLE color: 14399651.
HSL color Cylindrical-coordinate representation of color #A3B8DB: hue angle of 217.5º 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 #A3B8DB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 184 | 219 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.14 |
| HSL | 217.5º | 0.44% | 0.75% | - |
| HSV(B) | 217.5º | 0.26% | 0.86% | - |
| XYZ | 45.03 | 47.18 | 73.75 | - |
| YUV | 181.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 219 | 0.26 | 0.16 | 0 | 0.14 | 217.5 | 0.44 | 0.75 |
| Hex | A3 | B8 | DB | 1A | 10 | 0 | E | DA | 2C | 4B |
| Octal | 243 | 270 | 333 | 32 | 20 | 0 | 16 | 332 | 54 | 113 |
| Binary | 10100011 | 10111000 | 11011011 | 11010 | 10000 | 0 | 1110 | 11011010 | 101100 | 1001011 |
Color Harmonies of #A3B8DB
Complementary color
Monochromatic Colors of #A3B8DB
Black with #A3B8DB
Text Example
Text Example
White with #A3B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B8DB; }
p { color: rgb(163,184,219); }
H1.HeaderClassName
{
color: #A3B8DB;
}
.AnyTagClassName
{
color: #A3B8DB;
}
</style>
background-color css
<style>
a { background-color: #A3B8DB; }
a { background-color: rgb(163,184,219); }
div.DivClassName
{
background-color: #A3B8DB;
}
.BgClassName
{
background-color: #A3B8DB;
}
</style>
border-color css
<style>
span { border-color: #A3B8DB; }
span { border-color: rgb(163,184,219); }
td.TdClassName
{
border-color: #A3B8DB;
}
.TagClassName
{
border-color: #A3B8DB;
}
</style>