Color: #81EAFC

#81EAFC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 69.77, x: 0.2721, and y: 0.3441.

Color Code #81EAFC

#81EAFCrgb(129, 234, 252)
HEX
#81EAFC
RGB
rgb(129, 234, 252)
HSL
hsl(189, 95%, 75%)
HSV
hsv(189, 49%, 99%)
CMYK
49%, 7%, 0%, 1%
XYZ
X: 55.18, Y: 69.77, Z: 77.82
Lab
L: 86.88, a: -28.34, b: -18.74
Name

Shades of Color #81EAFC

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

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

#81EAFCrgb(129, 234, 252)

About #81EAFC Color Code

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

  • HEX: #81EAFC
  • RGB: rgb(129, 234, 252)
  • HSL: hsl(189, 95%, 75%)
  • HSV: hsv(189, 49%, 99%)
  • CMYK: 49.00% cyan, 7.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 55.18, 69.77, 77.82
  • Yxy: 69.77, 0.2721, 0.3441
  • Hunter Lab: 86.88, -28.34, -18.74
  • CIE-Lab: 86.88, -28.34, -18.74

In the XYZ color space, this color is represented as X: 55.18, Y: 69.77, Z: 77.82. The Yxy representation further refines this as Y: 69.77, x: 0.2721, and y: 0.3441.

In the Hunter Lab color space, this color is represented as L: 86.88, a: -28.34, and b: -18.74. Similarly, in the CIE-Lab color space, it is represented as L: 86.88, a: -28.34, and b: -18.74.

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

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

Analogous Colors of #81EAFC

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

Monochromatic Colors of #81EAFC

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

Complementary Color of #81EAFC

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

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

HTML Examples of #81EAFC

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

Related Colors of #81EAFC

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