#AEC4E1

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

Shades of Light Steel Blue #AEC4E1

Tints of Light Steel Blue #AEC4E1

Color information

#AEC4E1 (or 0xAEC4E1) is unknown color: approx Light Steel Blue. HEX triplet: AE, C4 and E1. RGB value is (174,196,225). Sum of RGB (Red+Green+Blue) = 174+196+225=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEC4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4E1 is #513B1E. Grayscale: #C0C0C0. Windows color (decimal): -5323551 or 14795950. OLE color: 14795950.

HSL color Cylindrical-coordinate representation of color #AEC4E1: hue angle of 214.12º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEC4E1 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174196225-
CMYK0.230.1300.12
HSL214.12º45.95%78.24%-
HSV(B)214.12º22.67%88.24%-
XYZ50.7953.9178.96-
YUV192.73146.21114.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=29.24%
G=32.94%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741962250.230.1300.12214.1245.9578.24
HexAEC4E117D0Cd62e4e
Octal256304341271501432656116
Binary10101110110001001110000110111110101100110101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4E1; }

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

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

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

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

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

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

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

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