#ADC5DE

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

Shades of Light Steel Blue #ADC5DE

Tints of Light Steel Blue #ADC5DE

Color information

#ADC5DE (or 0xADC5DE) is unknown color: approx Light Steel Blue. HEX triplet: AD, C5 and DE. RGB value is (173,197,222). Sum of RGB (Red+Green+Blue) = 173+197+222=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5DE is #523A21. Grayscale: #C0C0C0. Windows color (decimal): -5388834 or 14599597. OLE color: 14599597.

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

Color convert

RGB173197222-
CMYK0.220.1100.13
HSL210.61º42.61%77.45%-
HSV(B)210.61º22.07%87.06%-
XYZ50.3854.0976.89-
YUV192.67144.55113.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=29.22%
G=33.28%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731972220.220.1100.13210.6142.6177.45
HexADC5DE16B0Dd32b4d
Octal255305336261301532353115
Binary10101101110001011101111010110101101101110100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5DE; }

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

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

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

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

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

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

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

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