Shades of Light Steel Blue #A4C0DC
Tints of Light Steel Blue #A4C0DC
RGB
CMYK
RGB Variations
Color information
#A4C0DC (or 0xA4C0DC) is known color: Light Steel Blue. HEX triplet: A4, C0 and DC. RGB value is (164,192,220). Sum of RGB (Red+Green+Blue) = 164+192+220=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0DC is #5B3F23. Grayscale: #BABABA. Windows color (decimal): -5979940 or 14467236. OLE color: 14467236.
HSL color Cylindrical-coordinate representation of color #A4C0DC: hue angle of 210º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4C0DC is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 192 | 220 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.14 |
| HSL | 210º | 0.44% | 0.75% | - |
| HSV(B) | 210º | 0.25% | 0.86% | - |
| XYZ | 47.08 | 50.76 | 75.03 | - |
| YUV | 186.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 220 | 0.25 | 0.13 | 0 | 0.14 | 210 | 0.44 | 0.75 |
| Hex | A4 | C0 | DC | 19 | D | 0 | E | D2 | 2C | 4B |
| Octal | 244 | 300 | 334 | 31 | 15 | 0 | 16 | 322 | 54 | 113 |
| Binary | 10100100 | 11000000 | 11011100 | 11001 | 1101 | 0 | 1110 | 11010010 | 101100 | 1001011 |
Color Harmonies of #A4C0DC
Complementary color
Monochromatic Colors of #A4C0DC
Black with #A4C0DC
Text Example
Text Example
White with #A4C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C0DC; }
p { color: rgb(164,192,220); }
H1.HeaderClassName
{
color: #A4C0DC;
}
.AnyTagClassName
{
color: #A4C0DC;
}
</style>
background-color css
<style>
a { background-color: #A4C0DC; }
a { background-color: rgb(164,192,220); }
div.DivClassName
{
background-color: #A4C0DC;
}
.BgClassName
{
background-color: #A4C0DC;
}
</style>
border-color css
<style>
span { border-color: #A4C0DC; }
span { border-color: rgb(164,192,220); }
td.TdClassName
{
border-color: #A4C0DC;
}
.TagClassName
{
border-color: #A4C0DC;
}
</style>