Color: #81DAE4

#81DAE4 Color Information

#81DAE4 is a light color. The closest websafe version is #81DAE4. A complement of this color would be #E48B81, perceived brightness is 0.76, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 186°,a saturation of 65%, and a lightness of 70%.The HSV representation shows a hue of 186°, a saturation of 43%, and a value of 89%.

In a RGB color space, #81DAE4 is composed of 51% red, 85% green and 89% blue. Whereas in a CMYK color space, it is composed of 43% cyan, 4% magenta, 0% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 59.85, x: 0.2803, and y: 0.3520.

Color Code #81DAE4

#81DAE4rgb(129, 218, 228)
HEX
#81DAE4
RGB
rgb(129, 218, 228)
HSL
hsl(186, 65%, 70%)
HSV
hsv(186, 43%, 89%)
CMYK
43%, 4%, 0%, 11%
XYZ
X: 47.67, Y: 59.85, Z: 62.52
Lab
L: 81.76, a: -26.00, b: -13.78
Name

Shades of Color #81DAE4

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

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

#81DAE4rgb(129, 218, 228)

About #81DAE4 Color Code

In the HSL color space, this color has a hue angle of 186°, a saturation of 65%, and a lightness of 70%. The HSV representation shows a hue of 186°, a saturation of 43%, and a value of 89%.

  • HEX: #81DAE4
  • RGB: rgb(129, 218, 228)
  • HSL: hsl(186, 65%, 70%)
  • HSV: hsv(186, 43%, 89%)
  • CMYK: 43.00% cyan, 4.00% magenta, 0.00% yellow, 11.00% black
  • XYZ: 47.67, 59.85, 62.52
  • Yxy: 59.85, 0.2803, 0.3520
  • Hunter Lab: 81.76, -26.00, -13.78
  • CIE-Lab: 81.76, -26.00, -13.78

In the XYZ color space, this color is represented as X: 47.67, Y: 59.85, Z: 62.52. The Yxy representation further refines this as Y: 59.85, x: 0.2803, and y: 0.3520.

In the Hunter Lab color space, this color is represented as L: 81.76, a: -26.00, and b: -13.78. Similarly, in the CIE-Lab color space, it is represented as L: 81.76, a: -26.00, and b: -13.78.

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 #81DAE4

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

Analogous Colors of #81DAE4

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

Split Complementary Colors of #81DAE4

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

Tetradic Colors of #81DAE4

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

Monochromatic Colors of #81DAE4

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

Complementary Color of #81DAE4

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

/* Using HEX */
body {
  background-color: #81dae4;
}
/* Using RGB */
body {
  background-color: rgb(129, 218, 228);
}
/* Using RGB with opacity */
body {
  background-color: rgba(129, 218, 228, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(186, 65%, 70%);
}
/* Text color */
p {
  color: #81dae4;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #81dae4;
}
/* Border color */
.box {
  border: 4px solid #81dae4;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #81dae4;
}
Text Shadow Preview
/* Background with text */
div {
  background: #81dae4;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#81DAE4
On Black Background
#81DAE4
On White Background
#81DAE4

HTML Examples of #81DAE4

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

Related Colors of #81DAE4

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