Shades of Light Steel Blue #ADC6E2
Tints of Light Steel Blue #ADC6E2
RGB
CMYK
RGB Variations
Color information
#ADC6E2 (or 0xADC6E2) is known color: Light Steel Blue. HEX triplet: AD, C6 and E2. RGB value is (173,198,226). Sum of RGB (Red+Green+Blue) = 173+198+226=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADC6E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6E2 is #52391D. Grayscale: #C1C1C1. Windows color (decimal): -5388574 or 14861997. OLE color: 14861997.
HSL color Cylindrical-coordinate representation of color #ADC6E2: hue angle of 211.7º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC6E2 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 198 | 226 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.11 |
| HSL | 211.7º | 0.48% | 0.78% | - |
| HSV(B) | 211.7º | 0.23% | 0.89% | - |
| XYZ | 51.16 | 54.76 | 79.83 | - |
| YUV | 193.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 226 | 0.23 | 0.12 | 0 | 0.11 | 211.7 | 0.48 | 0.78 |
| Hex | AD | C6 | E2 | 17 | C | 0 | B | D4 | 30 | 4E |
| Octal | 255 | 306 | 342 | 27 | 14 | 0 | 13 | 324 | 60 | 116 |
| Binary | 10101101 | 11000110 | 11100010 | 10111 | 1100 | 0 | 1011 | 11010100 | 110000 | 1001110 |
Color Harmonies of #ADC6E2
Complementary color
Monochromatic Colors of #ADC6E2
Black with #ADC6E2
Text Example
Text Example
White with #ADC6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6E2; }
p { color: rgb(173,198,226); }
H1.HeaderClassName
{
color: #ADC6E2;
}
.AnyTagClassName
{
color: #ADC6E2;
}
</style>
background-color css
<style>
a { background-color: #ADC6E2; }
a { background-color: rgb(173,198,226); }
div.DivClassName
{
background-color: #ADC6E2;
}
.BgClassName
{
background-color: #ADC6E2;
}
</style>
border-color css
<style>
span { border-color: #ADC6E2; }
span { border-color: rgb(173,198,226); }
td.TdClassName
{
border-color: #ADC6E2;
}
.TagClassName
{
border-color: #ADC6E2;
}
</style>