Shades of Light Steel Blue #A0C2DE
Tints of Light Steel Blue #A0C2DE
RGB
CMYK
RGB Variations
Color information
#A0C2DE (or 0xA0C2DE) is known color: Light Steel Blue. HEX triplet: A0, C2 and DE. RGB value is (160,194,222). Sum of RGB (Red+Green+Blue) = 160+194+222=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 194 (76.17% from 255 or 33.68% 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 #A0C2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C2DE is #5F3D21. Grayscale: #BABABA. Windows color (decimal): -6241570 or 14598816. OLE color: 14598816.
HSL color Cylindrical-coordinate representation of color #A0C2DE: hue angle of 207.1º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C2DE is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 194 | 222 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.13 |
| HSL | 207.1º | 0.48% | 0.75% | - |
| HSV(B) | 207.1º | 0.28% | 0.87% | - |
| XYZ | 46.97 | 51.33 | 76.54 | - |
| YUV | 187.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 222 | 0.28 | 0.13 | 0 | 0.13 | 207.1 | 0.48 | 0.75 |
| Hex | A0 | C2 | DE | 1C | D | 0 | D | CF | 30 | 4B |
| Octal | 240 | 302 | 336 | 34 | 15 | 0 | 15 | 317 | 60 | 113 |
| Binary | 10100000 | 11000010 | 11011110 | 11100 | 1101 | 0 | 1101 | 11001111 | 110000 | 1001011 |
Color Harmonies of #A0C2DE
Complementary color
Monochromatic Colors of #A0C2DE
Black with #A0C2DE
Text Example
Text Example
White with #A0C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C2DE; }
p { color: rgb(160,194,222); }
H1.HeaderClassName
{
color: #A0C2DE;
}
.AnyTagClassName
{
color: #A0C2DE;
}
</style>
background-color css
<style>
a { background-color: #A0C2DE; }
a { background-color: rgb(160,194,222); }
div.DivClassName
{
background-color: #A0C2DE;
}
.BgClassName
{
background-color: #A0C2DE;
}
</style>
border-color css
<style>
span { border-color: #A0C2DE; }
span { border-color: rgb(160,194,222); }
td.TdClassName
{
border-color: #A0C2DE;
}
.TagClassName
{
border-color: #A0C2DE;
}
</style>