Shades of Light Steel Blue #ADC4DC
Tints of Light Steel Blue #ADC4DC
RGB
CMYK
RGB Variations
Color information
#ADC4DC (or 0xADC4DC) is known color: Light Steel Blue. HEX triplet: AD, C4 and DC. RGB value is (173,196,220). Sum of RGB (Red+Green+Blue) = 173+196+220=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DC is #523B23. Grayscale: #BFBFBF. Windows color (decimal): -5389092 or 14468269. OLE color: 14468269.
HSL color Cylindrical-coordinate representation of color #ADC4DC: hue angle of 210.64º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC4DC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 196 | 220 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.14 |
| HSL | 210.64º | 0.4% | 0.77% | - |
| HSV(B) | 210.64º | 0.21% | 0.86% | - |
| XYZ | 49.89 | 53.53 | 75.41 | - |
| YUV | 191.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 220 | 0.21 | 0.11 | 0 | 0.14 | 210.64 | 0.4 | 0.77 |
| Hex | AD | C4 | DC | 15 | B | 0 | E | D3 | 28 | 4D |
| Octal | 255 | 304 | 334 | 25 | 13 | 0 | 16 | 323 | 50 | 115 |
| Binary | 10101101 | 11000100 | 11011100 | 10101 | 1011 | 0 | 1110 | 11010011 | 101000 | 1001101 |
Color Harmonies of #ADC4DC
Complementary color
Monochromatic Colors of #ADC4DC
Black with #ADC4DC
Text Example
Text Example
White with #ADC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4DC; }
p { color: rgb(173,196,220); }
H1.HeaderClassName
{
color: #ADC4DC;
}
.AnyTagClassName
{
color: #ADC4DC;
}
</style>
background-color css
<style>
a { background-color: #ADC4DC; }
a { background-color: rgb(173,196,220); }
div.DivClassName
{
background-color: #ADC4DC;
}
.BgClassName
{
background-color: #ADC4DC;
}
</style>
border-color css
<style>
span { border-color: #ADC4DC; }
span { border-color: rgb(173,196,220); }
td.TdClassName
{
border-color: #ADC4DC;
}
.TagClassName
{
border-color: #ADC4DC;
}
</style>