Shades of Light Steel Blue #ADC0E2
Tints of Light Steel Blue #ADC0E2
RGB
CMYK
RGB Variations
Color information
#ADC0E2 (or 0xADC0E2) is known color: Light Steel Blue. HEX triplet: AD, C0 and E2. RGB value is (173,192,226). Sum of RGB (Red+Green+Blue) = 173+192+226=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADC0E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0E2 is #523F1D. Grayscale: #BEBEBE. Windows color (decimal): -5390110 or 14860461. OLE color: 14860461.
HSL color Cylindrical-coordinate representation of color #ADC0E2: hue angle of 218.49º 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 #ADC0E2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 192 | 226 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.11 |
| HSL | 218.49º | 0.48% | 0.78% | - |
| HSV(B) | 218.49º | 0.23% | 0.89% | - |
| XYZ | 49.81 | 52.07 | 79.38 | - |
| YUV | 190.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 226 | 0.23 | 0.15 | 0 | 0.11 | 218.49 | 0.48 | 0.78 |
| Hex | AD | C0 | E2 | 17 | F | 0 | B | DA | 30 | 4E |
| Octal | 255 | 300 | 342 | 27 | 17 | 0 | 13 | 332 | 60 | 116 |
| Binary | 10101101 | 11000000 | 11100010 | 10111 | 1111 | 0 | 1011 | 11011010 | 110000 | 1001110 |
Color Harmonies of #ADC0E2
Complementary color
Monochromatic Colors of #ADC0E2
Black with #ADC0E2
Text Example
Text Example
White with #ADC0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0E2; }
p { color: rgb(173,192,226); }
H1.HeaderClassName
{
color: #ADC0E2;
}
.AnyTagClassName
{
color: #ADC0E2;
}
</style>
background-color css
<style>
a { background-color: #ADC0E2; }
a { background-color: rgb(173,192,226); }
div.DivClassName
{
background-color: #ADC0E2;
}
.BgClassName
{
background-color: #ADC0E2;
}
</style>
border-color css
<style>
span { border-color: #ADC0E2; }
span { border-color: rgb(173,192,226); }
td.TdClassName
{
border-color: #ADC0E2;
}
.TagClassName
{
border-color: #ADC0E2;
}
</style>