Shades of Light Steel Blue #A6C4DE
Tints of Light Steel Blue #A6C4DE
RGB
CMYK
RGB Variations
Color information
#A6C4DE (or 0xA6C4DE) is known color: Light Steel Blue. HEX triplet: A6, C4 and DE. RGB value is (166,196,222). Sum of RGB (Red+Green+Blue) = 166+196+222=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6C4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C4DE is #593B21. Grayscale: #BDBDBD. Windows color (decimal): -5847842 or 14599334. OLE color: 14599334.
HSL color Cylindrical-coordinate representation of color #A6C4DE: hue angle of 207.86º 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 #A6C4DE is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 196 | 222 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.13 |
| HSL | 207.86º | 0.46% | 0.76% | - |
| HSV(B) | 207.86º | 0.25% | 0.87% | - |
| XYZ | 48.65 | 52.86 | 76.75 | - |
| YUV | 189.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 222 | 0.25 | 0.12 | 0 | 0.13 | 207.86 | 0.46 | 0.76 |
| Hex | A6 | C4 | DE | 19 | C | 0 | D | D0 | 2E | 4C |
| Octal | 246 | 304 | 336 | 31 | 14 | 0 | 15 | 320 | 56 | 114 |
| Binary | 10100110 | 11000100 | 11011110 | 11001 | 1100 | 0 | 1101 | 11010000 | 101110 | 1001100 |
Color Harmonies of #A6C4DE
Complementary color
Monochromatic Colors of #A6C4DE
Black with #A6C4DE
Text Example
Text Example
White with #A6C4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C4DE; }
p { color: rgb(166,196,222); }
H1.HeaderClassName
{
color: #A6C4DE;
}
.AnyTagClassName
{
color: #A6C4DE;
}
</style>
background-color css
<style>
a { background-color: #A6C4DE; }
a { background-color: rgb(166,196,222); }
div.DivClassName
{
background-color: #A6C4DE;
}
.BgClassName
{
background-color: #A6C4DE;
}
</style>
border-color css
<style>
span { border-color: #A6C4DE; }
span { border-color: rgb(166,196,222); }
td.TdClassName
{
border-color: #A6C4DE;
}
.TagClassName
{
border-color: #A6C4DE;
}
</style>