Color: #81DEEF
#81DEEF Color Information
#81DEEF is a light color. The closest websafe version is #81DEEF. A complement of this color would be #EF9181, perceived brightness is 0.77, and the grayscale version is #B8B8B8.
In the HSL color space, this color has a hue angle of 189°,a saturation of 77%, and a lightness of 72%.The HSV representation shows a hue of 189°, a saturation of 100%, and a value of 100%.
In a RGB color space, #81DEEF is composed of 51% red, 87% green and 94% blue. Whereas in a CMYK color space, it is composed of 46% cyan, 7% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 62.48, x: 0.2757, and y: 0.3441.
Color Code #81DEEF
Shades of Color #81DEEF
Shades are created by darkening the original color #81DEEF 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 #81DEEF
Tints are created by lightening the original color #81DEEF 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 #81DEEF Color Code
In the HSL color space, this color has a hue angle of 189°, a saturation of 77%, and a lightness of 72%. The HSV representation shows a hue of 189°, a saturation of 46%, and a value of 94%.
- HEX: #81DEEF
- RGB: rgb(129, 222, 239)
- HSL: hsl(189, 77%, 72%)
- HSV: hsv(189, 46%, 94%)
- CMYK: 46.00% cyan, 7.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 50.05, 62.48, 69.04
- Yxy: 62.48, 0.2757, 0.3441
- Hunter Lab: 83.17, -25.62, -17.48
- CIE-Lab: 83.17, -25.62, -17.48
In the XYZ color space, this color is represented as X: 50.05, Y: 62.48, Z: 69.04. The Yxy representation further refines this as Y: 62.48, x: 0.2757, and y: 0.3441.
In the Hunter Lab color space, this color is represented as L: 83.17, a: -25.62, and b: -17.48. Similarly, in the CIE-Lab color space, it is represented as L: 83.17, a: -25.62, and b: -17.48.
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 #81DEEF
Triadic colors are three colors evenly spaced around the color wheel, including #81DEEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #81DEEF
Monochromatic colors are variations of #81DEEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #81DEEF
The complementary color of #81DEEF 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 #81DEEF
/* Using HEX */ body { background-color: #81deef; }
/* Using RGB */ body { background-color: rgb(129, 222, 239); }
/* Using RGB with opacity */ body { background-color: rgba(129, 222, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(189, 77%, 72%); }
/* Text color */ p { color: #81deef; }
/* Box shadow */ div { box-shadow: 4px 4px #81deef; }
HTML Examples of #81DEEF
<!-- Using HEX --> <div style="background-color: #81deef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(129, 222, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(129, 222, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(189, 77%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #81deef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #81deef; width: 100px; height: 100px;"></div>
Related Colors of #81DEEF
These colors are similar to #81DEEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.