Color: #A6BCDC
#A6BCDC Color Information
#A6BCDC is a light color. The closest websafe version is #A6BCDC. A complement of this color would be #DDC7A7, perceived brightness is 0.73, and the grayscale version is #C1C1C1.
In the HSL color space, this color has a hue angle of 216°,a saturation of 44%, and a lightness of 76%.The HSV representation shows a hue of 216°, a saturation of 25%, and a value of 86%.
In a RGB color space, #A6BCDC is composed of 65% red, 74% green and 86% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 15% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 48.87, x: 0.3049, and y: 0.3223.
Color Code #A6BCDC
Shades of Color #A6BCDC
Shades are created by darkening the original color #A6BCDC 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 #A6BCDC
Tints are created by lightening the original color #A6BCDC 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 #A6BCDC Color Code
In the HSL color space, this color has a hue angle of 216°, a saturation of 44%, and a lightness of 76%. The HSV representation shows a hue of 216°, a saturation of 25%, and a value of 86%.
- HEX: #A6BCDC
- RGB: rgb(166, 188, 220)
- HSL: hsl(216, 44%, 76%)
- HSV: hsv(216, 25%, 86%)
- CMYK: 25.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 46.23, 48.87, 56.53
- Yxy: 48.87, 0.3049, 0.3223
- Hunter Lab: 75.37, -2.50, -18.76
- CIE-Lab: 75.37, -2.50, -18.76
In the XYZ color space, this color is represented as X: 46.23, Y: 48.87, Z: 56.53. The Yxy representation further refines this as Y: 48.87, x: 0.3049, and y: 0.3223.
In the Hunter Lab color space, this color is represented as L: 75.37, a: -2.50, and b: -18.76. Similarly, in the CIE-Lab color space, it is represented as L: 75.37, a: -2.50, and b: -18.76.
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 #A6BCDC
Triadic colors are three colors evenly spaced around the color wheel, including #A6BCDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A6BCDC
Monochromatic colors are variations of #A6BCDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A6BCDC
The complementary color of #A6BCDC 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 #A6BCDC
/* Using HEX */ body { background-color: #a6bcdc; }
/* Using RGB */ body { background-color: rgb(166, 188, 220); }
/* Using RGB with opacity */ body { background-color: rgba(166, 188, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(216, 44%, 76%); }
/* Text color */ p { color: #a6bcdc; }
/* Box shadow */ div { box-shadow: 4px 4px #a6bcdc; }
/* Border color */ .box { border: 4px solid #a6bcdc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a6bcdc; }
/* Background with text */ div { background: #a6bcdc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A6BCDC
<!-- Using HEX --> <div style="background-color: #a6bcdc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(166, 188, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(166, 188, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(216, 44%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a6bcdc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a6bcdc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a6bcdc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a6bcdc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a6bcdc; color: #fff; padding: 16px; border-radius: 8px;"> #A6BCDC </div>
Related Colors of #A6BCDC
These colors are similar to #A6BCDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.