#AEC6DF

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

Shades of Light Steel Blue #AEC6DF

Tints of Light Steel Blue #AEC6DF

Color information

#AEC6DF (or 0xAEC6DF) is unknown color: approx Light Steel Blue. HEX triplet: AE, C6 and DF. RGB value is (174,198,223). Sum of RGB (Red+Green+Blue) = 174+198+223=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6DF is #513920. Grayscale: #C1C1C1. Windows color (decimal): -5323041 or 14665390. OLE color: 14665390.

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

Color convert

RGB174198223-
CMYK0.220.1100.13
HSL210.61º43.36%77.84%-
HSV(B)210.61º21.97%87.45%-
XYZ50.9754.7177.69-
YUV193.67144.55113.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=29.24%
G=33.28%
B=37.48%

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
Decimal1741982230.220.1100.13210.6143.3677.84
HexAEC6DF16B0Dd32b4e
Octal256306337261301532353116
Binary10101110110001101101111110110101101101110100111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6DF; }

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

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

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

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

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

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

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

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