#AEC4DD

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

Shades of Light Steel Blue #AEC4DD

Tints of Light Steel Blue #AEC4DD

Color information

#AEC4DD (or 0xAEC4DD) is unknown color: approx Light Steel Blue. HEX triplet: AE, C4 and DD. RGB value is (174,196,221). Sum of RGB (Red+Green+Blue) = 174+196+221=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4DD is #513B22. Grayscale: #C0C0C0. Windows color (decimal): -5323555 or 14533806. OLE color: 14533806.

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

Color convert

RGB174196221-
CMYK0.210.1100.13
HSL211.91º40.87%77.45%-
HSV(B)211.91º21.27%86.67%-
XYZ50.2553.776.12-
YUV192.27144.21114.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=29.44%
G=33.16%
B=37.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741962210.210.1100.13211.9140.8777.45
HexAEC4DD15B0Dd4294d
Octal256304335251301532451115
Binary10101110110001001101110110101101101101110101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4DD; }

 p { color: rgb(174,196,221); }

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

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

 a { background-color: rgb(174,196,221); }

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

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

 span { border-color: rgb(174,196,221); }

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