Html Css Color HEX #ADC7DF Light Steel Blue

📋 copy color: '#ADC7DF'

red 173 ◦ green 199 ◦ blue 223

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

Shades of Light Steel Blue #ADC7DF

Tints of Light Steel Blue #ADC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.45%

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

R = 29.08%
G = 33.45%
B = 37.48%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADC7DF (or 0xADC7DF) is known color: Light Steel Blue. HEX triplet: AD, C7 and DF. RGB value is (173,199,223). Sum of RGB (Red+Green+Blue) = 173+199+223=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7DF is #523820. Grayscale: #C1C1C1. Windows color (decimal): -5388321 or 14665645. OLE color: 14665645.

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

Color convert

RGB 173 199 223 -
CMYK 0.22 0.11 0 0.13
HSL 208.8º 0.44% 0.78% -
HSV(B) 208.8º 0.22% 0.87% -
XYZ 50.98 55.06 77.75 -
YUV 193.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 173 199 223 0.22 0.11 0 0.13 208.8 0.44 0.78
Hex AD C7 DF 16 B 0 D D1 2C 4E
Octal 255 307 337 26 13 0 15 321 54 116
Binary 10101101 11000111 11011111 10110 1011 0 1101 11010001 101100 1001110

Color Harmonies of #ADC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7DF

Black with #ADC7DF

Text Example


Text Example

White with #ADC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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