Shades of Light Steel Blue #A4C2DF
Tints of Light Steel Blue #A4C2DF
RGB
CMYK
RGB Variations
Color information
#A4C2DF (or 0xA4C2DF) is known color: Light Steel Blue. HEX triplet: A4, C2 and DF. RGB value is (164,194,223). Sum of RGB (Red+Green+Blue) = 164+194+223=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C2DF is #5B3D20. Grayscale: #BCBCBC. Windows color (decimal): -5979425 or 14664356. OLE color: 14664356.
HSL color Cylindrical-coordinate representation of color #A4C2DF: hue angle of 209.49º 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 #A4C2DF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 194 | 223 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.13 |
| HSL | 209.49º | 0.48% | 0.76% | - |
| HSV(B) | 209.49º | 0.26% | 0.87% | - |
| XYZ | 47.92 | 51.8 | 77.29 | - |
| YUV | 188.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 223 | 0.26 | 0.13 | 0 | 0.13 | 209.49 | 0.48 | 0.76 |
| Hex | A4 | C2 | DF | 1A | D | 0 | D | D1 | 30 | 4C |
| Octal | 244 | 302 | 337 | 32 | 15 | 0 | 15 | 321 | 60 | 114 |
| Binary | 10100100 | 11000010 | 11011111 | 11010 | 1101 | 0 | 1101 | 11010001 | 110000 | 1001100 |
Color Harmonies of #A4C2DF
Complementary color
Monochromatic Colors of #A4C2DF
Black with #A4C2DF
Text Example
Text Example
White with #A4C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C2DF; }
p { color: rgb(164,194,223); }
H1.HeaderClassName
{
color: #A4C2DF;
}
.AnyTagClassName
{
color: #A4C2DF;
}
</style>
background-color css
<style>
a { background-color: #A4C2DF; }
a { background-color: rgb(164,194,223); }
div.DivClassName
{
background-color: #A4C2DF;
}
.BgClassName
{
background-color: #A4C2DF;
}
</style>
border-color css
<style>
span { border-color: #A4C2DF; }
span { border-color: rgb(164,194,223); }
td.TdClassName
{
border-color: #A4C2DF;
}
.TagClassName
{
border-color: #A4C2DF;
}
</style>