Html Css Color HEX #ADC6DC Light Steel Blue

📋 copy color: '#ADC6DC'

red 173 ◦ green 198 ◦ blue 220

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

Shades of Light Steel Blue #ADC6DC

Tints of Light Steel Blue #ADC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.5%

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

R = 29.27%
G = 33.5%
B = 37.23%

CMYK

 C value IS 0.21

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC6DC (or 0xADC6DC) is known color: Light Steel Blue. HEX triplet: AD, C6 and DC. RGB value is (173,198,220). Sum of RGB (Red+Green+Blue) = 173+198+220=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6DC is #523923. Grayscale: #C0C0C0. Windows color (decimal): -5388580 or 14468781. OLE color: 14468781.

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

Color convert

RGB 173 198 220 -
CMYK 0.21 0.1 0 0.14
HSL 208.09º 0.4% 0.77% -
HSV(B) 208.09º 0.21% 0.86% -
XYZ 50.35 54.44 75.56 -
YUV 193.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 173 198 220 0.21 0.1 0 0.14 208.09 0.4 0.77
Hex AD C6 DC 15 A 0 E D0 28 4D
Octal 255 306 334 25 12 0 16 320 50 115
Binary 10101101 11000110 11011100 10101 1010 0 1110 11010000 101000 1001101

Color Harmonies of #ADC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC6DC

Black with #ADC6DC

Text Example


Text Example

White with #ADC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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