#ADC4DB

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

Shades of Light Steel Blue #ADC4DB

Tints of Light Steel Blue #ADC4DB

Color information

#ADC4DB (or 0xADC4DB) is unknown color: approx Light Steel Blue. HEX triplet: AD, C4 and DB. RGB value is (173,196,219). Sum of RGB (Red+Green+Blue) = 173+196+219=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DB is #523B24. Grayscale: #BFBFBF. Windows color (decimal): -5389093 or 14402733. OLE color: 14402733.

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

Color convert

RGB173196219-
CMYK0.210.1100.14
HSL210º38.98%76.86%-
HSV(B)210º21%85.88%-
XYZ49.7653.4874.72-
YUV191.74143.38114.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=29.42%
G=33.33%
B=37.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731962190.210.1100.1421038.9876.86
HexADC4DB15B0Ed2274d
Octal255304333251301632247115
Binary10101101110001001101101110101101101110110100101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4DB; }

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

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

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

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

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

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

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

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