#ADC6E0

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

Shades of Light Steel Blue #ADC6E0

Tints of Light Steel Blue #ADC6E0

Color information

#ADC6E0 (or 0xADC6E0) is unknown color: approx Light Steel Blue. HEX triplet: AD, C6 and E0. RGB value is (173,198,224). Sum of RGB (Red+Green+Blue) = 173+198+224=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADC6E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6E0 is #52391F. Grayscale: #C1C1C1. Windows color (decimal): -5388576 or 14730925. OLE color: 14730925.

HSL color Cylindrical-coordinate representation of color #ADC6E0: hue angle of 210.59º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC6E0 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173198224-
CMYK0.230.1200.12
HSL210.59º45.13%77.84%-
HSV(B)210.59º22.77%87.84%-
XYZ50.8854.6578.39-
YUV193.49145.22113.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=29.08%
G=33.28%
B=37.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731982240.230.1200.12210.5945.1377.84
HexADC6E017C0Cd32d4e
Octal255306340271401432355116
Binary10101101110001101110000010111110001100110100111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6E0; }

 p { color: rgb(173,198,224); }

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

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

 a { background-color: rgb(173,198,224); }

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

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

 span { border-color: rgb(173,198,224); }

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