Html Css Color HEX #ADC2DC Light Steel Blue

📋 copy color: '#ADC2DC'

red 173 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #ADC2DC

Tints of Light Steel Blue #ADC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.05%

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

R = 29.47%
G = 33.05%
B = 37.48%

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

#ADC2DC (or 0xADC2DC) is known color: Light Steel Blue. HEX triplet: AD, C2 and DC. RGB value is (173,194,220). Sum of RGB (Red+Green+Blue) = 173+194+220=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2DC is #523D23. Grayscale: #BEBEBE. Windows color (decimal): -5389604 or 14467757. OLE color: 14467757.

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

Color convert

RGB 173 194 220 -
CMYK 0.21 0.12 0 0.14
HSL 213.19º 0.4% 0.77% -
HSV(B) 213.19º 0.21% 0.86% -
XYZ 49.44 52.64 75.26 -
YUV 190.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 173 194 220 0.21 0.12 0 0.14 213.19 0.4 0.77
Hex AD C2 DC 15 C 0 E D5 28 4D
Octal 255 302 334 25 14 0 16 325 50 115
Binary 10101101 11000010 11011100 10101 1100 0 1110 11010101 101000 1001101

Color Harmonies of #ADC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2DC

Black with #ADC2DC

Text Example


Text Example

White with #ADC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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