Color: #A2CCEC

#A2CCEC Color Information

#A2CCEC is a light color. The closest websafe version is #A2CCEC. A complement of this color would be #ECC2A2, perceived brightness is 0.77, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 206°,a saturation of 66%, and a lightness of 78%.The HSV representation shows a hue of 206°, a saturation of 31%, and a value of 93%.

In a RGB color space, #A2CCEC is composed of 64% red, 80% green and 93% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 14% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 56.41, x: 0.2937, and y: 0.3248.

Color Code #A2CCEC

#A2CCECrgb(162, 204, 236)
HEX
#A2CCEC
RGB
rgb(162, 204, 236)
HSL
hsl(206, 66%, 78%)
HSV
hsv(206, 31%, 93%)
CMYK
31%, 14%, 0%, 7%
XYZ
X: 51.01, Y: 56.41, Z: 66.27
Lab
L: 79.85, a: -8.75, b: -20.65
Name

Shades of Color #A2CCEC

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

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

#A2CCECrgb(162, 204, 236)

About #A2CCEC Color Code

In the HSL color space, this color has a hue angle of 206°, a saturation of 66%, and a lightness of 78%. The HSV representation shows a hue of 206°, a saturation of 31%, and a value of 93%.

  • HEX: #A2CCEC
  • RGB: rgb(162, 204, 236)
  • HSL: hsl(206, 66%, 78%)
  • HSV: hsv(206, 31%, 93%)
  • CMYK: 31.00% cyan, 14.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 51.01, 56.41, 66.27
  • Yxy: 56.41, 0.2937, 0.3248
  • Hunter Lab: 79.85, -8.75, -20.65
  • CIE-Lab: 79.85, -8.75, -20.65

In the XYZ color space, this color is represented as X: 51.01, Y: 56.41, Z: 66.27. The Yxy representation further refines this as Y: 56.41, x: 0.2937, and y: 0.3248.

In the Hunter Lab color space, this color is represented as L: 79.85, a: -8.75, and b: -20.65. Similarly, in the CIE-Lab color space, it is represented as L: 79.85, a: -8.75, and b: -20.65.

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

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

Analogous Colors of #A2CCEC

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

Monochromatic Colors of #A2CCEC

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

Complementary Color of #A2CCEC

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

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

HTML Examples of #A2CCEC

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

Related Colors of #A2CCEC

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