#ADC8DD

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

Shades of Light Steel Blue #ADC8DD

Tints of Light Steel Blue #ADC8DD

Color information

#ADC8DD (or 0xADC8DD) is unknown color: approx Light Steel Blue. HEX triplet: AD, C8 and DD. RGB value is (173,200,221). Sum of RGB (Red+Green+Blue) = 173+200+221=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8DD is #523722. Grayscale: #C2C2C2. Windows color (decimal): -5388067 or 14534829. OLE color: 14534829.

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

Color convert

RGB173200221-
CMYK0.220.1000.13
HSL206.25º41.38%77.25%-
HSV(B)206.25º21.72%86.67%-
XYZ50.9455.4176.42-
YUV194.32143.05112.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=29.12%
G=33.67%
B=37.21%

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
Decimal1732002210.220.1000.13206.2541.3877.25
HexADC8DD16A0Dce294d
Octal255310335261201531651115
Binary10101101110010001101110110110101001101110011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8DD; }

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

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

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

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

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

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

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

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