Html Css Color HEX #ADC0DC Light Steel Blue

📋 copy color: '#ADC0DC'

red 173 ◦ green 192 ◦ blue 220

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

Shades of Light Steel Blue #ADC0DC

Tints of Light Steel Blue #ADC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.82%

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

R = 29.57%
G = 32.82%
B = 37.61%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC0DC (or 0xADC0DC) is known color: Light Steel Blue. HEX triplet: AD, C0 and DC. RGB value is (173,192,220). Sum of RGB (Red+Green+Blue) = 173+192+220=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0DC is #523F23. Grayscale: #BDBDBD. Windows color (decimal): -5390116 or 14467245. OLE color: 14467245.

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

Color convert

RGB 173 192 220 -
CMYK 0.21 0.13 0 0.14
HSL 215.74º 0.4% 0.77% -
HSV(B) 215.74º 0.21% 0.86% -
XYZ 49 51.75 75.12 -
YUV 189.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 173 192 220 0.21 0.13 0 0.14 215.74 0.4 0.77
Hex AD C0 DC 15 D 0 E D8 28 4D
Octal 255 300 334 25 15 0 16 330 50 115
Binary 10101101 11000000 11011100 10101 1101 0 1110 11011000 101000 1001101

Color Harmonies of #ADC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0DC

Black with #ADC0DC

Text Example


Text Example

White with #ADC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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