Color: #AACCDD

#AACCDD Color Information

#AACCDD is a light color. The closest websafe version is #AACCDD. A complement of this color would be #DEBCAB, perceived brightness is 0.77, and the grayscale version is #C4C4C4.

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

In a RGB color space, #AACCDD is composed of 67% red, 80% green and 87% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 8% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 56.61, x: 0.3084, and y: 0.3414.

Color Code #AACCDD

HEX
#AACCDD
RGB
rgb(170, 204, 221)
HSL
hsl(200, 43%, 77%)
HSV
hsv(200, 23%, 87%)
CMYK
23%, 8%, 0%, 13%
XYZ
X: 51.13, Y: 56.61, Z: 58.06
Lab
L: 79.96, a: -8.94, b: -12.43
Name

Shades of Color #AACCDD

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

Tints are created by lightening the original color #AACCDD 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 #AACCDD Color Code

In the HSL color space, this color has a hue angle of 200°, a saturation of 43%, and a lightness of 77%. The HSV representation shows a hue of 200°, a saturation of 23%, and a value of 87%.

  • HEX: #AACCDD
  • RGB: rgb(170, 204, 221)
  • HSL: hsl(200, 43%, 77%)
  • HSV: hsv(200, 23%, 87%)
  • CMYK: 23.00% cyan, 8.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 51.13, 56.61, 58.06
  • Yxy: 56.61, 0.3084, 0.3414
  • Hunter Lab: 79.96, -8.94, -12.43
  • CIE-Lab: 79.96, -8.94, -12.43

In the XYZ color space, this color is represented as X: 51.13, Y: 56.61, Z: 58.06. The Yxy representation further refines this as Y: 56.61, x: 0.3084, and y: 0.3414.

In the Hunter Lab color space, this color is represented as L: 79.96, a: -8.94, and b: -12.43. Similarly, in the CIE-Lab color space, it is represented as L: 79.96, a: -8.94, and b: -12.43.

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

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

Analogous Colors of #AACCDD

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

Monochromatic Colors of #AACCDD

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

Complementary Color of #AACCDD

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

/* Using HEX */
body {
  background-color: #aaccdd;
}
/* Using RGB */
body {
  background-color: rgb(170, 204, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 204, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(200, 43%, 77%);
}
/* Text color */
p {
  color: #aaccdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaccdd;
}

HTML Examples of #AACCDD

<!-- Using HEX -->
<div style="background-color: #aaccdd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 204, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 204, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(200, 43%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aaccdd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aaccdd; width: 100px; height: 100px;"></div>

Related Colors of #AACCDD

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