#AECAE1

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

Shades of Light Steel Blue #AECAE1

Tints of Light Steel Blue #AECAE1

Color information

#AECAE1 (or 0xAECAE1) is unknown color: approx Light Steel Blue. HEX triplet: AE, CA and E1. RGB value is (174,202,225). Sum of RGB (Red+Green+Blue) = 174+202+225=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #AECAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAE1 is #51351E. Grayscale: #C4C4C4. Windows color (decimal): -5322015 or 14797486. OLE color: 14797486.

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

Color convert

RGB174202225-
CMYK0.230.1000.12
HSL207.06º45.95%78.24%-
HSV(B)207.06º22.67%88.24%-
XYZ52.1756.6879.42-
YUV196.25144.22112.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=28.95%
G=33.61%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742022250.230.1000.12207.0645.9578.24
HexAECAE117A0Ccf2e4e
Octal256312341271201431756116
Binary10101110110010101110000110111101001100110011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAE1; }

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

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

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

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

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

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

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

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