Color: #A7DAEB
#A7DAEB Color Information
#A7DAEB is a light color. The closest websafe version is #A7DAEB. A complement of this color would be #EBB9A8, perceived brightness is 0.80, and the grayscale version is #C9C9C9.
In the HSL color space, this color has a hue angle of 195°,a saturation of 63%, and a lightness of 79%.The HSV representation shows a hue of 195°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A7DAEB is composed of 65% red, 85% green and 92% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 7% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 63.89, x: 0.2991, and y: 0.3429.
Color Code #A7DAEB
Shades of Color #A7DAEB
Shades are created by darkening the original color #A7DAEB 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 #A7DAEB
Tints are created by lightening the original color #A7DAEB 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 #A7DAEB Color Code
In the HSL color space, this color has a hue angle of 195°, a saturation of 63%, and a lightness of 79%. The HSV representation shows a hue of 195°, a saturation of 29%, and a value of 92%.
- HEX: #A7DAEB
- RGB: rgb(167, 218, 235)
- HSL: hsl(195, 63%, 79%)
- HSV: hsv(195, 29%, 92%)
- CMYK: 29.00% cyan, 7.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 55.73, 63.89, 66.68
- Yxy: 63.89, 0.2991, 0.3429
- Hunter Lab: 83.91, -14.15, -14.02
- CIE-Lab: 83.91, -14.15, -14.02
In the XYZ color space, this color is represented as X: 55.73, Y: 63.89, Z: 66.68. The Yxy representation further refines this as Y: 63.89, x: 0.2991, and y: 0.3429.
In the Hunter Lab color space, this color is represented as L: 83.91, a: -14.15, and b: -14.02. Similarly, in the CIE-Lab color space, it is represented as L: 83.91, a: -14.15, and b: -14.02.
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 #A7DAEB
Triadic colors are three colors evenly spaced around the color wheel, including #A7DAEB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A7DAEB
Monochromatic colors are variations of #A7DAEB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A7DAEB
The complementary color of #A7DAEB 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 #A7DAEB
/* Using HEX */ body { background-color: #a7daeb; }
/* Using RGB */ body { background-color: rgb(167, 218, 235); }
/* Using RGB with opacity */ body { background-color: rgba(167, 218, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(195, 63%, 79%); }
/* Text color */ p { color: #a7daeb; }
/* Box shadow */ div { box-shadow: 4px 4px #a7daeb; }
HTML Examples of #A7DAEB
<!-- Using HEX --> <div style="background-color: #a7daeb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(167, 218, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(167, 218, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(195, 63%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a7daeb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a7daeb; width: 100px; height: 100px;"></div>
Related Colors of #A7DAEB
These colors are similar to #A7DAEB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.