Shades of Light Steel Blue #ADC1DE
Tints of Light Steel Blue #ADC1DE
RGB
CMYK
RGB Variations
Color information
#ADC1DE (or 0xADC1DE) is known color: Light Steel Blue. HEX triplet: AD, C1 and DE. RGB value is (173,193,222). Sum of RGB (Red+Green+Blue) = 173+193+222=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DE is #523E21. Grayscale: #BEBEBE. Windows color (decimal): -5389858 or 14598573. OLE color: 14598573.
HSL color Cylindrical-coordinate representation of color #ADC1DE: hue angle of 215.51º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC1DE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 193 | 222 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.13 |
| HSL | 215.51º | 0.43% | 0.77% | - |
| HSV(B) | 215.51º | 0.22% | 0.87% | - |
| XYZ | 49.49 | 52.3 | 76.59 | - |
| YUV | 190.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 222 | 0.22 | 0.13 | 0 | 0.13 | 215.51 | 0.43 | 0.77 |
| Hex | AD | C1 | DE | 16 | D | 0 | D | D8 | 2B | 4D |
| Octal | 255 | 301 | 336 | 26 | 15 | 0 | 15 | 330 | 53 | 115 |
| Binary | 10101101 | 11000001 | 11011110 | 10110 | 1101 | 0 | 1101 | 11011000 | 101011 | 1001101 |
Color Harmonies of #ADC1DE
Complementary color
Monochromatic Colors of #ADC1DE
Black with #ADC1DE
Text Example
Text Example
White with #ADC1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1DE; }
p { color: rgb(173,193,222); }
H1.HeaderClassName
{
color: #ADC1DE;
}
.AnyTagClassName
{
color: #ADC1DE;
}
</style>
background-color css
<style>
a { background-color: #ADC1DE; }
a { background-color: rgb(173,193,222); }
div.DivClassName
{
background-color: #ADC1DE;
}
.BgClassName
{
background-color: #ADC1DE;
}
</style>
border-color css
<style>
span { border-color: #ADC1DE; }
span { border-color: rgb(173,193,222); }
td.TdClassName
{
border-color: #ADC1DE;
}
.TagClassName
{
border-color: #ADC1DE;
}
</style>