Shades of Light Steel Blue #ADC1DA
Tints of Light Steel Blue #ADC1DA
RGB
CMYK
RGB Variations
Color information
#ADC1DA (or 0xADC1DA) is known color: Light Steel Blue. HEX triplet: AD, C1 and DA. RGB value is (173,193,218). Sum of RGB (Red+Green+Blue) = 173+193+218=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DA is #523E25. Grayscale: #BDBDBD. Windows color (decimal): -5389862 or 14336429. OLE color: 14336429.
HSL color Cylindrical-coordinate representation of color #ADC1DA: hue angle of 213.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC1DA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 193 | 218 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.15 |
| HSL | 213.33º | 0.38% | 0.77% | - |
| HSV(B) | 213.33º | 0.21% | 0.85% | - |
| XYZ | 48.96 | 52.09 | 73.8 | - |
| YUV | 189.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 218 | 0.21 | 0.11 | 0 | 0.15 | 213.33 | 0.38 | 0.77 |
| Hex | AD | C1 | DA | 15 | B | 0 | F | D5 | 26 | 4D |
| Octal | 255 | 301 | 332 | 25 | 13 | 0 | 17 | 325 | 46 | 115 |
| Binary | 10101101 | 11000001 | 11011010 | 10101 | 1011 | 0 | 1111 | 11010101 | 100110 | 1001101 |
Color Harmonies of #ADC1DA
Complementary color
Monochromatic Colors of #ADC1DA
Black with #ADC1DA
Text Example
Text Example
White with #ADC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1DA; }
p { color: rgb(173,193,218); }
H1.HeaderClassName
{
color: #ADC1DA;
}
.AnyTagClassName
{
color: #ADC1DA;
}
</style>
background-color css
<style>
a { background-color: #ADC1DA; }
a { background-color: rgb(173,193,218); }
div.DivClassName
{
background-color: #ADC1DA;
}
.BgClassName
{
background-color: #ADC1DA;
}
</style>
border-color css
<style>
span { border-color: #ADC1DA; }
span { border-color: rgb(173,193,218); }
td.TdClassName
{
border-color: #ADC1DA;
}
.TagClassName
{
border-color: #ADC1DA;
}
</style>