Shades of Light Steel Blue #A2C0DC
Tints of Light Steel Blue #A2C0DC
RGB
CMYK
RGB Variations
Color information
#A2C0DC (or 0xA2C0DC) is known color: Light Steel Blue. HEX triplet: A2, C0 and DC. RGB value is (162,192,220). Sum of RGB (Red+Green+Blue) = 162+192+220=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C0DC is #5D3F23. Grayscale: #BABABA. Windows color (decimal): -6111012 or 14467234. OLE color: 14467234.
HSL color Cylindrical-coordinate representation of color #A2C0DC: hue angle of 208.97º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2C0DC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 192 | 220 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.14 |
| HSL | 208.97º | 0.45% | 0.75% | - |
| HSV(B) | 208.97º | 0.26% | 0.86% | - |
| XYZ | 46.67 | 50.55 | 75.01 | - |
| YUV | 186.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 220 | 0.26 | 0.13 | 0 | 0.14 | 208.97 | 0.45 | 0.75 |
| Hex | A2 | C0 | DC | 1A | D | 0 | E | D1 | 2D | 4B |
| Octal | 242 | 300 | 334 | 32 | 15 | 0 | 16 | 321 | 55 | 113 |
| Binary | 10100010 | 11000000 | 11011100 | 11010 | 1101 | 0 | 1110 | 11010001 | 101101 | 1001011 |
Color Harmonies of #A2C0DC
Complementary color
Monochromatic Colors of #A2C0DC
Black with #A2C0DC
Text Example
Text Example
White with #A2C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0DC; }
p { color: rgb(162,192,220); }
H1.HeaderClassName
{
color: #A2C0DC;
}
.AnyTagClassName
{
color: #A2C0DC;
}
</style>
background-color css
<style>
a { background-color: #A2C0DC; }
a { background-color: rgb(162,192,220); }
div.DivClassName
{
background-color: #A2C0DC;
}
.BgClassName
{
background-color: #A2C0DC;
}
</style>
border-color css
<style>
span { border-color: #A2C0DC; }
span { border-color: rgb(162,192,220); }
td.TdClassName
{
border-color: #A2C0DC;
}
.TagClassName
{
border-color: #A2C0DC;
}
</style>