#ADC5DB

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

Shades of Light Steel Blue #ADC5DB

Tints of Light Steel Blue #ADC5DB

Color information

#ADC5DB (or 0xADC5DB) is unknown color: approx Light Steel Blue. HEX triplet: AD, C5 and DB. RGB value is (173,197,219). Sum of RGB (Red+Green+Blue) = 173+197+219=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5DB is #523A24. Grayscale: #C0C0C0. Windows color (decimal): -5388837 or 14402989. OLE color: 14402989.

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

Color convert

RGB173197219-
CMYK0.210.1000.14
HSL208.7º38.98%76.86%-
HSV(B)208.7º21%85.88%-
XYZ49.9953.9374.79-
YUV192.33143.05114.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=29.37%
G=33.45%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731972190.210.1000.14208.738.9876.86
HexADC5DB15A0Ed1274d
Octal255305333251201632147115
Binary10101101110001011101101110101101001110110100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5DB; }

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

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

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

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

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

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

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

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