#AEC5DD

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

Shades of Light Steel Blue #AEC5DD

Tints of Light Steel Blue #AEC5DD

Color information

#AEC5DD (or 0xAEC5DD) is unknown color: approx Light Steel Blue. HEX triplet: AE, C5 and DD. RGB value is (174,197,221). Sum of RGB (Red+Green+Blue) = 174+197+221=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5DD is #513A22. Grayscale: #C0C0C0. Windows color (decimal): -5323299 or 14534062. OLE color: 14534062.

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

Color convert

RGB174197221-
CMYK0.210.1100.13
HSL210.64º40.87%77.45%-
HSV(B)210.64º21.27%86.67%-
XYZ50.4754.1576.2-
YUV192.86143.88114.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=29.39%
G=33.28%
B=37.33%

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
Decimal1741972210.210.1100.13210.6440.8777.45
HexAEC5DD15B0Dd3294d
Octal256305335251301532351115
Binary10101110110001011101110110101101101101110100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5DD; }

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

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

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

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

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

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

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

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