Shades of Light Steel Blue #ADC0E5
Tints of Light Steel Blue #ADC0E5
RGB
CMYK
RGB Variations
Color information
#ADC0E5 (or 0xADC0E5) is known color: Light Steel Blue. HEX triplet: AD, C0 and E5. RGB value is (173,192,229). Sum of RGB (Red+Green+Blue) = 173+192+229=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADC0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0E5 is #523F1A. Grayscale: #BEBEBE. Windows color (decimal): -5390107 or 15057069. OLE color: 15057069.
HSL color Cylindrical-coordinate representation of color #ADC0E5: hue angle of 219.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC0E5 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 192 | 229 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.10 |
| HSL | 219.64º | 0.52% | 0.79% | - |
| HSV(B) | 219.64º | 0.24% | 0.9% | - |
| XYZ | 50.23 | 52.24 | 81.57 | - |
| YUV | 190.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 229 | 0.24 | 0.16 | 0 | 0.10 | 219.64 | 0.52 | 0.79 |
| Hex | AD | C0 | E5 | 18 | 10 | 0 | A | DC | 34 | 4F |
| Octal | 255 | 300 | 345 | 30 | 20 | 0 | 12 | 334 | 64 | 117 |
| Binary | 10101101 | 11000000 | 11100101 | 11000 | 10000 | 0 | 1010 | 11011100 | 110100 | 1001111 |
Color Harmonies of #ADC0E5
Complementary color
Monochromatic Colors of #ADC0E5
Black with #ADC0E5
Text Example
Text Example
White with #ADC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0E5; }
p { color: rgb(173,192,229); }
H1.HeaderClassName
{
color: #ADC0E5;
}
.AnyTagClassName
{
color: #ADC0E5;
}
</style>
background-color css
<style>
a { background-color: #ADC0E5; }
a { background-color: rgb(173,192,229); }
div.DivClassName
{
background-color: #ADC0E5;
}
.BgClassName
{
background-color: #ADC0E5;
}
</style>
border-color css
<style>
span { border-color: #ADC0E5; }
span { border-color: rgb(173,192,229); }
td.TdClassName
{
border-color: #ADC0E5;
}
.TagClassName
{
border-color: #ADC0E5;
}
</style>