Shades of Light Steel Blue #ADC4E5
Tints of Light Steel Blue #ADC4E5
RGB
CMYK
RGB Variations
Color information
#ADC4E5 (or 0xADC4E5) is known color: Light Steel Blue. HEX triplet: AD, C4 and E5. RGB value is (173,196,229). Sum of RGB (Red+Green+Blue) = 173+196+229=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADC4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4E5 is #523B1A. Grayscale: #C0C0C0. Windows color (decimal): -5389083 or 15058093. OLE color: 15058093.
HSL color Cylindrical-coordinate representation of color #ADC4E5: hue angle of 215.36º 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 #ADC4E5 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 196 | 229 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.10 |
| HSL | 215.36º | 0.52% | 0.79% | - |
| HSV(B) | 215.36º | 0.24% | 0.9% | - |
| XYZ | 51.12 | 54.02 | 81.86 | - |
| YUV | 192.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 229 | 0.24 | 0.14 | 0 | 0.10 | 215.36 | 0.52 | 0.79 |
| Hex | AD | C4 | E5 | 18 | E | 0 | A | D7 | 34 | 4F |
| Octal | 255 | 304 | 345 | 30 | 16 | 0 | 12 | 327 | 64 | 117 |
| Binary | 10101101 | 11000100 | 11100101 | 11000 | 1110 | 0 | 1010 | 11010111 | 110100 | 1001111 |
Color Harmonies of #ADC4E5
Complementary color
Monochromatic Colors of #ADC4E5
Black with #ADC4E5
Text Example
Text Example
White with #ADC4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4E5; }
p { color: rgb(173,196,229); }
H1.HeaderClassName
{
color: #ADC4E5;
}
.AnyTagClassName
{
color: #ADC4E5;
}
</style>
background-color css
<style>
a { background-color: #ADC4E5; }
a { background-color: rgb(173,196,229); }
div.DivClassName
{
background-color: #ADC4E5;
}
.BgClassName
{
background-color: #ADC4E5;
}
</style>
border-color css
<style>
span { border-color: #ADC4E5; }
span { border-color: rgb(173,196,229); }
td.TdClassName
{
border-color: #ADC4E5;
}
.TagClassName
{
border-color: #ADC4E5;
}
</style>