Shades of Light Steel Blue #ADC5E1
Tints of Light Steel Blue #ADC5E1
RGB
CMYK
RGB Variations
Color information
#ADC5E1 (or 0xADC5E1) is known color: Light Steel Blue. HEX triplet: AD, C5 and E1. RGB value is (173,197,225). Sum of RGB (Red+Green+Blue) = 173+197+225=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5E1 is #523A1E. Grayscale: #C0C0C0. Windows color (decimal): -5388831 or 14796205. OLE color: 14796205.
HSL color Cylindrical-coordinate representation of color #ADC5E1: hue angle of 212.31º 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 #ADC5E1 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 197 | 225 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.12 |
| HSL | 212.31º | 0.46% | 0.78% | - |
| HSV(B) | 212.31º | 0.23% | 0.88% | - |
| XYZ | 50.79 | 54.25 | 79.03 | - |
| YUV | 193.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 225 | 0.23 | 0.12 | 0 | 0.12 | 212.31 | 0.46 | 0.78 |
| Hex | AD | C5 | E1 | 17 | C | 0 | C | D4 | 2E | 4E |
| Octal | 255 | 305 | 341 | 27 | 14 | 0 | 14 | 324 | 56 | 116 |
| Binary | 10101101 | 11000101 | 11100001 | 10111 | 1100 | 0 | 1100 | 11010100 | 101110 | 1001110 |
Color Harmonies of #ADC5E1
Complementary color
Monochromatic Colors of #ADC5E1
Black with #ADC5E1
Text Example
Text Example
White with #ADC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5E1; }
p { color: rgb(173,197,225); }
H1.HeaderClassName
{
color: #ADC5E1;
}
.AnyTagClassName
{
color: #ADC5E1;
}
</style>
background-color css
<style>
a { background-color: #ADC5E1; }
a { background-color: rgb(173,197,225); }
div.DivClassName
{
background-color: #ADC5E1;
}
.BgClassName
{
background-color: #ADC5E1;
}
</style>
border-color css
<style>
span { border-color: #ADC5E1; }
span { border-color: rgb(173,197,225); }
td.TdClassName
{
border-color: #ADC5E1;
}
.TagClassName
{
border-color: #ADC5E1;
}
</style>