Shades of Light Steel Blue #ADC0E1
Tints of Light Steel Blue #ADC0E1
RGB
CMYK
RGB Variations
Color information
#ADC0E1 (or 0xADC0E1) is known color: Light Steel Blue. HEX triplet: AD, C0 and E1. RGB value is (173,192,225). Sum of RGB (Red+Green+Blue) = 173+192+225=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0E1 is #523F1E. Grayscale: #BDBDBD. Windows color (decimal): -5390111 or 14794925. OLE color: 14794925.
HSL color Cylindrical-coordinate representation of color #ADC0E1: hue angle of 218.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC0E1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 192 | 225 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.12 |
| HSL | 218.08º | 0.46% | 0.78% | - |
| HSV(B) | 218.08º | 0.23% | 0.88% | - |
| XYZ | 49.67 | 52.02 | 78.66 | - |
| YUV | 190.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 225 | 0.23 | 0.15 | 0 | 0.12 | 218.08 | 0.46 | 0.78 |
| Hex | AD | C0 | E1 | 17 | F | 0 | C | DA | 2E | 4E |
| Octal | 255 | 300 | 341 | 27 | 17 | 0 | 14 | 332 | 56 | 116 |
| Binary | 10101101 | 11000000 | 11100001 | 10111 | 1111 | 0 | 1100 | 11011010 | 101110 | 1001110 |
Color Harmonies of #ADC0E1
Complementary color
Monochromatic Colors of #ADC0E1
Black with #ADC0E1
Text Example
Text Example
White with #ADC0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0E1; }
p { color: rgb(173,192,225); }
H1.HeaderClassName
{
color: #ADC0E1;
}
.AnyTagClassName
{
color: #ADC0E1;
}
</style>
background-color css
<style>
a { background-color: #ADC0E1; }
a { background-color: rgb(173,192,225); }
div.DivClassName
{
background-color: #ADC0E1;
}
.BgClassName
{
background-color: #ADC0E1;
}
</style>
border-color css
<style>
span { border-color: #ADC0E1; }
span { border-color: rgb(173,192,225); }
td.TdClassName
{
border-color: #ADC0E1;
}
.TagClassName
{
border-color: #ADC0E1;
}
</style>