Shades of Light Steel Blue #A6C1E5
Tints of Light Steel Blue #A6C1E5
RGB
CMYK
RGB Variations
Color information
#A6C1E5 (or 0xA6C1E5) is known color: Light Steel Blue. HEX triplet: A6, C1 and E5. RGB value is (166,193,229). Sum of RGB (Red+Green+Blue) = 166+193+229=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6C1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1E5 is #593E1A. Grayscale: #BCBCBC. Windows color (decimal): -5848603 or 15057318. OLE color: 15057318.
HSL color Cylindrical-coordinate representation of color #A6C1E5: hue angle of 214.29º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6C1E5 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 193 | 229 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.10 |
| HSL | 214.29º | 0.55% | 0.77% | - |
| HSV(B) | 214.29º | 0.28% | 0.9% | - |
| XYZ | 48.94 | 51.9 | 81.57 | - |
| YUV | 189.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 229 | 0.28 | 0.16 | 0 | 0.10 | 214.29 | 0.55 | 0.77 |
| Hex | A6 | C1 | E5 | 1C | 10 | 0 | A | D6 | 37 | 4D |
| Octal | 246 | 301 | 345 | 34 | 20 | 0 | 12 | 326 | 67 | 115 |
| Binary | 10100110 | 11000001 | 11100101 | 11100 | 10000 | 0 | 1010 | 11010110 | 110111 | 1001101 |
Color Harmonies of #A6C1E5
Complementary color
Monochromatic Colors of #A6C1E5
Black with #A6C1E5
Text Example
Text Example
White with #A6C1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C1E5; }
p { color: rgb(166,193,229); }
H1.HeaderClassName
{
color: #A6C1E5;
}
.AnyTagClassName
{
color: #A6C1E5;
}
</style>
background-color css
<style>
a { background-color: #A6C1E5; }
a { background-color: rgb(166,193,229); }
div.DivClassName
{
background-color: #A6C1E5;
}
.BgClassName
{
background-color: #A6C1E5;
}
</style>
border-color css
<style>
span { border-color: #A6C1E5; }
span { border-color: rgb(166,193,229); }
td.TdClassName
{
border-color: #A6C1E5;
}
.TagClassName
{
border-color: #A6C1E5;
}
</style>