Color: #81FDDC

#81FDDC Color Information

#81FDDC is a light color. The closest websafe version is #81FDDC. A complement of this color would be #FD81A2, perceived brightness is 0.83, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 164°,a saturation of 97%, and a lightness of 75%.The HSV representation shows a hue of 164°, a saturation of 49%, and a value of 99%.

In a RGB color space, #81FDDC is composed of 51% red, 99% green and 86% blue. Whereas in a CMYK color space, it is composed of 49% cyan, 0% magenta, 13% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 79.64, x: 0.2908, and y: 0.4017.

Color Code #81FDDC

#81FDDCrgb(129, 253, 220)
HEX
#81FDDC
RGB
rgb(129, 253, 220)
HSL
hsl(164, 97%, 75%)
HSV
hsv(164, 49%, 99%)
CMYK
49%, 0%, 13%, 1%
XYZ
X: 57.64, Y: 79.64, Z: 60.96
Lab
L: 91.52, a: -42.27, b: 4.59
Name

Shades of Color #81FDDC

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

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

#81FDDCrgb(129, 253, 220)

About #81FDDC Color Code

In the HSL color space, this color has a hue angle of 164°, a saturation of 97%, and a lightness of 75%. The HSV representation shows a hue of 164°, a saturation of 49%, and a value of 99%.

  • HEX: #81FDDC
  • RGB: rgb(129, 253, 220)
  • HSL: hsl(164, 97%, 75%)
  • HSV: hsv(164, 49%, 99%)
  • CMYK: 49.00% cyan, 0.00% magenta, 13.00% yellow, 100.00% black
  • XYZ: 57.64, 79.64, 60.96
  • Yxy: 79.64, 0.2908, 0.4017
  • Hunter Lab: 91.52, -42.27, 4.59
  • CIE-Lab: 91.52, -42.27, 4.59

In the XYZ color space, this color is represented as X: 57.64, Y: 79.64, Z: 60.96. The Yxy representation further refines this as Y: 79.64, x: 0.2908, and y: 0.4017.

In the Hunter Lab color space, this color is represented as L: 91.52, a: -42.27, and b: 4.59. Similarly, in the CIE-Lab color space, it is represented as L: 91.52, a: -42.27, and b: 4.59.

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

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

Analogous Colors of #81FDDC

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

Split Complementary Colors of #81FDDC

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

Tetradic Colors of #81FDDC

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

Monochromatic Colors of #81FDDC

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

Complementary Color of #81FDDC

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

/* Using HEX */
body {
  background-color: #81fddc;
}
/* Using RGB */
body {
  background-color: rgb(129, 253, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(129, 253, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(164, 97%, 75%);
}
/* Text color */
p {
  color: #81fddc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #81fddc;
}
/* Border color */
.box {
  border: 4px solid #81fddc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #81fddc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #81fddc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#81FDDC
On Black Background
#81FDDC
On White Background
#81FDDC

HTML Examples of #81FDDC

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

Related Colors of #81FDDC

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