Color: #AEC0F2

#AEC0F2 Color Information

#AEC0F2 is a light color. The closest websafe version is #AEC0F2. A complement of this color would be #F2E1B0, perceived brightness is 0.75, and the grayscale version is #D0D0D0.

In the HSL color space, this color has a hue angle of 224°,a saturation of 72%, and a lightness of 82%.The HSV representation shows a hue of 224°, a saturation of 28%, and a value of 95%.

In a RGB color space, #AEC0F2 is composed of 68% red, 75% green and 95% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 21% magenta, 0% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 52.59, x: 0.2972, and y: 0.3037.

Color Code #AEC0F2

#AEC0F2rgb(174, 192, 242)
HEX
#AEC0F2
RGB
rgb(174, 192, 242)
HSL
hsl(224, 72%, 82%)
HSV
hsv(224, 28%, 95%)
CMYK
28%, 21%, 0%, 5%
XYZ
X: 51.46, Y: 52.59, Z: 69.12
Lab
L: 77.63, a: 1.99, b: -27.10
Name

Shades of Color #AEC0F2

Shades are created by darkening the original color #AEC0F2 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #AEC0F2

Tints are created by lightening the original color #AEC0F2 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#AEC0F2rgb(174, 192, 242)

About #AEC0F2 Color Code

In the HSL color space, this color has a hue angle of 224°, a saturation of 72%, and a lightness of 82%. The HSV representation shows a hue of 224°, a saturation of 28%, and a value of 95%.

  • HEX: #AEC0F2
  • RGB: rgb(174, 192, 242)
  • HSL: hsl(224, 72%, 82%)
  • HSV: hsv(224, 28%, 95%)
  • CMYK: 28.00% cyan, 21.00% magenta, 0.00% yellow, 5.00% black
  • XYZ: 51.46, 52.59, 69.12
  • Yxy: 52.59, 0.2972, 0.3037
  • Hunter Lab: 77.63, 1.99, -27.10
  • CIE-Lab: 77.63, 1.99, -27.10

In the XYZ color space, this color is represented as X: 51.46, Y: 52.59, Z: 69.12. The Yxy representation further refines this as Y: 52.59, x: 0.2972, and y: 0.3037.

In the Hunter Lab color space, this color is represented as L: 77.63, a: 1.99, and b: -27.10. Similarly, in the CIE-Lab color space, it is represented as L: 77.63, a: 1.99, and b: -27.10.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #AEC0F2

Triadic colors are three colors evenly spaced around the color wheel, including #AEC0F2. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #AEC0F2

Analogous colors are adjacent to #AEC0F2 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #AEC0F2

Split complementary colors are two colors adjacent to the complementary color of #AEC0F2. They create a balanced and visually appealing color scheme.

Tetradic Colors of #AEC0F2

Tetradic colors form a rectangle on the color wheel, including #AEC0F2. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #AEC0F2

Monochromatic colors are variations of #AEC0F2, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #AEC0F2

The complementary color of #AEC0F2 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #AEC0F2

/* Using HEX */
body {
  background-color: #aec0f2;
}
/* Using RGB */
body {
  background-color: rgb(174, 192, 242);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 192, 242, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(224, 72%, 82%);
}
/* Text color */
p {
  color: #aec0f2;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aec0f2;
}
/* Border color */
.box {
  border: 4px solid #aec0f2;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aec0f2;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aec0f2;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AEC0F2
On Black Background
#AEC0F2
On White Background
#AEC0F2

HTML Examples of #AEC0F2

<!-- Using HEX -->
<div style="background-color: #aec0f2; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 192, 242); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 192, 242, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(224, 72%, 82%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aec0f2;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aec0f2; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #aec0f2; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #aec0f2;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #aec0f2; color: #fff; padding: 16px; border-radius: 8px;">
  #AEC0F2
</div>
#AEC0F2
On Black Background
#AEC0F2
On White Background
#AEC0F2

Related Colors of #AEC0F2

These colors are similar to #AEC0F2, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.