Shades of Light Steel Blue #ADC1E4
Tints of Light Steel Blue #ADC1E4
RGB
CMYK
RGB Variations
Color information
#ADC1E4 (or 0xADC1E4) is known color: Light Steel Blue. HEX triplet: AD, C1 and E4. RGB value is (173,193,228). Sum of RGB (Red+Green+Blue) = 173+193+228=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADC1E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1E4 is #523E1B. Grayscale: #BEBEBE. Windows color (decimal): -5389852 or 14991789. OLE color: 14991789.
HSL color Cylindrical-coordinate representation of color #ADC1E4: hue angle of 218.18º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC1E4 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 193 | 228 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.11 |
| HSL | 218.18º | 0.5% | 0.79% | - |
| HSV(B) | 218.18º | 0.24% | 0.89% | - |
| XYZ | 50.31 | 52.63 | 80.91 | - |
| YUV | 191.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 228 | 0.24 | 0.15 | 0 | 0.11 | 218.18 | 0.5 | 0.79 |
| Hex | AD | C1 | E4 | 18 | F | 0 | B | DA | 32 | 4F |
| Octal | 255 | 301 | 344 | 30 | 17 | 0 | 13 | 332 | 62 | 117 |
| Binary | 10101101 | 11000001 | 11100100 | 11000 | 1111 | 0 | 1011 | 11011010 | 110010 | 1001111 |
Color Harmonies of #ADC1E4
Complementary color
Monochromatic Colors of #ADC1E4
Black with #ADC1E4
Text Example
Text Example
White with #ADC1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1E4; }
p { color: rgb(173,193,228); }
H1.HeaderClassName
{
color: #ADC1E4;
}
.AnyTagClassName
{
color: #ADC1E4;
}
</style>
background-color css
<style>
a { background-color: #ADC1E4; }
a { background-color: rgb(173,193,228); }
div.DivClassName
{
background-color: #ADC1E4;
}
.BgClassName
{
background-color: #ADC1E4;
}
</style>
border-color css
<style>
span { border-color: #ADC1E4; }
span { border-color: rgb(173,193,228); }
td.TdClassName
{
border-color: #ADC1E4;
}
.TagClassName
{
border-color: #ADC1E4;
}
</style>