Color: #AAD8CF

#AAD8CF Color Information

#AAD8CF is a light color. The closest websafe version is #AAD8CF. A complement of this color would be #D8ABB4, perceived brightness is 0.79, and the grayscale version is #C1C1C1.

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

In a RGB color space, #AAD8CF is composed of 67% red, 85% green and 81% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 4% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 61.95, x: 0.3175, and y: 0.3718.

Color Code #AAD8CF

HEX
#AAD8CF
RGB
rgb(170, 216, 207)
HSL
hsl(168, 37%, 76%)
HSV
hsv(168, 21%, 85%)
CMYK
21%, 0%, 4%, 15%
XYZ
X: 52.90, Y: 61.95, Z: 51.79
Lab
L: 82.89, a: -16.93, b: -0.74
Name

Shades of Color #AAD8CF

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

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

About #AAD8CF Color Code

In the HSL color space, this color has a hue angle of 168°, a saturation of 37%, and a lightness of 76%. The HSV representation shows a hue of 168°, a saturation of 21%, and a value of 85%.

  • HEX: #AAD8CF
  • RGB: rgb(170, 216, 207)
  • HSL: hsl(168, 37%, 76%)
  • HSV: hsv(168, 21%, 85%)
  • CMYK: 21.00% cyan, 0.00% magenta, 4.00% yellow, 15.00% black
  • XYZ: 52.90, 61.95, 51.79
  • Yxy: 61.95, 0.3175, 0.3718
  • Hunter Lab: 82.89, -16.93, -0.74
  • CIE-Lab: 82.89, -16.93, -0.74

In the XYZ color space, this color is represented as X: 52.90, Y: 61.95, Z: 51.79. The Yxy representation further refines this as Y: 61.95, x: 0.3175, and y: 0.3718.

In the Hunter Lab color space, this color is represented as L: 82.89, a: -16.93, and b: -0.74. Similarly, in the CIE-Lab color space, it is represented as L: 82.89, a: -16.93, and b: -0.74.

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

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

Analogous Colors of #AAD8CF

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

Monochromatic Colors of #AAD8CF

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

Complementary Color of #AAD8CF

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

/* Using HEX */
body {
  background-color: #aad8cf;
}
/* Using RGB */
body {
  background-color: rgb(170, 216, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 216, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(168, 37%, 76%);
}
/* Text color */
p {
  color: #aad8cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aad8cf;
}

HTML Examples of #AAD8CF

<!-- Using HEX -->
<div style="background-color: #aad8cf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 216, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 216, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(168, 37%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aad8cf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aad8cf; width: 100px; height: 100px;"></div>

Related Colors of #AAD8CF

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