#AECAE0

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

Shades of Light Steel Blue #AECAE0

Tints of Light Steel Blue #AECAE0

Color information

#AECAE0 (or 0xAECAE0) is unknown color: approx Light Steel Blue. HEX triplet: AE, CA and E0. RGB value is (174,202,224). Sum of RGB (Red+Green+Blue) = 174+202+224=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #AECAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAE0 is #51351F. Grayscale: #C4C4C4. Windows color (decimal): -5322016 or 14731950. OLE color: 14731950.

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

Color convert

RGB174202224-
CMYK0.220.1000.12
HSL206.4º44.64%78.04%-
HSV(B)206.4º22.32%87.84%-
XYZ52.0356.6278.71-
YUV196.14143.72112.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=29%
G=33.67%
B=37.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742022240.220.1000.12206.444.6478.04
HexAECAE016A0Cce2d4e
Octal256312340261201431655116
Binary10101110110010101110000010110101001100110011101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAE0; }

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

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

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

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

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

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

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

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