#AEC1DD

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

Shades of Light Steel Blue #AEC1DD

Tints of Light Steel Blue #AEC1DD

Color information

#AEC1DD (or 0xAEC1DD) is unknown color: approx Light Steel Blue. HEX triplet: AE, C1 and DD. RGB value is (174,193,221). Sum of RGB (Red+Green+Blue) = 174+193+221=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEC1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1DD is #513E22. Grayscale: #BEBEBE. Windows color (decimal): -5324323 or 14533038. OLE color: 14533038.

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

Color convert

RGB174193221-
CMYK0.210.1300.13
HSL215.74º40.87%77.45%-
HSV(B)215.74º21.27%86.67%-
XYZ49.5852.3675.9-
YUV190.51145.21116.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=29.59%
G=32.82%
B=37.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741932210.210.1300.13215.7440.8777.45
HexAEC1DD15D0Dd8294d
Octal256301335251501533051115
Binary10101110110000011101110110101110101101110110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1DD; }

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

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

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

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

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

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

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

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