#ADC2DD

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

Shades of Light Steel Blue #ADC2DD

Tints of Light Steel Blue #ADC2DD

Color information

#ADC2DD (or 0xADC2DD) is unknown color: approx Light Steel Blue. HEX triplet: AD, C2 and DD. RGB value is (173,194,221). Sum of RGB (Red+Green+Blue) = 173+194+221=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2DD is #523D22. Grayscale: #BEBEBE. Windows color (decimal): -5389603 or 14533293. OLE color: 14533293.

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

Color convert

RGB173194221-
CMYK0.220.1200.13
HSL213.75º41.38%77.25%-
HSV(B)213.75º21.72%86.67%-
XYZ49.5852.6975.96-
YUV190.8145.04115.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=29.42%
G=32.99%
B=37.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731942210.220.1200.13213.7541.3877.25
HexADC2DD16C0Dd6294d
Octal255302335261401532651115
Binary10101101110000101101110110110110001101110101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2DD; }

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

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

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

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

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

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

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

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