Shades of Light Steel Blue #ADC1E0
Tints of Light Steel Blue #ADC1E0
RGB
CMYK
RGB Variations
Color information
#ADC1E0 (or 0xADC1E0) is known color: Light Steel Blue. HEX triplet: AD, C1 and E0. RGB value is (173,193,224). Sum of RGB (Red+Green+Blue) = 173+193+224=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADC1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1E0 is #523E1F. Grayscale: #BEBEBE. Windows color (decimal): -5389856 or 14729645. OLE color: 14729645.
HSL color Cylindrical-coordinate representation of color #ADC1E0: hue angle of 216.47º degrees, saturation: 0.45, 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 #ADC1E0 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 193 | 224 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.12 |
| HSL | 216.47º | 0.45% | 0.78% | - |
| HSV(B) | 216.47º | 0.23% | 0.88% | - |
| XYZ | 49.76 | 52.41 | 78.01 | - |
| YUV | 190.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 224 | 0.23 | 0.14 | 0 | 0.12 | 216.47 | 0.45 | 0.78 |
| Hex | AD | C1 | E0 | 17 | E | 0 | C | D8 | 2D | 4E |
| Octal | 255 | 301 | 340 | 27 | 16 | 0 | 14 | 330 | 55 | 116 |
| Binary | 10101101 | 11000001 | 11100000 | 10111 | 1110 | 0 | 1100 | 11011000 | 101101 | 1001110 |
Color Harmonies of #ADC1E0
Complementary color
Monochromatic Colors of #ADC1E0
Black with #ADC1E0
Text Example
Text Example
White with #ADC1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1E0; }
p { color: rgb(173,193,224); }
H1.HeaderClassName
{
color: #ADC1E0;
}
.AnyTagClassName
{
color: #ADC1E0;
}
</style>
background-color css
<style>
a { background-color: #ADC1E0; }
a { background-color: rgb(173,193,224); }
div.DivClassName
{
background-color: #ADC1E0;
}
.BgClassName
{
background-color: #ADC1E0;
}
</style>
border-color css
<style>
span { border-color: #ADC1E0; }
span { border-color: rgb(173,193,224); }
td.TdClassName
{
border-color: #ADC1E0;
}
.TagClassName
{
border-color: #ADC1E0;
}
</style>