#ADC4DE

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

Shades of Light Steel Blue #ADC4DE

Tints of Light Steel Blue #ADC4DE

Color information

#ADC4DE (or 0xADC4DE) is unknown color: approx Light Steel Blue. HEX triplet: AD, C4 and DE. RGB value is (173,196,222). Sum of RGB (Red+Green+Blue) = 173+196+222=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DE is #523B21. Grayscale: #BFBFBF. Windows color (decimal): -5389090 or 14599341. OLE color: 14599341.

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

Color convert

RGB173196222-
CMYK0.220.1200.13
HSL211.84º42.61%77.45%-
HSV(B)211.84º22.07%87.06%-
XYZ50.1653.6476.82-
YUV192.09144.88114.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=29.27%
G=33.16%
B=37.56%

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
Decimal1731962220.220.1200.13211.8442.6177.45
HexADC4DE16C0Dd42b4d
Octal255304336261401532453115
Binary10101101110001001101111010110110001101110101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4DE; }

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

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

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

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

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

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

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

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