Color: #A1CCE4

#A1CCE4 Color Information

#A1CCE4 is a light color. The closest websafe version is #A1CCE4. A complement of this color would be #E3B8A0, perceived brightness is 0.76, and the grayscale version is #C3C3C3.

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

In a RGB color space, #A1CCE4 is composed of 63% red, 80% green and 89% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 11% magenta, 0% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 55.92, x: 0.2977, and y: 0.3337.

Color Code #A1CCE4

HEX
#A1CCE4
RGB
rgb(161, 204, 228)
HSL
hsl(201, 55%, 76%)
HSV
hsv(201, 29%, 89%)
CMYK
29%, 11%, 0%, 11%
XYZ
X: 49.89, Y: 55.92, Z: 61.77
Lab
L: 79.57, a: -10.52, b: -16.82
Name

Shades of Color #A1CCE4

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

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

In the HSL color space, this color has a hue angle of 201°, a saturation of 55%, and a lightness of 76%. The HSV representation shows a hue of 201°, a saturation of 29%, and a value of 89%.

  • HEX: #A1CCE4
  • RGB: rgb(161, 204, 228)
  • HSL: hsl(201, 55%, 76%)
  • HSV: hsv(201, 29%, 89%)
  • CMYK: 29.00% cyan, 11.00% magenta, 0.00% yellow, 11.00% black
  • XYZ: 49.89, 55.92, 61.77
  • Yxy: 55.92, 0.2977, 0.3337
  • Hunter Lab: 79.57, -10.52, -16.82
  • CIE-Lab: 79.57, -10.52, -16.82

In the XYZ color space, this color is represented as X: 49.89, Y: 55.92, Z: 61.77. The Yxy representation further refines this as Y: 55.92, x: 0.2977, and y: 0.3337.

In the Hunter Lab color space, this color is represented as L: 79.57, a: -10.52, and b: -16.82. Similarly, in the CIE-Lab color space, it is represented as L: 79.57, a: -10.52, and b: -16.82.

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

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

Analogous Colors of #A1CCE4

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

Monochromatic Colors of #A1CCE4

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

Complementary Color of #A1CCE4

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

/* Using HEX */
body {
  background-color: #a1cce4;
}
/* Using RGB */
body {
  background-color: rgb(161, 204, 228);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 204, 228, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(201, 55%, 76%);
}
/* Text color */
p {
  color: #a1cce4;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a1cce4;
}

HTML Examples of #A1CCE4

<!-- Using HEX -->
<div style="background-color: #a1cce4; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(161, 204, 228); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(161, 204, 228, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(201, 55%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a1cce4;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a1cce4; width: 100px; height: 100px;"></div>

Related Colors of #A1CCE4

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