Color: #A7DDDC

#A7DDDC Color Information

#A7DDDC is a light color. The closest websafe version is #A7DDDC. A complement of this color would be #DDA7A8, perceived brightness is 0.80, and the grayscale version is #C2C2C2.

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

In a RGB color space, #A7DDDC is composed of 65% red, 87% green and 86% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 0% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 64.77, x: 0.3080, and y: 0.3631.

Color Code #A7DDDC

HEX
#A7DDDC
RGB
rgb(167, 221, 220)
HSL
hsl(179, 44%, 76%)
HSV
hsv(179, 24%, 87%)
CMYK
24%, 0%, 0%, 13%
XYZ
X: 54.93, Y: 64.77, Z: 58.67
Lab
L: 84.37, a: -18.11, b: -5.46
Name

Shades of Color #A7DDDC

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

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

In the HSL color space, this color has a hue angle of 179°, a saturation of 44%, and a lightness of 76%. The HSV representation shows a hue of 179°, a saturation of 24%, and a value of 87%.

  • HEX: #A7DDDC
  • RGB: rgb(167, 221, 220)
  • HSL: hsl(179, 44%, 76%)
  • HSV: hsv(179, 24%, 87%)
  • CMYK: 24.00% cyan, 0.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 54.93, 64.77, 58.67
  • Yxy: 64.77, 0.3080, 0.3631
  • Hunter Lab: 84.37, -18.11, -5.46
  • CIE-Lab: 84.37, -18.11, -5.46

In the XYZ color space, this color is represented as X: 54.93, Y: 64.77, Z: 58.67. The Yxy representation further refines this as Y: 64.77, x: 0.3080, and y: 0.3631.

In the Hunter Lab color space, this color is represented as L: 84.37, a: -18.11, and b: -5.46. Similarly, in the CIE-Lab color space, it is represented as L: 84.37, a: -18.11, and b: -5.46.

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

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

Analogous Colors of #A7DDDC

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

Monochromatic Colors of #A7DDDC

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

Complementary Color of #A7DDDC

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

/* Using HEX */
body {
  background-color: #a7dddc;
}
/* Using RGB */
body {
  background-color: rgb(167, 221, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(167, 221, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(179, 44%, 76%);
}
/* Text color */
p {
  color: #a7dddc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a7dddc;
}

HTML Examples of #A7DDDC

<!-- Using HEX -->
<div style="background-color: #a7dddc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(167, 221, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(167, 221, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(179, 44%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a7dddc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a7dddc; width: 100px; height: 100px;"></div>

Related Colors of #A7DDDC

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