Shades of Light Steel Blue #ADC6E3
Tints of Light Steel Blue #ADC6E3
RGB
CMYK
RGB Variations
Color information
#ADC6E3 (or 0xADC6E3) is known color: Light Steel Blue. HEX triplet: AD, C6 and E3. RGB value is (173,198,227). Sum of RGB (Red+Green+Blue) = 173+198+227=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADC6E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6E3 is #52391C. Grayscale: #C1C1C1. Windows color (decimal): -5388573 or 14927533. OLE color: 14927533.
HSL color Cylindrical-coordinate representation of color #ADC6E3: hue angle of 212.22º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC6E3 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 198 | 227 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.11 |
| HSL | 212.22º | 0.49% | 0.78% | - |
| HSV(B) | 212.22º | 0.24% | 0.89% | - |
| XYZ | 51.29 | 54.82 | 80.55 | - |
| YUV | 193.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 227 | 0.24 | 0.13 | 0 | 0.11 | 212.22 | 0.49 | 0.78 |
| Hex | AD | C6 | E3 | 18 | D | 0 | B | D4 | 31 | 4E |
| Octal | 255 | 306 | 343 | 30 | 15 | 0 | 13 | 324 | 61 | 116 |
| Binary | 10101101 | 11000110 | 11100011 | 11000 | 1101 | 0 | 1011 | 11010100 | 110001 | 1001110 |
Color Harmonies of #ADC6E3
Complementary color
Monochromatic Colors of #ADC6E3
Black with #ADC6E3
Text Example
Text Example
White with #ADC6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6E3; }
p { color: rgb(173,198,227); }
H1.HeaderClassName
{
color: #ADC6E3;
}
.AnyTagClassName
{
color: #ADC6E3;
}
</style>
background-color css
<style>
a { background-color: #ADC6E3; }
a { background-color: rgb(173,198,227); }
div.DivClassName
{
background-color: #ADC6E3;
}
.BgClassName
{
background-color: #ADC6E3;
}
</style>
border-color css
<style>
span { border-color: #ADC6E3; }
span { border-color: rgb(173,198,227); }
td.TdClassName
{
border-color: #ADC6E3;
}
.TagClassName
{
border-color: #ADC6E3;
}
</style>