Shades of Light Steel Blue #A2C0DE
Tints of Light Steel Blue #A2C0DE
RGB
CMYK
RGB Variations
Color information
#A2C0DE (or 0xA2C0DE) is known color: Light Steel Blue. HEX triplet: A2, C0 and DE. RGB value is (162,192,222). Sum of RGB (Red+Green+Blue) = 162+192+222=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2C0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C0DE is #5D3F21. Grayscale: #BABABA. Windows color (decimal): -6111010 or 14598306. OLE color: 14598306.
HSL color Cylindrical-coordinate representation of color #A2C0DE: hue angle of 210º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C0DE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 192 | 222 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.13 |
| HSL | 210º | 0.48% | 0.75% | - |
| HSV(B) | 210º | 0.27% | 0.87% | - |
| XYZ | 46.93 | 50.65 | 76.41 | - |
| YUV | 186.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 222 | 0.27 | 0.14 | 0 | 0.13 | 210 | 0.48 | 0.75 |
| Hex | A2 | C0 | DE | 1B | E | 0 | D | D2 | 30 | 4B |
| Octal | 242 | 300 | 336 | 33 | 16 | 0 | 15 | 322 | 60 | 113 |
| Binary | 10100010 | 11000000 | 11011110 | 11011 | 1110 | 0 | 1101 | 11010010 | 110000 | 1001011 |
Color Harmonies of #A2C0DE
Complementary color
Monochromatic Colors of #A2C0DE
Black with #A2C0DE
Text Example
Text Example
White with #A2C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0DE; }
p { color: rgb(162,192,222); }
H1.HeaderClassName
{
color: #A2C0DE;
}
.AnyTagClassName
{
color: #A2C0DE;
}
</style>
background-color css
<style>
a { background-color: #A2C0DE; }
a { background-color: rgb(162,192,222); }
div.DivClassName
{
background-color: #A2C0DE;
}
.BgClassName
{
background-color: #A2C0DE;
}
</style>
border-color css
<style>
span { border-color: #A2C0DE; }
span { border-color: rgb(162,192,222); }
td.TdClassName
{
border-color: #A2C0DE;
}
.TagClassName
{
border-color: #A2C0DE;
}
</style>