Shades of Light Steel Blue #ADC4E1
Tints of Light Steel Blue #ADC4E1
RGB
CMYK
RGB Variations
Color information
#ADC4E1 (or 0xADC4E1) is known color: Light Steel Blue. HEX triplet: AD, C4 and E1. RGB value is (173,196,225). Sum of RGB (Red+Green+Blue) = 173+196+225=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4E1 is #523B1E. Grayscale: #C0C0C0. Windows color (decimal): -5389087 or 14795949. OLE color: 14795949.
HSL color Cylindrical-coordinate representation of color #ADC4E1: hue angle of 213.46º 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 #ADC4E1 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 196 | 225 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.12 |
| HSL | 213.46º | 0.46% | 0.78% | - |
| HSV(B) | 213.46º | 0.23% | 0.88% | - |
| XYZ | 50.56 | 53.8 | 78.95 | - |
| YUV | 192.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 225 | 0.23 | 0.13 | 0 | 0.12 | 213.46 | 0.46 | 0.78 |
| Hex | AD | C4 | E1 | 17 | D | 0 | C | D5 | 2E | 4E |
| Octal | 255 | 304 | 341 | 27 | 15 | 0 | 14 | 325 | 56 | 116 |
| Binary | 10101101 | 11000100 | 11100001 | 10111 | 1101 | 0 | 1100 | 11010101 | 101110 | 1001110 |
Color Harmonies of #ADC4E1
Complementary color
Monochromatic Colors of #ADC4E1
Black with #ADC4E1
Text Example
Text Example
White with #ADC4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4E1; }
p { color: rgb(173,196,225); }
H1.HeaderClassName
{
color: #ADC4E1;
}
.AnyTagClassName
{
color: #ADC4E1;
}
</style>
background-color css
<style>
a { background-color: #ADC4E1; }
a { background-color: rgb(173,196,225); }
div.DivClassName
{
background-color: #ADC4E1;
}
.BgClassName
{
background-color: #ADC4E1;
}
</style>
border-color css
<style>
span { border-color: #ADC4E1; }
span { border-color: rgb(173,196,225); }
td.TdClassName
{
border-color: #ADC4E1;
}
.TagClassName
{
border-color: #ADC4E1;
}
</style>