#AEC1DC

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

Shades of Light Steel Blue #AEC1DC

Tints of Light Steel Blue #AEC1DC

Color information

#AEC1DC (or 0xAEC1DC) is unknown color: approx Light Steel Blue. HEX triplet: AE, C1 and DC. RGB value is (174,193,220). Sum of RGB (Red+Green+Blue) = 174+193+220=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1DC is #513E23. Grayscale: #BEBEBE. Windows color (decimal): -5324324 or 14467502. OLE color: 14467502.

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

Color convert

RGB174193220-
CMYK0.210.1200.14
HSL215.22º39.66%77.25%-
HSV(B)215.22º20.91%86.27%-
XYZ49.4452.3175.2-
YUV190.4144.71116.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=29.64%
G=32.88%
B=37.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741932200.210.1200.14215.2239.6677.25
HexAEC1DC15C0Ed7284d
Octal256301334251401632750115
Binary10101110110000011101110010101110001110110101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1DC; }

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

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

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

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

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

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

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

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