Shades of Light Steel Blue #ADC1DB
Tints of Light Steel Blue #ADC1DB
RGB
CMYK
RGB Variations
Color information
#ADC1DB (or 0xADC1DB) is known color: Light Steel Blue. HEX triplet: AD, C1 and DB. RGB value is (173,193,219). Sum of RGB (Red+Green+Blue) = 173+193+219=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DB is #523E24. Grayscale: #BDBDBD. Windows color (decimal): -5389861 or 14401965. OLE color: 14401965.
HSL color Cylindrical-coordinate representation of color #ADC1DB: hue angle of 213.91º degrees, saturation: 0.39, 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 #ADC1DB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 193 | 219 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.14 |
| HSL | 213.91º | 0.39% | 0.77% | - |
| HSV(B) | 213.91º | 0.21% | 0.86% | - |
| XYZ | 49.09 | 52.14 | 74.49 | - |
| YUV | 189.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 219 | 0.21 | 0.12 | 0 | 0.14 | 213.91 | 0.39 | 0.77 |
| Hex | AD | C1 | DB | 15 | C | 0 | E | D6 | 27 | 4D |
| Octal | 255 | 301 | 333 | 25 | 14 | 0 | 16 | 326 | 47 | 115 |
| Binary | 10101101 | 11000001 | 11011011 | 10101 | 1100 | 0 | 1110 | 11010110 | 100111 | 1001101 |
Color Harmonies of #ADC1DB
Complementary color
Monochromatic Colors of #ADC1DB
Black with #ADC1DB
Text Example
Text Example
White with #ADC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1DB; }
p { color: rgb(173,193,219); }
H1.HeaderClassName
{
color: #ADC1DB;
}
.AnyTagClassName
{
color: #ADC1DB;
}
</style>
background-color css
<style>
a { background-color: #ADC1DB; }
a { background-color: rgb(173,193,219); }
div.DivClassName
{
background-color: #ADC1DB;
}
.BgClassName
{
background-color: #ADC1DB;
}
</style>
border-color css
<style>
span { border-color: #ADC1DB; }
span { border-color: rgb(173,193,219); }
td.TdClassName
{
border-color: #ADC1DB;
}
.TagClassName
{
border-color: #ADC1DB;
}
</style>