#AEC6DE

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

Shades of Light Steel Blue #AEC6DE

Tints of Light Steel Blue #AEC6DE

Color information

#AEC6DE (or 0xAEC6DE) is unknown color: approx Light Steel Blue. HEX triplet: AE, C6 and DE. RGB value is (174,198,222). Sum of RGB (Red+Green+Blue) = 174+198+222=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEC6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6DE is #513921. Grayscale: #C1C1C1. Windows color (decimal): -5323042 or 14599854. OLE color: 14599854.

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

Color convert

RGB174198222-
CMYK0.220.1100.13
HSL210º42.11%77.65%-
HSV(B)210º21.62%87.06%-
XYZ50.8354.6676.98-
YUV193.56144.05114.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=29.29%
G=33.33%
B=37.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741982220.220.1100.1321042.1177.65
HexAEC6DE16B0Dd22a4e
Octal256306336261301532252116
Binary10101110110001101101111010110101101101110100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6DE; }

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

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

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

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

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

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

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

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