#AEC3DE

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

Shades of Light Steel Blue #AEC3DE

Tints of Light Steel Blue #AEC3DE

Color information

#AEC3DE (or 0xAEC3DE) is unknown color: approx Light Steel Blue. HEX triplet: AE, C3 and DE. RGB value is (174,195,222). Sum of RGB (Red+Green+Blue) = 174+195+222=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEC3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3DE is #513C21. Grayscale: #BFBFBF. Windows color (decimal): -5323810 or 14599086. OLE color: 14599086.

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

Color convert

RGB174195222-
CMYK0.220.1200.13
HSL213.75º42.11%77.65%-
HSV(B)213.75º21.62%87.06%-
XYZ50.1653.376.75-
YUV191.8145.04115.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=29.44%
G=32.99%
B=37.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741952220.220.1200.13213.7542.1177.65
HexAEC3DE16C0Dd62a4e
Octal256303336261401532652116
Binary10101110110000111101111010110110001101110101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3DE; }

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

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

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

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

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

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

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

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