Shades of Light Steel Blue #ADC1E1
Tints of Light Steel Blue #ADC1E1
RGB
CMYK
RGB Variations
Color information
#ADC1E1 (or 0xADC1E1) is known color: Light Steel Blue. HEX triplet: AD, C1 and E1. RGB value is (173,193,225). Sum of RGB (Red+Green+Blue) = 173+193+225=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1E1 is #523E1E. Grayscale: #BEBEBE. Windows color (decimal): -5389855 or 14795181. OLE color: 14795181.
HSL color Cylindrical-coordinate representation of color #ADC1E1: hue angle of 216.92º 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 #ADC1E1 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 193 | 225 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.12 |
| HSL | 216.92º | 0.46% | 0.78% | - |
| HSV(B) | 216.92º | 0.23% | 0.88% | - |
| XYZ | 49.89 | 52.46 | 78.73 | - |
| YUV | 190.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 225 | 0.23 | 0.14 | 0 | 0.12 | 216.92 | 0.46 | 0.78 |
| Hex | AD | C1 | E1 | 17 | E | 0 | C | D9 | 2E | 4E |
| Octal | 255 | 301 | 341 | 27 | 16 | 0 | 14 | 331 | 56 | 116 |
| Binary | 10101101 | 11000001 | 11100001 | 10111 | 1110 | 0 | 1100 | 11011001 | 101110 | 1001110 |
Color Harmonies of #ADC1E1
Complementary color
Monochromatic Colors of #ADC1E1
Black with #ADC1E1
Text Example
Text Example
White with #ADC1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1E1; }
p { color: rgb(173,193,225); }
H1.HeaderClassName
{
color: #ADC1E1;
}
.AnyTagClassName
{
color: #ADC1E1;
}
</style>
background-color css
<style>
a { background-color: #ADC1E1; }
a { background-color: rgb(173,193,225); }
div.DivClassName
{
background-color: #ADC1E1;
}
.BgClassName
{
background-color: #ADC1E1;
}
</style>
border-color css
<style>
span { border-color: #ADC1E1; }
span { border-color: rgb(173,193,225); }
td.TdClassName
{
border-color: #ADC1E1;
}
.TagClassName
{
border-color: #ADC1E1;
}
</style>