Shades of Light Steel Blue #A6C2DE
Tints of Light Steel Blue #A6C2DE
RGB
CMYK
RGB Variations
Color information
#A6C2DE (or 0xA6C2DE) is known color: Light Steel Blue. HEX triplet: A6, C2 and DE. RGB value is (166,194,222). Sum of RGB (Red+Green+Blue) = 166+194+222=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6C2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2DE is #593D21. Grayscale: #BCBCBC. Windows color (decimal): -5848354 or 14598822. OLE color: 14598822.
HSL color Cylindrical-coordinate representation of color #A6C2DE: hue angle of 210º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6C2DE is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 194 | 222 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.13 |
| HSL | 210º | 0.46% | 0.76% | - |
| HSV(B) | 210º | 0.25% | 0.87% | - |
| XYZ | 48.2 | 51.96 | 76.6 | - |
| YUV | 188.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 222 | 0.25 | 0.13 | 0 | 0.13 | 210 | 0.46 | 0.76 |
| Hex | A6 | C2 | DE | 19 | D | 0 | D | D2 | 2E | 4C |
| Octal | 246 | 302 | 336 | 31 | 15 | 0 | 15 | 322 | 56 | 114 |
| Binary | 10100110 | 11000010 | 11011110 | 11001 | 1101 | 0 | 1101 | 11010010 | 101110 | 1001100 |
Color Harmonies of #A6C2DE
Complementary color
Monochromatic Colors of #A6C2DE
Black with #A6C2DE
Text Example
Text Example
White with #A6C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2DE; }
p { color: rgb(166,194,222); }
H1.HeaderClassName
{
color: #A6C2DE;
}
.AnyTagClassName
{
color: #A6C2DE;
}
</style>
background-color css
<style>
a { background-color: #A6C2DE; }
a { background-color: rgb(166,194,222); }
div.DivClassName
{
background-color: #A6C2DE;
}
.BgClassName
{
background-color: #A6C2DE;
}
</style>
border-color css
<style>
span { border-color: #A6C2DE; }
span { border-color: rgb(166,194,222); }
td.TdClassName
{
border-color: #A6C2DE;
}
.TagClassName
{
border-color: #A6C2DE;
}
</style>