Shades of Light Steel Blue #ADC2E6
Tints of Light Steel Blue #ADC2E6
RGB
CMYK
RGB Variations
Color information
#ADC2E6 (or 0xADC2E6) is known color: Light Steel Blue. HEX triplet: AD, C2 and E6. RGB value is (173,194,230). Sum of RGB (Red+Green+Blue) = 173+194+230=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADC2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2E6 is #523D19. Grayscale: #BFBFBF. Windows color (decimal): -5389594 or 15123117. OLE color: 15123117.
HSL color Cylindrical-coordinate representation of color #ADC2E6: hue angle of 217.89º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC2E6 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 194 | 230 | - |
CMYK | 0.25 | 0.16 | 0 | 0.10 |
HSL | 217.89º | 0.53% | 0.79% | - |
HSV(B) | 217.89º | 0.25% | 0.9% | - |
XYZ | 50.81 | 53.18 | 82.45 | - |
YUV | 191.83 | 149.54 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 194 | 230 | 0.25 | 0.16 | 0 | 0.10 | 217.89 | 0.53 | 0.79 |
Hex | AD | C2 | E6 | 19 | 10 | 0 | A | DA | 35 | 4F |
Octal | 255 | 302 | 346 | 31 | 20 | 0 | 12 | 332 | 65 | 117 |
Binary | 10101101 | 11000010 | 11100110 | 11001 | 10000 | 0 | 1010 | 11011010 | 110101 | 1001111 |
Color Harmonies of #ADC2E6
Complementary color
Monochromatic Colors of #ADC2E6
Black with #ADC2E6
Text Example
Text Example
White with #ADC2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2E6; }
p { color: rgb(173,194,230); }
H1.HeaderClassName
{
color: #ADC2E6;
}
.AnyTagClassName
{
color: #ADC2E6;
}
</style>
background-color css
<style>
a { background-color: #ADC2E6; }
a { background-color: rgb(173,194,230); }
div.DivClassName
{
background-color: #ADC2E6;
}
.BgClassName
{
background-color: #ADC2E6;
}
</style>
border-color css
<style>
span { border-color: #ADC2E6; }
span { border-color: rgb(173,194,230); }
td.TdClassName
{
border-color: #ADC2E6;
}
.TagClassName
{
border-color: #ADC2E6;
}
</style>