#ADC4DC

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

Shades of Light Steel Blue #ADC4DC

Tints of Light Steel Blue #ADC4DC

Color information

#ADC4DC (or 0xADC4DC) is unknown color: approx Light Steel Blue. HEX triplet: AD, C4 and DC. RGB value is (173,196,220). Sum of RGB (Red+Green+Blue) = 173+196+220=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DC is #523B23. Grayscale: #BFBFBF. Windows color (decimal): -5389092 or 14468269. OLE color: 14468269.

HSL color Cylindrical-coordinate representation of color #ADC4DC: hue angle of 210.64º degrees, saturation: 0.4, 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 #ADC4DC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173196220-
CMYK0.210.1100.14
HSL210.64º40.17%77.06%-
HSV(B)210.64º21.36%86.27%-
XYZ49.8953.5375.41-
YUV191.86143.88114.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=29.37%
G=33.28%
B=37.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731962200.210.1100.14210.6440.1777.06
HexADC4DC15B0Ed3284d
Octal255304334251301632350115
Binary10101101110001001101110010101101101110110100111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4DC; }

 p { color: rgb(173,196,220); }

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

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

 a { background-color: rgb(173,196,220); }

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

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

 span { border-color: rgb(173,196,220); }

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