Color: #AEECFE

#AEECFE Color Information

#AEECFE is a light color. The closest websafe version is #AEECFE. A complement of this color would be #FEC1AE, perceived brightness is 0.86, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 194°,a saturation of 98%, and a lightness of 84%.The HSV representation shows a hue of 194°, a saturation of 31%, and a value of 100%.

In a RGB color space, #AEECFE is composed of 68% red, 93% green and 100% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 7% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 75.56, x: 0.2952, and y: 0.3434.

Color Code #AEECFE

#AEECFErgb(174, 236, 254)
HEX
#AEECFE
RGB
rgb(174, 236, 254)
HSL
hsl(194, 98%, 84%)
HSV
hsv(194, 31%, 100%)
CMYK
31%, 7%, 0%, 0%
XYZ
X: 64.94, Y: 75.56, Z: 79.52
Lab
L: 89.65, a: -17.13, b: -15.38
Name

Shades of Color #AEECFE

Shades are created by darkening the original color #AEECFE 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 #AEECFE

Tints are created by lightening the original color #AEECFE 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.

#AEECFErgb(174, 236, 254)

About #AEECFE Color Code

In the HSL color space, this color has a hue angle of 194°, a saturation of 98%, and a lightness of 84%. The HSV representation shows a hue of 194°, a saturation of 31%, and a value of 100%.

  • HEX: #AEECFE
  • RGB: rgb(174, 236, 254)
  • HSL: hsl(194, 98%, 84%)
  • HSV: hsv(194, 31%, 100%)
  • CMYK: 31.00% cyan, 7.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 64.94, 75.56, 79.52
  • Yxy: 75.56, 0.2952, 0.3434
  • Hunter Lab: 89.65, -17.13, -15.38
  • CIE-Lab: 89.65, -17.13, -15.38

In the XYZ color space, this color is represented as X: 64.94, Y: 75.56, Z: 79.52. The Yxy representation further refines this as Y: 75.56, x: 0.2952, and y: 0.3434.

In the Hunter Lab color space, this color is represented as L: 89.65, a: -17.13, and b: -15.38. Similarly, in the CIE-Lab color space, it is represented as L: 89.65, a: -17.13, and b: -15.38.

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 #AEECFE

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

Analogous Colors of #AEECFE

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

Split Complementary Colors of #AEECFE

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

Tetradic Colors of #AEECFE

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

Monochromatic Colors of #AEECFE

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

Complementary Color of #AEECFE

The complementary color of #AEECFE 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 #AEECFE

/* Using HEX */
body {
  background-color: #aeecfe;
}
/* Using RGB */
body {
  background-color: rgb(174, 236, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 236, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(194, 98%, 84%);
}
/* Text color */
p {
  color: #aeecfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aeecfe;
}
/* Border color */
.box {
  border: 4px solid #aeecfe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aeecfe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aeecfe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AEECFE
On Black Background
#AEECFE
On White Background
#AEECFE

HTML Examples of #AEECFE

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

Related Colors of #AEECFE

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