#ADC1DF

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

Shades of Light Steel Blue #ADC1DF

Tints of Light Steel Blue #ADC1DF

Color information

#ADC1DF (or 0xADC1DF) is unknown color: approx Light Steel Blue. HEX triplet: AD, C1 and DF. RGB value is (173,193,223). Sum of RGB (Red+Green+Blue) = 173+193+223=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DF is #523E20. Grayscale: #BEBEBE. Windows color (decimal): -5389857 or 14664109. OLE color: 14664109.

HSL color Cylindrical-coordinate representation of color #ADC1DF: hue angle of 216º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC1DF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173193223-
CMYK0.220.1300.13
HSL216º43.86%77.65%-
HSV(B)216º22.42%87.45%-
XYZ49.6252.3577.3-
YUV190.44146.37115.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=29.37%
G=32.77%
B=37.86%

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
Decimal1731932230.220.1300.1321643.8677.65
HexADC1DF16D0Dd82c4e
Octal255301337261501533054116
Binary10101101110000011101111110110110101101110110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1DF; }

 p { color: rgb(173,193,223); }

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

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

 a { background-color: rgb(173,193,223); }

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

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

 span { border-color: rgb(173,193,223); }

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