Color: #AAEBFE

#AAEBFE Color Information

#AAEBFE is a light color. The closest websafe version is #AAEBFE. A complement of this color would be #FEBDA9, perceived brightness is 0.85, and the grayscale version is #D4D4D4.

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

In a RGB color space, #AAEBFE is composed of 67% red, 92% 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: 74.51, x: 0.2927, and y: 0.3424.

Color Code #AAEBFE

#AAEBFErgb(170, 235, 254)
HEX
#AAEBFE
RGB
rgb(170, 235, 254)
HSL
hsl(194, 98%, 83%)
HSV
hsv(194, 33%, 100%)
CMYK
33%, 7%, 0%, 0%
XYZ
X: 63.70, Y: 74.51, Z: 79.41
Lab
L: 89.16, a: -17.82, b: -16.14
Name

Shades of Color #AAEBFE

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

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

#AAEBFErgb(170, 235, 254)

About #AAEBFE Color Code

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

  • HEX: #AAEBFE
  • RGB: rgb(170, 235, 254)
  • HSL: hsl(194, 98%, 83%)
  • HSV: hsv(194, 33%, 100%)
  • CMYK: 33.00% cyan, 7.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 63.70, 74.51, 79.41
  • Yxy: 74.51, 0.2927, 0.3424
  • Hunter Lab: 89.16, -17.82, -16.14
  • CIE-Lab: 89.16, -17.82, -16.14

In the XYZ color space, this color is represented as X: 63.70, Y: 74.51, Z: 79.41. The Yxy representation further refines this as Y: 74.51, x: 0.2927, and y: 0.3424.

In the Hunter Lab color space, this color is represented as L: 89.16, a: -17.82, and b: -16.14. Similarly, in the CIE-Lab color space, it is represented as L: 89.16, a: -17.82, and b: -16.14.

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

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

Analogous Colors of #AAEBFE

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

Monochromatic Colors of #AAEBFE

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

Complementary Color of #AAEBFE

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

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

HTML Examples of #AAEBFE

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

Related Colors of #AAEBFE

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