Color: #AADEE6

#AADEE6 Color Information

#AADEE6 is a light color. The closest websafe version is #AADEE6. A complement of this color would be #E6B0A8, perceived brightness is 0.81, and the grayscale version is #C8C8C8.

In the HSL color space, this color has a hue angle of 188°,a saturation of 55%, and a lightness of 78%.The HSV representation shows a hue of 188°, a saturation of 26%, and a value of 90%.

In a RGB color space, #AADEE6 is composed of 67% red, 87% green and 90% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 3% magenta, 0% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 66.11, x: 0.3043, and y: 0.3530.

Color Code #AADEE6

#AADEE6rgb(170, 222, 230)
HEX
#AADEE6
RGB
rgb(170, 222, 230)
HSL
hsl(188, 55%, 78%)
HSV
hsv(188, 26%, 90%)
CMYK
26%, 3%, 0%, 10%
XYZ
X: 56.98, Y: 66.11, Z: 64.17
Lab
L: 85.05, a: -15.98, b: -9.69
Name

Shades of Color #AADEE6

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

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

#AADEE6rgb(170, 222, 230)

About #AADEE6 Color Code

In the HSL color space, this color has a hue angle of 188°, a saturation of 55%, and a lightness of 78%. The HSV representation shows a hue of 188°, a saturation of 26%, and a value of 90%.

  • HEX: #AADEE6
  • RGB: rgb(170, 222, 230)
  • HSL: hsl(188, 55%, 78%)
  • HSV: hsv(188, 26%, 90%)
  • CMYK: 26.00% cyan, 3.00% magenta, 0.00% yellow, 10.00% black
  • XYZ: 56.98, 66.11, 64.17
  • Yxy: 66.11, 0.3043, 0.3530
  • Hunter Lab: 85.05, -15.98, -9.69
  • CIE-Lab: 85.05, -15.98, -9.69

In the XYZ color space, this color is represented as X: 56.98, Y: 66.11, Z: 64.17. The Yxy representation further refines this as Y: 66.11, x: 0.3043, and y: 0.3530.

In the Hunter Lab color space, this color is represented as L: 85.05, a: -15.98, and b: -9.69. Similarly, in the CIE-Lab color space, it is represented as L: 85.05, a: -15.98, and b: -9.69.

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

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

Analogous Colors of #AADEE6

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

Monochromatic Colors of #AADEE6

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

Complementary Color of #AADEE6

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

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

HTML Examples of #AADEE6

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

Related Colors of #AADEE6

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