Html Css Color HEX #ADC1DC Light Steel Blue

📋 copy color: '#ADC1DC'

red 173 ◦ green 193 ◦ blue 220

#ADC1DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #ADC1DC

Tints of Light Steel Blue #ADC1DC

RGB

 RED value IS 173 (67.97% from 255) = 29.52%

 GREEN value IS 193 (75.78% from 255) = 32.94%

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 29.52%
G = 32.94%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC1DC (or 0xADC1DC) is known color: Light Steel Blue. HEX triplet: AD, C1 and DC. RGB value is (173,193,220). Sum of RGB (Red+Green+Blue) = 173+193+220=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DC is #523E23. Grayscale: #BDBDBD. Windows color (decimal): -5389860 or 14467501. OLE color: 14467501.

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

Color convert

RGB 173 193 220 -
CMYK 0.21 0.12 0 0.14
HSL 214.47º 0.4% 0.77% -
HSV(B) 214.47º 0.21% 0.86% -
XYZ 49.22 52.19 75.19 -
YUV 190.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 173 193 220 0.21 0.12 0 0.14 214.47 0.4 0.77
Hex AD C1 DC 15 C 0 E D6 28 4D
Octal 255 301 334 25 14 0 16 326 50 115
Binary 10101101 11000001 11011100 10101 1100 0 1110 11010110 101000 1001101

Color Harmonies of #ADC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1DC

Black with #ADC1DC

Text Example


Text Example

White with #ADC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1DC; }

 p { color: rgb(173,193,220); }

 H1.HeaderClassName
 {
   color: #ADC1DC;
 }
 .AnyTagClassName
 {
   color: #ADC1DC;
 }
</style>

background-color css

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

 a { background-color: rgb(173,193,220); }

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

border-color css

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

 span { border-color: rgb(173,193,220); }

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