#ADC6DC

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

Shades of Light Steel Blue #ADC6DC

Tints of Light Steel Blue #ADC6DC

Color information

#ADC6DC (or 0xADC6DC) is unknown color: approx Light Steel Blue. HEX triplet: AD, C6 and DC. RGB value is (173,198,220). Sum of RGB (Red+Green+Blue) = 173+198+220=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6DC is #523923. Grayscale: #C0C0C0. Windows color (decimal): -5388580 or 14468781. OLE color: 14468781.

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

Color convert

RGB173198220-
CMYK0.210.100.14
HSL208.09º40.17%77.06%-
HSV(B)208.09º21.36%86.27%-
XYZ50.3554.4475.56-
YUV193.03143.22113.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=29.27%
G=33.50%
B=37.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731982200.210.100.14208.0940.1777.06
HexADC6DC15A0Ed0284d
Octal255306334251201632050115
Binary10101101110001101101110010101101001110110100001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6DC; }

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

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

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

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

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

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

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

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