Shades of Light Steel Blue #ADC4DE
Tints of Light Steel Blue #ADC4DE
RGB
CMYK
RGB Variations
Color information
#ADC4DE (or 0xADC4DE) is known color: Light Steel Blue. HEX triplet: AD, C4 and DE. RGB value is (173,196,222). Sum of RGB (Red+Green+Blue) = 173+196+222=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DE is #523B21. Grayscale: #BFBFBF. Windows color (decimal): -5389090 or 14599341. OLE color: 14599341.
HSL color Cylindrical-coordinate representation of color #ADC4DE: hue angle of 211.84º 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 #ADC4DE is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 196 | 222 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.13 |
| HSL | 211.84º | 0.43% | 0.77% | - |
| HSV(B) | 211.84º | 0.22% | 0.87% | - |
| XYZ | 50.16 | 53.64 | 76.82 | - |
| YUV | 192.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 222 | 0.22 | 0.12 | 0 | 0.13 | 211.84 | 0.43 | 0.77 |
| Hex | AD | C4 | DE | 16 | C | 0 | D | D4 | 2B | 4D |
| Octal | 255 | 304 | 336 | 26 | 14 | 0 | 15 | 324 | 53 | 115 |
| Binary | 10101101 | 11000100 | 11011110 | 10110 | 1100 | 0 | 1101 | 11010100 | 101011 | 1001101 |
Color Harmonies of #ADC4DE
Complementary color
Monochromatic Colors of #ADC4DE
Black with #ADC4DE
Text Example
Text Example
White with #ADC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4DE; }
p { color: rgb(173,196,222); }
H1.HeaderClassName
{
color: #ADC4DE;
}
.AnyTagClassName
{
color: #ADC4DE;
}
</style>
background-color css
<style>
a { background-color: #ADC4DE; }
a { background-color: rgb(173,196,222); }
div.DivClassName
{
background-color: #ADC4DE;
}
.BgClassName
{
background-color: #ADC4DE;
}
</style>
border-color css
<style>
span { border-color: #ADC4DE; }
span { border-color: rgb(173,196,222); }
td.TdClassName
{
border-color: #ADC4DE;
}
.TagClassName
{
border-color: #ADC4DE;
}
</style>