Shades of Light Steel Blue #ADC6E1
Tints of Light Steel Blue #ADC6E1
RGB
CMYK
RGB Variations
Color information
#ADC6E1 (or 0xADC6E1) is known color: Light Steel Blue. HEX triplet: AD, C6 and E1. RGB value is (173,198,225). Sum of RGB (Red+Green+Blue) = 173+198+225=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADC6E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6E1 is #52391E. Grayscale: #C1C1C1. Windows color (decimal): -5388575 or 14796461. OLE color: 14796461.
HSL color Cylindrical-coordinate representation of color #ADC6E1: hue angle of 211.15º 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 #ADC6E1 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 198 | 225 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.12 |
| HSL | 211.15º | 0.46% | 0.78% | - |
| HSV(B) | 211.15º | 0.23% | 0.88% | - |
| XYZ | 51.02 | 54.71 | 79.11 | - |
| YUV | 193.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 225 | 0.23 | 0.12 | 0 | 0.12 | 211.15 | 0.46 | 0.78 |
| Hex | AD | C6 | E1 | 17 | C | 0 | C | D3 | 2E | 4E |
| Octal | 255 | 306 | 341 | 27 | 14 | 0 | 14 | 323 | 56 | 116 |
| Binary | 10101101 | 11000110 | 11100001 | 10111 | 1100 | 0 | 1100 | 11010011 | 101110 | 1001110 |
Color Harmonies of #ADC6E1
Complementary color
Monochromatic Colors of #ADC6E1
Black with #ADC6E1
Text Example
Text Example
White with #ADC6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6E1; }
p { color: rgb(173,198,225); }
H1.HeaderClassName
{
color: #ADC6E1;
}
.AnyTagClassName
{
color: #ADC6E1;
}
</style>
background-color css
<style>
a { background-color: #ADC6E1; }
a { background-color: rgb(173,198,225); }
div.DivClassName
{
background-color: #ADC6E1;
}
.BgClassName
{
background-color: #ADC6E1;
}
</style>
border-color css
<style>
span { border-color: #ADC6E1; }
span { border-color: rgb(173,198,225); }
td.TdClassName
{
border-color: #ADC6E1;
}
.TagClassName
{
border-color: #ADC6E1;
}
</style>