Shades of Light Steel Blue #A6C4E1
Tints of Light Steel Blue #A6C4E1
RGB
CMYK
RGB Variations
Color information
#A6C4E1 (or 0xA6C4E1) is known color: Light Steel Blue. HEX triplet: A6, C4 and E1. RGB value is (166,196,225). Sum of RGB (Red+Green+Blue) = 166+196+225=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6C4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C4E1 is #593B1E. Grayscale: #BEBEBE. Windows color (decimal): -5847839 or 14795942. OLE color: 14795942.
HSL color Cylindrical-coordinate representation of color #A6C4E1: hue angle of 209.49º 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 #A6C4E1 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 196 | 225 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.12 |
| HSL | 209.49º | 0.5% | 0.77% | - |
| HSV(B) | 209.49º | 0.26% | 0.88% | - |
| XYZ | 49.06 | 53.02 | 78.88 | - |
| YUV | 190.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 225 | 0.26 | 0.13 | 0 | 0.12 | 209.49 | 0.5 | 0.77 |
| Hex | A6 | C4 | E1 | 1A | D | 0 | C | D1 | 32 | 4D |
| Octal | 246 | 304 | 341 | 32 | 15 | 0 | 14 | 321 | 62 | 115 |
| Binary | 10100110 | 11000100 | 11100001 | 11010 | 1101 | 0 | 1100 | 11010001 | 110010 | 1001101 |
Color Harmonies of #A6C4E1
Complementary color
Monochromatic Colors of #A6C4E1
Black with #A6C4E1
Text Example
Text Example
White with #A6C4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C4E1; }
p { color: rgb(166,196,225); }
H1.HeaderClassName
{
color: #A6C4E1;
}
.AnyTagClassName
{
color: #A6C4E1;
}
</style>
background-color css
<style>
a { background-color: #A6C4E1; }
a { background-color: rgb(166,196,225); }
div.DivClassName
{
background-color: #A6C4E1;
}
.BgClassName
{
background-color: #A6C4E1;
}
</style>
border-color css
<style>
span { border-color: #A6C4E1; }
span { border-color: rgb(166,196,225); }
td.TdClassName
{
border-color: #A6C4E1;
}
.TagClassName
{
border-color: #A6C4E1;
}
</style>