Color: #AAC7DD
#AAC7DD Color Information
#AAC7DD is a light color. The closest websafe version is #AAC7DD. A complement of this color would be #DEC1AB, perceived brightness is 0.76, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 206°,a saturation of 43%, and a lightness of 77%.The HSV representation shows a hue of 206°, a saturation of 23%, and a value of 87%.
In a RGB color space, #AAC7DD is composed of 67% red, 78% green and 87% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 10% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 54.27, x: 0.3081, and y: 0.3352.
Color Code #AAC7DD
Shades of Color #AAC7DD
Shades are created by darkening the original color #AAC7DD 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 #AAC7DD
Tints are created by lightening the original color #AAC7DD 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 #AAC7DD Color Code
In the HSL color space, this color has a hue angle of 206°, a saturation of 43%, and a lightness of 77%. The HSV representation shows a hue of 206°, a saturation of 23%, and a value of 87%.
- HEX: #AAC7DD
- RGB: rgb(170, 199, 221)
- HSL: hsl(206, 43%, 77%)
- HSV: hsv(206, 23%, 87%)
- CMYK: 23.00% cyan, 10.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 49.87, 54.27, 57.74
- Yxy: 54.27, 0.3081, 0.3352
- Hunter Lab: 78.62, -6.50, -14.42
- CIE-Lab: 78.62, -6.50, -14.42
In the XYZ color space, this color is represented as X: 49.87, Y: 54.27, Z: 57.74. The Yxy representation further refines this as Y: 54.27, x: 0.3081, and y: 0.3352.
In the Hunter Lab color space, this color is represented as L: 78.62, a: -6.50, and b: -14.42. Similarly, in the CIE-Lab color space, it is represented as L: 78.62, a: -6.50, and b: -14.42.
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 #AAC7DD
Triadic colors are three colors evenly spaced around the color wheel, including #AAC7DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AAC7DD
Monochromatic colors are variations of #AAC7DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AAC7DD
The complementary color of #AAC7DD 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 #AAC7DD
/* Using HEX */ body { background-color: #aac7dd; }
/* Using RGB */ body { background-color: rgb(170, 199, 221); }
/* Using RGB with opacity */ body { background-color: rgba(170, 199, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(206, 43%, 77%); }
/* Text color */ p { color: #aac7dd; }
/* Box shadow */ div { box-shadow: 4px 4px #aac7dd; }
/* Border color */ .box { border: 4px solid #aac7dd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aac7dd; }
/* Background with text */ div { background: #aac7dd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AAC7DD
<!-- Using HEX --> <div style="background-color: #aac7dd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 199, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 199, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(206, 43%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aac7dd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aac7dd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aac7dd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aac7dd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aac7dd; color: #fff; padding: 16px; border-radius: 8px;"> #AAC7DD </div>
Related Colors of #AAC7DD
These colors are similar to #AAC7DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.