Color: #A0FCEE

#A0FCEE Color Information

#A0FCEE is a light color. The closest websafe version is #A0FCEE. A complement of this color would be #FCA1AF, perceived brightness is 0.87, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 171°,a saturation of 94%, and a lightness of 81%.The HSV representation shows a hue of 171°, a saturation of 37%, and a value of 99%.

In a RGB color space, #A0FCEE is composed of 63% red, 99% green and 93% blue. Whereas in a CMYK color space, it is composed of 37% cyan, 0% magenta, 6% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 82.79, x: 0.2972, and y: 0.3783.

Color Code #A0FCEE

#A0FCEErgb(160, 252, 238)
HEX
#A0FCEE
RGB
rgb(160, 252, 238)
HSL
hsl(171, 94%, 81%)
HSV
hsv(171, 37%, 99%)
CMYK
37%, 0%, 6%, 1%
XYZ
X: 65.05, Y: 82.79, Z: 71.00
Lab
L: 92.92, a: -30.97, b: -2.43
Name

Shades of Color #A0FCEE

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

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

#A0FCEErgb(160, 252, 238)

About #A0FCEE Color Code

In the HSL color space, this color has a hue angle of 171°, a saturation of 94%, and a lightness of 81%. The HSV representation shows a hue of 171°, a saturation of 37%, and a value of 99%.

  • HEX: #A0FCEE
  • RGB: rgb(160, 252, 238)
  • HSL: hsl(171, 94%, 81%)
  • HSV: hsv(171, 37%, 99%)
  • CMYK: 37.00% cyan, 0.00% magenta, 6.00% yellow, 100.00% black
  • XYZ: 65.05, 82.79, 71.00
  • Yxy: 82.79, 0.2972, 0.3783
  • Hunter Lab: 92.92, -30.97, -2.43
  • CIE-Lab: 92.92, -30.97, -2.43

In the XYZ color space, this color is represented as X: 65.05, Y: 82.79, Z: 71.00. The Yxy representation further refines this as Y: 82.79, x: 0.2972, and y: 0.3783.

In the Hunter Lab color space, this color is represented as L: 92.92, a: -30.97, and b: -2.43. Similarly, in the CIE-Lab color space, it is represented as L: 92.92, a: -30.97, and b: -2.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 #A0FCEE

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

Analogous Colors of #A0FCEE

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

Split Complementary Colors of #A0FCEE

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

Tetradic Colors of #A0FCEE

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

Monochromatic Colors of #A0FCEE

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

Complementary Color of #A0FCEE

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

/* Using HEX */
body {
  background-color: #a0fcee;
}
/* Using RGB */
body {
  background-color: rgb(160, 252, 238);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 252, 238, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(171, 94%, 81%);
}
/* Text color */
p {
  color: #a0fcee;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a0fcee;
}
/* Border color */
.box {
  border: 4px solid #a0fcee;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a0fcee;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a0fcee;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A0FCEE
On Black Background
#A0FCEE
On White Background
#A0FCEE

HTML Examples of #A0FCEE

<!-- Using HEX -->
<div style="background-color: #a0fcee; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 252, 238); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 252, 238, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(171, 94%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a0fcee;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a0fcee; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a0fcee; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a0fcee;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a0fcee; color: #fff; padding: 16px; border-radius: 8px;">
  #A0FCEE
</div>
#A0FCEE
On Black Background
#A0FCEE
On White Background
#A0FCEE

Related Colors of #A0FCEE

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