Shades of Light Steel Blue #A6C2E1
Tints of Light Steel Blue #A6C2E1
RGB
CMYK
RGB Variations
Color information
#A6C2E1 (or 0xA6C2E1) is known color: Light Steel Blue. HEX triplet: A6, C2 and E1. RGB value is (166,194,225). Sum of RGB (Red+Green+Blue) = 166+194+225=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6C2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2E1 is #593D1E. Grayscale: #BDBDBD. Windows color (decimal): -5848351 or 14795430. OLE color: 14795430.
HSL color Cylindrical-coordinate representation of color #A6C2E1: hue angle of 211.53º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C2E1 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 194 | 225 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.12 |
| HSL | 211.53º | 0.5% | 0.77% | - |
| HSV(B) | 211.53º | 0.26% | 0.88% | - |
| XYZ | 48.61 | 52.13 | 78.73 | - |
| YUV | 189.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 225 | 0.26 | 0.14 | 0 | 0.12 | 211.53 | 0.5 | 0.77 |
| Hex | A6 | C2 | E1 | 1A | E | 0 | C | D4 | 32 | 4D |
| Octal | 246 | 302 | 341 | 32 | 16 | 0 | 14 | 324 | 62 | 115 |
| Binary | 10100110 | 11000010 | 11100001 | 11010 | 1110 | 0 | 1100 | 11010100 | 110010 | 1001101 |
Color Harmonies of #A6C2E1
Complementary color
Monochromatic Colors of #A6C2E1
Black with #A6C2E1
Text Example
Text Example
White with #A6C2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2E1; }
p { color: rgb(166,194,225); }
H1.HeaderClassName
{
color: #A6C2E1;
}
.AnyTagClassName
{
color: #A6C2E1;
}
</style>
background-color css
<style>
a { background-color: #A6C2E1; }
a { background-color: rgb(166,194,225); }
div.DivClassName
{
background-color: #A6C2E1;
}
.BgClassName
{
background-color: #A6C2E1;
}
</style>
border-color css
<style>
span { border-color: #A6C2E1; }
span { border-color: rgb(166,194,225); }
td.TdClassName
{
border-color: #A6C2E1;
}
.TagClassName
{
border-color: #A6C2E1;
}
</style>