Color: #A7CCDA

#A7CCDA Color Information

#A7CCDA is a light color. The closest websafe version is #A7CCDA. A complement of this color would be #D9B3A5, perceived brightness is 0.76, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 196°,a saturation of 41%, and a lightness of 75%.The HSV representation shows a hue of 196°, a saturation of 23%, and a value of 85%.

In a RGB color space, #A7CCDA is composed of 65% red, 80% green and 85% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 6% magenta, 0% yellow and 15% black.

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

Color Code #A7CCDA

#A7CCDArgb(167, 204, 218)
HEX
#A7CCDA
RGB
rgb(167, 204, 218)
HSL
hsl(196, 41%, 75%)
HSV
hsv(196, 23%, 85%)
CMYK
23%, 6%, 0%, 15%
XYZ
X: 50.13, Y: 56.14, Z: 56.47
Lab
L: 79.69, a: -10.40, b: -11.26
Name

Shades of Color #A7CCDA

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

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

#A7CCDArgb(167, 204, 218)

About #A7CCDA Color Code

In the HSL color space, this color has a hue angle of 196°, a saturation of 41%, and a lightness of 75%. The HSV representation shows a hue of 196°, a saturation of 23%, and a value of 85%.

  • HEX: #A7CCDA
  • RGB: rgb(167, 204, 218)
  • HSL: hsl(196, 41%, 75%)
  • HSV: hsv(196, 23%, 85%)
  • CMYK: 23.00% cyan, 6.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 50.13, 56.14, 56.47
  • Yxy: 56.14, 0.3080, 0.3450
  • Hunter Lab: 79.69, -10.40, -11.26
  • CIE-Lab: 79.69, -10.40, -11.26

In the XYZ color space, this color is represented as X: 50.13, Y: 56.14, Z: 56.47. The Yxy representation further refines this as Y: 56.14, x: 0.3080, and y: 0.3450.

In the Hunter Lab color space, this color is represented as L: 79.69, a: -10.40, and b: -11.26. Similarly, in the CIE-Lab color space, it is represented as L: 79.69, a: -10.40, and b: -11.26.

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

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

Analogous Colors of #A7CCDA

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

Split Complementary Colors of #A7CCDA

Split complementary colors are two colors adjacent to the complementary color of #A7CCDA. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A7CCDA

Tetradic colors form a rectangle on the color wheel, including #A7CCDA. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A7CCDA

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

Complementary Color of #A7CCDA

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

/* Using HEX */
body {
  background-color: #a7ccda;
}
/* Using RGB */
body {
  background-color: rgb(167, 204, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(167, 204, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(196, 41%, 75%);
}
/* Text color */
p {
  color: #a7ccda;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a7ccda;
}
/* Border color */
.box {
  border: 4px solid #a7ccda;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a7ccda;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a7ccda;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A7CCDA
On Black Background
#A7CCDA
On White Background
#A7CCDA

HTML Examples of #A7CCDA

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

Related Colors of #A7CCDA

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