Shades of Light Steel Blue #A6C4DD
Tints of Light Steel Blue #A6C4DD
RGB
CMYK
RGB Variations
Color information
#A6C4DD (or 0xA6C4DD) is known color: Light Steel Blue. HEX triplet: A6, C4 and DD. RGB value is (166,196,221). Sum of RGB (Red+Green+Blue) = 166+196+221=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6C4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C4DD is #593B22. Grayscale: #BDBDBD. Windows color (decimal): -5847843 or 14533798. OLE color: 14533798.
HSL color Cylindrical-coordinate representation of color #A6C4DD: hue angle of 207.27º degrees, saturation: 0.45, 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 #A6C4DD is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 196 | 221 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.13 |
| HSL | 207.27º | 0.45% | 0.76% | - |
| HSV(B) | 207.27º | 0.25% | 0.87% | - |
| XYZ | 48.52 | 52.81 | 76.04 | - |
| YUV | 189.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 221 | 0.25 | 0.11 | 0 | 0.13 | 207.27 | 0.45 | 0.76 |
| Hex | A6 | C4 | DD | 19 | B | 0 | D | CF | 2D | 4C |
| Octal | 246 | 304 | 335 | 31 | 13 | 0 | 15 | 317 | 55 | 114 |
| Binary | 10100110 | 11000100 | 11011101 | 11001 | 1011 | 0 | 1101 | 11001111 | 101101 | 1001100 |
Color Harmonies of #A6C4DD
Complementary color
Monochromatic Colors of #A6C4DD
Black with #A6C4DD
Text Example
Text Example
White with #A6C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C4DD; }
p { color: rgb(166,196,221); }
H1.HeaderClassName
{
color: #A6C4DD;
}
.AnyTagClassName
{
color: #A6C4DD;
}
</style>
background-color css
<style>
a { background-color: #A6C4DD; }
a { background-color: rgb(166,196,221); }
div.DivClassName
{
background-color: #A6C4DD;
}
.BgClassName
{
background-color: #A6C4DD;
}
</style>
border-color css
<style>
span { border-color: #A6C4DD; }
span { border-color: rgb(166,196,221); }
td.TdClassName
{
border-color: #A6C4DD;
}
.TagClassName
{
border-color: #A6C4DD;
}
</style>