Shades of Light Steel Blue #A0C2DD
Tints of Light Steel Blue #A0C2DD
RGB
CMYK
RGB Variations
Color information
#A0C2DD (or 0xA0C2DD) is known color: Light Steel Blue. HEX triplet: A0, C2 and DD. RGB value is (160,194,221). Sum of RGB (Red+Green+Blue) = 160+194+221=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C2DD is #5F3D22. Grayscale: #BABABA. Windows color (decimal): -6241571 or 14533280. OLE color: 14533280.
HSL color Cylindrical-coordinate representation of color #A0C2DD: hue angle of 206.56º degrees, saturation: 0.47, 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 #A0C2DD is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 194 | 221 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.13 |
| HSL | 206.56º | 0.47% | 0.75% | - |
| HSV(B) | 206.56º | 0.28% | 0.87% | - |
| XYZ | 46.84 | 51.28 | 75.84 | - |
| YUV | 186.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 221 | 0.28 | 0.12 | 0 | 0.13 | 206.56 | 0.47 | 0.75 |
| Hex | A0 | C2 | DD | 1C | C | 0 | D | CF | 2F | 4B |
| Octal | 240 | 302 | 335 | 34 | 14 | 0 | 15 | 317 | 57 | 113 |
| Binary | 10100000 | 11000010 | 11011101 | 11100 | 1100 | 0 | 1101 | 11001111 | 101111 | 1001011 |
Color Harmonies of #A0C2DD
Complementary color
Monochromatic Colors of #A0C2DD
Black with #A0C2DD
Text Example
Text Example
White with #A0C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C2DD; }
p { color: rgb(160,194,221); }
H1.HeaderClassName
{
color: #A0C2DD;
}
.AnyTagClassName
{
color: #A0C2DD;
}
</style>
background-color css
<style>
a { background-color: #A0C2DD; }
a { background-color: rgb(160,194,221); }
div.DivClassName
{
background-color: #A0C2DD;
}
.BgClassName
{
background-color: #A0C2DD;
}
</style>
border-color css
<style>
span { border-color: #A0C2DD; }
span { border-color: rgb(160,194,221); }
td.TdClassName
{
border-color: #A0C2DD;
}
.TagClassName
{
border-color: #A0C2DD;
}
</style>