Shades of Light Steel Blue #A8C0DD
Tints of Light Steel Blue #A8C0DD
RGB
CMYK
RGB Variations
Color information
#A8C0DD (or 0xA8C0DD) is known color: Light Steel Blue. HEX triplet: A8, C0 and DD. RGB value is (168,192,221). Sum of RGB (Red+Green+Blue) = 168+192+221=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0DD is #573F22. Grayscale: #BBBBBB. Windows color (decimal): -5717795 or 14532776. OLE color: 14532776.
HSL color Cylindrical-coordinate representation of color #A8C0DD: hue angle of 212.83º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C0DD is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 192 | 221 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.13 |
| HSL | 212.83º | 0.44% | 0.76% | - |
| HSV(B) | 212.83º | 0.24% | 0.87% | - |
| XYZ | 48.05 | 51.24 | 75.77 | - |
| YUV | 188.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 221 | 0.24 | 0.13 | 0 | 0.13 | 212.83 | 0.44 | 0.76 |
| Hex | A8 | C0 | DD | 18 | D | 0 | D | D5 | 2C | 4C |
| Octal | 250 | 300 | 335 | 30 | 15 | 0 | 15 | 325 | 54 | 114 |
| Binary | 10101000 | 11000000 | 11011101 | 11000 | 1101 | 0 | 1101 | 11010101 | 101100 | 1001100 |
Color Harmonies of #A8C0DD
Complementary color
Monochromatic Colors of #A8C0DD
Black with #A8C0DD
Text Example
Text Example
White with #A8C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0DD; }
p { color: rgb(168,192,221); }
H1.HeaderClassName
{
color: #A8C0DD;
}
.AnyTagClassName
{
color: #A8C0DD;
}
</style>
background-color css
<style>
a { background-color: #A8C0DD; }
a { background-color: rgb(168,192,221); }
div.DivClassName
{
background-color: #A8C0DD;
}
.BgClassName
{
background-color: #A8C0DD;
}
</style>
border-color css
<style>
span { border-color: #A8C0DD; }
span { border-color: rgb(168,192,221); }
td.TdClassName
{
border-color: #A8C0DD;
}
.TagClassName
{
border-color: #A8C0DD;
}
</style>