Html Css Color HEX #ADC3DC Light Steel Blue

📋 copy color: '#ADC3DC'

red 173 ◦ green 195 ◦ blue 220

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

Shades of Light Steel Blue #ADC3DC

Tints of Light Steel Blue #ADC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

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

R = 29.42%
G = 33.16%
B = 37.41%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC3DC (or 0xADC3DC) is known color: Light Steel Blue. HEX triplet: AD, C3 and DC. RGB value is (173,195,220). Sum of RGB (Red+Green+Blue) = 173+195+220=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3DC is #523C23. Grayscale: #BFBFBF. Windows color (decimal): -5389348 or 14468013. OLE color: 14468013.

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

Color convert

RGB 173 195 220 -
CMYK 0.21 0.11 0 0.14
HSL 211.91º 0.4% 0.77% -
HSV(B) 211.91º 0.21% 0.86% -
XYZ 49.67 53.08 75.34 -
YUV 191.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 173 195 220 0.21 0.11 0 0.14 211.91 0.4 0.77
Hex AD C3 DC 15 B 0 E D4 28 4D
Octal 255 303 334 25 13 0 16 324 50 115
Binary 10101101 11000011 11011100 10101 1011 0 1110 11010100 101000 1001101

Color Harmonies of #ADC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3DC

Black with #ADC3DC

Text Example


Text Example

White with #ADC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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