Shades of Light Steel Blue #A3C2DB
Tints of Light Steel Blue #A3C2DB
RGB
CMYK
RGB Variations
Color information
#A3C2DB (or 0xA3C2DB) is known color: Light Steel Blue. HEX triplet: A3, C2 and DB. RGB value is (163,194,219). Sum of RGB (Red+Green+Blue) = 163+194+219=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C2DB is #5C3D24. Grayscale: #BBBBBB. Windows color (decimal): -6044965 or 14402211. OLE color: 14402211.
HSL color Cylindrical-coordinate representation of color #A3C2DB: hue angle of 206.79º 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 #A3C2DB is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 194 | 219 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.14 |
| HSL | 206.79º | 0.44% | 0.75% | - |
| HSV(B) | 206.79º | 0.26% | 0.86% | - |
| XYZ | 47.18 | 51.48 | 74.47 | - |
| YUV | 187.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 219 | 0.26 | 0.11 | 0 | 0.14 | 206.79 | 0.44 | 0.75 |
| Hex | A3 | C2 | DB | 1A | B | 0 | E | CF | 2C | 4B |
| Octal | 243 | 302 | 333 | 32 | 13 | 0 | 16 | 317 | 54 | 113 |
| Binary | 10100011 | 11000010 | 11011011 | 11010 | 1011 | 0 | 1110 | 11001111 | 101100 | 1001011 |
Color Harmonies of #A3C2DB
Complementary color
Monochromatic Colors of #A3C2DB
Black with #A3C2DB
Text Example
Text Example
White with #A3C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2DB; }
p { color: rgb(163,194,219); }
H1.HeaderClassName
{
color: #A3C2DB;
}
.AnyTagClassName
{
color: #A3C2DB;
}
</style>
background-color css
<style>
a { background-color: #A3C2DB; }
a { background-color: rgb(163,194,219); }
div.DivClassName
{
background-color: #A3C2DB;
}
.BgClassName
{
background-color: #A3C2DB;
}
</style>
border-color css
<style>
span { border-color: #A3C2DB; }
span { border-color: rgb(163,194,219); }
td.TdClassName
{
border-color: #A3C2DB;
}
.TagClassName
{
border-color: #A3C2DB;
}
</style>