#AEC3DC

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

Shades of Light Steel Blue #AEC3DC

Tints of Light Steel Blue #AEC3DC

Color information

#AEC3DC (or 0xAEC3DC) is unknown color: approx Light Steel Blue. HEX triplet: AE, C3 and DC. RGB value is (174,195,220). Sum of RGB (Red+Green+Blue) = 174+195+220=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3DC is #513C23. Grayscale: #BFBFBF. Windows color (decimal): -5323812 or 14468014. OLE color: 14468014.

HSL color Cylindrical-coordinate representation of color #AEC3DC: hue angle of 212.61º 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 #AEC3DC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174195220-
CMYK0.210.1100.14
HSL212.61º39.66%77.25%-
HSV(B)212.61º20.91%86.27%-
XYZ49.8953.275.35-
YUV191.57144.04115.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=29.54%
G=33.11%
B=37.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741952200.210.1100.14212.6139.6677.25
HexAEC3DC15B0Ed5284d
Octal256303334251301632550115
Binary10101110110000111101110010101101101110110101011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3DC; }

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

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

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

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

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

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

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

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