Html Css Color HEX #ADC4DF Light Steel Blue

📋 copy color: '#ADC4DF'

red 173 ◦ green 196 ◦ blue 223

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

Shades of Light Steel Blue #ADC4DF

Tints of Light Steel Blue #ADC4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.11%

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 29.22%
G = 33.11%
B = 37.67%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADC4DF (or 0xADC4DF) is known color: Light Steel Blue. HEX triplet: AD, C4 and DF. RGB value is (173,196,223). Sum of RGB (Red+Green+Blue) = 173+196+223=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DF is #523B20. Grayscale: #C0C0C0. Windows color (decimal): -5389089 or 14664877. OLE color: 14664877.

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

Color convert

RGB 173 196 223 -
CMYK 0.22 0.12 0 0.13
HSL 212.4º 0.44% 0.78% -
HSV(B) 212.4º 0.22% 0.87% -
XYZ 50.29 53.69 77.52 -
YUV 192.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 173 196 223 0.22 0.12 0 0.13 212.4 0.44 0.78
Hex AD C4 DF 16 C 0 D D4 2C 4E
Octal 255 304 337 26 14 0 15 324 54 116
Binary 10101101 11000100 11011111 10110 1100 0 1101 11010100 101100 1001110

Color Harmonies of #ADC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4DF

Black with #ADC4DF

Text Example


Text Example

White with #ADC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4DF; }

 p { color: rgb(173,196,223); }

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

background-color css

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

 a { background-color: rgb(173,196,223); }

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

border-color css

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

 span { border-color: rgb(173,196,223); }

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