Shades of Light Steel Blue #ADC8DE
Tints of Light Steel Blue #ADC8DE
RGB
CMYK
RGB Variations
Color information
#ADC8DE (or 0xADC8DE) is known color: Light Steel Blue. HEX triplet: AD, C8 and DE. RGB value is (173,200,222). Sum of RGB (Red+Green+Blue) = 173+200+222=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8DE is #523721. Grayscale: #C2C2C2. Windows color (decimal): -5388066 or 14600365. OLE color: 14600365.
HSL color Cylindrical-coordinate representation of color #ADC8DE: hue angle of 206.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC8DE is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 200 | 222 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.13 |
| HSL | 206.94º | 0.43% | 0.77% | - |
| HSV(B) | 206.94º | 0.22% | 0.87% | - |
| XYZ | 51.07 | 55.47 | 77.12 | - |
| YUV | 194.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 222 | 0.22 | 0.10 | 0 | 0.13 | 206.94 | 0.43 | 0.77 |
| Hex | AD | C8 | DE | 16 | A | 0 | D | CF | 2B | 4D |
| Octal | 255 | 310 | 336 | 26 | 12 | 0 | 15 | 317 | 53 | 115 |
| Binary | 10101101 | 11001000 | 11011110 | 10110 | 1010 | 0 | 1101 | 11001111 | 101011 | 1001101 |
Color Harmonies of #ADC8DE
Complementary color
Monochromatic Colors of #ADC8DE
Black with #ADC8DE
Text Example
Text Example
White with #ADC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8DE; }
p { color: rgb(173,200,222); }
H1.HeaderClassName
{
color: #ADC8DE;
}
.AnyTagClassName
{
color: #ADC8DE;
}
</style>
background-color css
<style>
a { background-color: #ADC8DE; }
a { background-color: rgb(173,200,222); }
div.DivClassName
{
background-color: #ADC8DE;
}
.BgClassName
{
background-color: #ADC8DE;
}
</style>
border-color css
<style>
span { border-color: #ADC8DE; }
span { border-color: rgb(173,200,222); }
td.TdClassName
{
border-color: #ADC8DE;
}
.TagClassName
{
border-color: #ADC8DE;
}
</style>