Html Css Color HEX #ADC2DE Light Steel Blue

📋 copy color: '#ADC2DE'

red 173 ◦ green 194 ◦ blue 222

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

Shades of Light Steel Blue #ADC2DE

Tints of Light Steel Blue #ADC2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 29.37%
G = 32.94%
B = 37.69%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADC2DE (or 0xADC2DE) is known color: Light Steel Blue. HEX triplet: AD, C2 and DE. RGB value is (173,194,222). Sum of RGB (Red+Green+Blue) = 173+194+222=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2DE is #523D21. Grayscale: #BEBEBE. Windows color (decimal): -5389602 or 14598829. OLE color: 14598829.

HSL color Cylindrical-coordinate representation of color #ADC2DE: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC2DE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 194 222 -
CMYK 0.22 0.13 0 0.13
HSL 214.29º 0.43% 0.77% -
HSV(B) 214.29º 0.22% 0.87% -
XYZ 49.71 52.74 76.67 -
YUV 190.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 173 194 222 0.22 0.13 0 0.13 214.29 0.43 0.77
Hex AD C2 DE 16 D 0 D D6 2B 4D
Octal 255 302 336 26 15 0 15 326 53 115
Binary 10101101 11000010 11011110 10110 1101 0 1101 11010110 101011 1001101

Color Harmonies of #ADC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2DE

Black with #ADC2DE

Text Example


Text Example

White with #ADC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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