Color: #AAECFF

#AAECFF Color Information

#AAECFF is a light color. The closest websafe version is #AAECFF. A complement of this color would be #FFBBA8, perceived brightness is 0.86, and the grayscale version is #D4D5D5.

In the HSL color space, this color has a hue angle of 193°,a saturation of 99%, and a lightness of 83%.The HSV representation shows a hue of 193°, a saturation of 33%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 75.14, x: 0.2923, and y: 0.3425.

Color Code #AAECFF

#AAECFFrgb(170, 236, 255)
HEX
#AAECFF
RGB
rgb(170, 236, 255)
HSL
hsl(193, 100%, 83%)
HSV
hsv(193, 33%, 100%)
CMYK
33%, 7%, 0%, 0%
XYZ
X: 64.14, Y: 75.14, Z: 80.12
Lab
L: 89.46, a: -18.10, b: -16.22
Name

Shades of Color #AAECFF

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

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

#AAECFFrgb(170, 236, 255)

About #AAECFF Color Code

In the HSL color space, this color has a hue angle of 193°, a saturation of 100%, and a lightness of 83%. The HSV representation shows a hue of 193°, a saturation of 33%, and a value of 100%.

  • HEX: #AAECFF
  • RGB: rgb(170, 236, 255)
  • HSL: hsl(193, 100%, 83%)
  • HSV: hsv(193, 33%, 100%)
  • CMYK: 33.00% cyan, 7.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 64.14, 75.14, 80.12
  • Yxy: 75.14, 0.2923, 0.3425
  • Hunter Lab: 89.46, -18.10, -16.22
  • CIE-Lab: 89.46, -18.10, -16.22

In the XYZ color space, this color is represented as X: 64.14, Y: 75.14, Z: 80.12. The Yxy representation further refines this as Y: 75.14, x: 0.2923, and y: 0.3425.

In the Hunter Lab color space, this color is represented as L: 89.46, a: -18.10, and b: -16.22. Similarly, in the CIE-Lab color space, it is represented as L: 89.46, a: -18.10, and b: -16.22.

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

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

Analogous Colors of #AAECFF

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

Split Complementary Colors of #AAECFF

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

Tetradic Colors of #AAECFF

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

Monochromatic Colors of #AAECFF

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

Complementary Color of #AAECFF

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

/* Using HEX */
body {
  background-color: #aaecff;
}
/* Using RGB */
body {
  background-color: rgb(170, 236, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 236, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(193, 100%, 83%);
}
/* Text color */
p {
  color: #aaecff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaecff;
}
/* Border color */
.box {
  border: 4px solid #aaecff;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aaecff;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aaecff;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AAECFF
On Black Background
#AAECFF
On White Background
#AAECFF

HTML Examples of #AAECFF

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

Related Colors of #AAECFF

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