Shades of Light Steel Blue #A4C0DF
Tints of Light Steel Blue #A4C0DF
RGB
CMYK
RGB Variations
Color information
#A4C0DF (or 0xA4C0DF) is known color: Light Steel Blue. HEX triplet: A4, C0 and DF. RGB value is (164,192,223). Sum of RGB (Red+Green+Blue) = 164+192+223=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0DF is #5B3F20. Grayscale: #BBBBBB. Windows color (decimal): -5979937 or 14663844. OLE color: 14663844.
HSL color Cylindrical-coordinate representation of color #A4C0DF: hue angle of 211.53º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4C0DF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 192 | 223 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.13 |
| HSL | 211.53º | 0.48% | 0.76% | - |
| HSV(B) | 211.53º | 0.26% | 0.87% | - |
| XYZ | 47.48 | 50.92 | 77.14 | - |
| YUV | 187.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 223 | 0.26 | 0.14 | 0 | 0.13 | 211.53 | 0.48 | 0.76 |
| Hex | A4 | C0 | DF | 1A | E | 0 | D | D4 | 30 | 4C |
| Octal | 244 | 300 | 337 | 32 | 16 | 0 | 15 | 324 | 60 | 114 |
| Binary | 10100100 | 11000000 | 11011111 | 11010 | 1110 | 0 | 1101 | 11010100 | 110000 | 1001100 |
Color Harmonies of #A4C0DF
Complementary color
Monochromatic Colors of #A4C0DF
Black with #A4C0DF
Text Example
Text Example
White with #A4C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C0DF; }
p { color: rgb(164,192,223); }
H1.HeaderClassName
{
color: #A4C0DF;
}
.AnyTagClassName
{
color: #A4C0DF;
}
</style>
background-color css
<style>
a { background-color: #A4C0DF; }
a { background-color: rgb(164,192,223); }
div.DivClassName
{
background-color: #A4C0DF;
}
.BgClassName
{
background-color: #A4C0DF;
}
</style>
border-color css
<style>
span { border-color: #A4C0DF; }
span { border-color: rgb(164,192,223); }
td.TdClassName
{
border-color: #A4C0DF;
}
.TagClassName
{
border-color: #A4C0DF;
}
</style>