#AEC9DE

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

Shades of Light Steel Blue #AEC9DE

Tints of Light Steel Blue #AEC9DE

Color information

#AEC9DE (or 0xAEC9DE) is unknown color: approx Light Steel Blue. HEX triplet: AE, C9 and DE. RGB value is (174,201,222). Sum of RGB (Red+Green+Blue) = 174+201+222=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEC9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9DE is #513621. Grayscale: #C3C3C3. Windows color (decimal): -5322274 or 14600622. OLE color: 14600622.

HSL color Cylindrical-coordinate representation of color #AEC9DE: hue angle of 206.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC9DE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174201222-
CMYK0.220.0900.13
HSL206.25º42.11%77.65%-
HSV(B)206.25º21.62%87.06%-
XYZ51.5356.0577.21-
YUV195.32143.05112.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 201 (78.91% from 255) = 33.67%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=29.15%
G=33.67%
B=37.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742012220.220.0900.13206.2542.1177.65
HexAEC9DE1690Dce2a4e
Octal256311336261101531652116
Binary10101110110010011101111010110100101101110011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC9DE; }

 p { color: rgb(174,201,222); }

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

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

 a { background-color: rgb(174,201,222); }

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

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

 span { border-color: rgb(174,201,222); }

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