Shades of Light Steel Blue #A6C2DB
Tints of Light Steel Blue #A6C2DB
RGB
CMYK
RGB Variations
Color information
#A6C2DB (or 0xA6C2DB) is known color: Light Steel Blue. HEX triplet: A6, C2 and DB. RGB value is (166,194,219). Sum of RGB (Red+Green+Blue) = 166+194+219=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2DB is #593D24. Grayscale: #BCBCBC. Windows color (decimal): -5848357 or 14402214. OLE color: 14402214.
HSL color Cylindrical-coordinate representation of color #A6C2DB: hue angle of 208.3º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C2DB is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 194 | 219 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.14 |
| HSL | 208.3º | 0.42% | 0.75% | - |
| HSV(B) | 208.3º | 0.24% | 0.86% | - |
| XYZ | 47.8 | 51.81 | 74.5 | - |
| YUV | 188.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 219 | 0.24 | 0.11 | 0 | 0.14 | 208.3 | 0.42 | 0.75 |
| Hex | A6 | C2 | DB | 18 | B | 0 | E | D0 | 2A | 4B |
| Octal | 246 | 302 | 333 | 30 | 13 | 0 | 16 | 320 | 52 | 113 |
| Binary | 10100110 | 11000010 | 11011011 | 11000 | 1011 | 0 | 1110 | 11010000 | 101010 | 1001011 |
Color Harmonies of #A6C2DB
Complementary color
Monochromatic Colors of #A6C2DB
Black with #A6C2DB
Text Example
Text Example
White with #A6C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2DB; }
p { color: rgb(166,194,219); }
H1.HeaderClassName
{
color: #A6C2DB;
}
.AnyTagClassName
{
color: #A6C2DB;
}
</style>
background-color css
<style>
a { background-color: #A6C2DB; }
a { background-color: rgb(166,194,219); }
div.DivClassName
{
background-color: #A6C2DB;
}
.BgClassName
{
background-color: #A6C2DB;
}
</style>
border-color css
<style>
span { border-color: #A6C2DB; }
span { border-color: rgb(166,194,219); }
td.TdClassName
{
border-color: #A6C2DB;
}
.TagClassName
{
border-color: #A6C2DB;
}
</style>