Color: #71DAED
#71DAED Color Information
#71DAED is a light color. The closest websafe version is #71DAED. A complement of this color would be #EE8572, perceived brightness is 0.74, and the grayscale version is #AFAFAF.
In the HSL color space, this color has a hue angle of 189°,a saturation of 78%, and a lightness of 69%.The HSV representation shows a hue of 189°, a saturation of 100%, and a value of 100%.
In a RGB color space, #71DAED is composed of 44% red, 85% green and 93% blue. Whereas in a CMYK color space, it is composed of 52% cyan, 8% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 59.07, x: 0.2679, and y: 0.3416.
Color Code #71DAED
Shades of Color #71DAED
Shades are created by darkening the original color #71DAED 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 #71DAED
Tints are created by lightening the original color #71DAED 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 #71DAED Color Code
In the HSL color space, this color has a hue angle of 189°, a saturation of 78%, and a lightness of 69%. The HSV representation shows a hue of 189°, a saturation of 52%, and a value of 93%.
- HEX: #71DAED
- RGB: rgb(113, 218, 237)
- HSL: hsl(189, 78%, 69%)
- HSV: hsv(189, 52%, 93%)
- CMYK: 52.00% cyan, 8.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 46.32, 59.07, 67.52
- Yxy: 59.07, 0.2679, 0.3416
- Hunter Lab: 81.33, -27.94, -19.25
- CIE-Lab: 81.33, -27.94, -19.25
In the XYZ color space, this color is represented as X: 46.32, Y: 59.07, Z: 67.52. The Yxy representation further refines this as Y: 59.07, x: 0.2679, and y: 0.3416.
In the Hunter Lab color space, this color is represented as L: 81.33, a: -27.94, and b: -19.25. Similarly, in the CIE-Lab color space, it is represented as L: 81.33, a: -27.94, and b: -19.25.
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 #71DAED
Triadic colors are three colors evenly spaced around the color wheel, including #71DAED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #71DAED
Monochromatic colors are variations of #71DAED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #71DAED
The complementary color of #71DAED 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 #71DAED
/* Using HEX */ body { background-color: #71daed; }
/* Using RGB */ body { background-color: rgb(113, 218, 237); }
/* Using RGB with opacity */ body { background-color: rgba(113, 218, 237, 0.5); }
/* Using HSL */ body { background-color: hsl(189, 78%, 69%); }
/* Text color */ p { color: #71daed; }
/* Box shadow */ div { box-shadow: 4px 4px #71daed; }
HTML Examples of #71DAED
<!-- Using HEX --> <div style="background-color: #71daed; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(113, 218, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(113, 218, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(189, 78%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #71daed;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #71daed; width: 100px; height: 100px;"></div>
Related Colors of #71DAED
These colors are similar to #71DAED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.