Html Css Color HEX #ADC3DF Light Steel Blue

📋 copy color: '#ADC3DF'

red 173 ◦ green 195 ◦ blue 223

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

Shades of Light Steel Blue #ADC3DF

Tints of Light Steel Blue #ADC3DF

RGB

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

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

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

R = 29.27%
G = 32.99%
B = 37.73%

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

#ADC3DF (or 0xADC3DF) is known color: Light Steel Blue. HEX triplet: AD, C3 and DF. RGB value is (173,195,223). Sum of RGB (Red+Green+Blue) = 173+195+223=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3DF is #523C20. Grayscale: #BFBFBF. Windows color (decimal): -5389345 or 14664621. OLE color: 14664621.

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

Color convert

RGB 173 195 223 -
CMYK 0.22 0.13 0 0.13
HSL 213.6º 0.44% 0.78% -
HSV(B) 213.6º 0.22% 0.87% -
XYZ 50.07 53.24 77.45 -
YUV 191.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 173 195 223 0.22 0.13 0 0.13 213.6 0.44 0.78
Hex AD C3 DF 16 D 0 D D6 2C 4E
Octal 255 303 337 26 15 0 15 326 54 116
Binary 10101101 11000011 11011111 10110 1101 0 1101 11010110 101100 1001110

Color Harmonies of #ADC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3DF

Black with #ADC3DF

Text Example


Text Example

White with #ADC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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