#ADC0DB

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

Shades of Light Steel Blue #ADC0DB

Tints of Light Steel Blue #ADC0DB

Color information

#ADC0DB (or 0xADC0DB) is unknown color: approx Light Steel Blue. HEX triplet: AD, C0 and DB. RGB value is (173,192,219). Sum of RGB (Red+Green+Blue) = 173+192+219=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0DB is #523F24. Grayscale: #BDBDBD. Windows color (decimal): -5390117 or 14401709. OLE color: 14401709.

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

Color convert

RGB173192219-
CMYK0.210.1200.14
HSL215.22º38.98%76.86%-
HSV(B)215.22º21%85.88%-
XYZ48.8751.774.42-
YUV189.4144.71116.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=29.62%
G=32.88%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731922190.210.1200.14215.2238.9876.86
HexADC0DB15C0Ed7274d
Octal255300333251401632747115
Binary10101101110000001101101110101110001110110101111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0DB; }

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

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

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

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

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

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

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

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