#AEC0DF

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

Shades of Light Steel Blue #AEC0DF

Tints of Light Steel Blue #AEC0DF

Color information

#AEC0DF (or 0xAEC0DF) is unknown color: approx Light Steel Blue. HEX triplet: AE, C0 and DF. RGB value is (174,192,223). Sum of RGB (Red+Green+Blue) = 174+192+223=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0DF is #513F20. Grayscale: #BEBEBE. Windows color (decimal): -5324577 or 14663854. OLE color: 14663854.

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

Color convert

RGB174192223-
CMYK0.220.1400.13
HSL217.96º43.36%77.84%-
HSV(B)217.96º21.97%87.45%-
XYZ49.6252.0377.24-
YUV190.15146.54116.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=29.54%
G=32.60%
B=37.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741922230.220.1400.13217.9643.3677.84
HexAEC0DF16E0Dda2b4e
Octal256300337261601533253116
Binary10101110110000001101111110110111001101110110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0DF; }

 p { color: rgb(174,192,223); }

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

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

 a { background-color: rgb(174,192,223); }

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

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

 span { border-color: rgb(174,192,223); }

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