#ADC8DF

Color #ADC8DF Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ADC8DF

Tints of Light Steel Blue #ADC8DF

Color information

#ADC8DF (or 0xADC8DF) is unknown color: approx Light Steel Blue. HEX triplet: AD, C8 and DF. RGB value is (173,200,223). Sum of RGB (Red+Green+Blue) = 173+200+223=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8DF is #523720. Grayscale: #C2C2C2. Windows color (decimal): -5388065 or 14665901. OLE color: 14665901.

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

Color convert

RGB173200223-
CMYK0.220.1000.13
HSL207.6º43.86%77.65%-
HSV(B)207.6º22.42%87.45%-
XYZ51.2155.5277.83-
YUV194.55144.05112.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=29.03%
G=33.56%
B=37.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732002230.220.1000.13207.643.8677.65
HexADC8DF16A0Dd02c4e
Octal255310337261201532054116
Binary10101101110010001101111110110101001101110100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8DF; }

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

 H1.HeaderClassName
 {
   color: #ADC8DF;
 }
 .AnyTagClassName
 {
   color: #ADC8DF;
 }
</style>
background-color css

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

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

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

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

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

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