#ADC0DD

Color #ADC0DD Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ADC0DD

Tints of Light Steel Blue #ADC0DD

Color information

#ADC0DD (or 0xADC0DD) is unknown color: approx Light Steel Blue. HEX triplet: AD, C0 and DD. RGB value is (173,192,221). Sum of RGB (Red+Green+Blue) = 173+192+221=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0DD is #523F22. Grayscale: #BDBDBD. Windows color (decimal): -5390115 or 14532781. OLE color: 14532781.

HSL color Cylindrical-coordinate representation of color #ADC0DD: hue angle of 216.25º degrees, saturation: 0.41, 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 #ADC0DD is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173192221-
CMYK0.220.1300.13
HSL216.25º41.38%77.25%-
HSV(B)216.25º21.72%86.67%-
XYZ49.1351.875.82-
YUV189.62145.71116.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=29.52%
G=32.76%
B=37.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731922210.220.1300.13216.2541.3877.25
HexADC0DD16D0Dd8294d
Octal255300335261501533051115
Binary10101101110000001101110110110110101101110110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0DD; }

 p { color: rgb(173,192,221); }

 H1.HeaderClassName
 {
   color: #ADC0DD;
 }
 .AnyTagClassName
 {
   color: #ADC0DD;
 }
</style>
background-color css

<style>
 a { background-color: #ADC0DD; }

 a { background-color: rgb(173,192,221); }

 div.DivClassName
 {
   background-color: #ADC0DD;
 }
 .BgClassName
 {
   background-color: #ADC0DD;
 }
</style>
border-color css

<style>
 span { border-color: #ADC0DD; }

 span { border-color: rgb(173,192,221); }

 td.TdClassName
 {
   border-color: #ADC0DD;
 }
 .TagClassName
 {
   border-color: #ADC0DD;
 }
</style>