#AEC0DC

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

Shades of Light Steel Blue #AEC0DC

Tints of Light Steel Blue #AEC0DC

Color information

#AEC0DC (or 0xAEC0DC) is unknown color: approx Light Steel Blue. HEX triplet: AE, C0 and DC. RGB value is (174,192,220). Sum of RGB (Red+Green+Blue) = 174+192+220=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0DC is #513F23. Grayscale: #BDBDBD. Windows color (decimal): -5324580 or 14467246. OLE color: 14467246.

HSL color Cylindrical-coordinate representation of color #AEC0DC: hue angle of 216.52º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC0DC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174192220-
CMYK0.210.1300.14
HSL216.52º39.66%77.25%-
HSV(B)216.52º20.91%86.27%-
XYZ49.2251.8775.13-
YUV189.81145.04116.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=29.69%
G=32.76%
B=37.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741922200.210.1300.14216.5239.6677.25
HexAEC0DC15D0Ed9284d
Octal256300334251501633150115
Binary10101110110000001101110010101110101110110110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0DC; }

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

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

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

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

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

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

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

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