Color: #A5FCEC
#A5FCEC Color Information
#A5FCEC is a light color. The closest websafe version is #A5FCEC. A complement of this color would be #FCA6B6, perceived brightness is 0.88, and the grayscale version is #D1D1D1.
In the HSL color space, this color has a hue angle of 169°,a saturation of 94%, and a lightness of 82%.The HSV representation shows a hue of 169°, a saturation of 35%, and a value of 99%.
In a RGB color space, #A5FCEC is composed of 65% red, 99% green and 93% blue. Whereas in a CMYK color space, it is composed of 35% cyan, 0% magenta, 6% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 83.24, x: 0.3009, and y: 0.3801.
Color Code #A5FCEC
Shades of Color #A5FCEC
Shades are created by darkening the original color #A5FCEC 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 #A5FCEC
Tints are created by lightening the original color #A5FCEC 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 #A5FCEC Color Code
In the HSL color space, this color has a hue angle of 169°, a saturation of 94%, and a lightness of 82%. The HSV representation shows a hue of 169°, a saturation of 35%, and a value of 99%.
- HEX: #A5FCEC
- RGB: rgb(165, 252, 236)
- HSL: hsl(169, 94%, 82%)
- HSV: hsv(169, 35%, 99%)
- CMYK: 35.00% cyan, 0.00% magenta, 6.00% yellow, 100.00% black
- XYZ: 65.89, 83.24, 69.88
- Yxy: 83.24, 0.3009, 0.3801
- Hunter Lab: 93.12, -29.93, -1.08
- CIE-Lab: 93.12, -29.93, -1.08
In the XYZ color space, this color is represented as X: 65.89, Y: 83.24, Z: 69.88. The Yxy representation further refines this as Y: 83.24, x: 0.3009, and y: 0.3801.
In the Hunter Lab color space, this color is represented as L: 93.12, a: -29.93, and b: -1.08. Similarly, in the CIE-Lab color space, it is represented as L: 93.12, a: -29.93, and b: -1.08.
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 #A5FCEC
Triadic colors are three colors evenly spaced around the color wheel, including #A5FCEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A5FCEC
Split complementary colors are two colors adjacent to the complementary color of #A5FCEC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A5FCEC
Monochromatic colors are variations of #A5FCEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A5FCEC
The complementary color of #A5FCEC 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 #A5FCEC
/* Using HEX */ body { background-color: #a5fcec; }
/* Using RGB */ body { background-color: rgb(165, 252, 236); }
/* Using RGB with opacity */ body { background-color: rgba(165, 252, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(169, 94%, 82%); }
/* Text color */ p { color: #a5fcec; }
/* Box shadow */ div { box-shadow: 4px 4px #a5fcec; }
/* Border color */ .box { border: 4px solid #a5fcec; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a5fcec; }
/* Background with text */ div { background: #a5fcec; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A5FCEC
<!-- Using HEX --> <div style="background-color: #a5fcec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(165, 252, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(165, 252, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(169, 94%, 82%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a5fcec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a5fcec; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a5fcec; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a5fcec;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a5fcec; color: #fff; padding: 16px; border-radius: 8px;"> #A5FCEC </div>
Related Colors of #A5FCEC
These colors are similar to #A5FCEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.