Color: #A8EFFC
#A8EFFC Color Information
#A8EFFC is a light color. The closest websafe version is #A8EFFC. A complement of this color would be #FCB3A6, perceived brightness is 0.86, and the grayscale version is #D2D2D2.
In the HSL color space, this color has a hue angle of 189°,a saturation of 93%, and a lightness of 82%.The HSV representation shows a hue of 189°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A8EFFC is composed of 66% red, 94% green and 99% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 5% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 76.49, x: 0.2931, and y: 0.3490.
Color Code #A8EFFC
Shades of Color #A8EFFC
Shades are created by darkening the original color #A8EFFC 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 #A8EFFC
Tints are created by lightening the original color #A8EFFC 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 #A8EFFC Color Code
In the HSL color space, this color has a hue angle of 189°, a saturation of 93%, and a lightness of 82%. The HSV representation shows a hue of 189°, a saturation of 33%, and a value of 99%.
- HEX: #A8EFFC
- RGB: rgb(168, 239, 252)
- HSL: hsl(189, 93%, 82%)
- HSV: hsv(189, 33%, 99%)
- CMYK: 33.00% cyan, 5.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 64.24, 76.49, 78.45
- Yxy: 76.49, 0.2931, 0.3490
- Hunter Lab: 90.09, -20.57, -13.75
- CIE-Lab: 90.09, -20.57, -13.75
In the XYZ color space, this color is represented as X: 64.24, Y: 76.49, Z: 78.45. The Yxy representation further refines this as Y: 76.49, x: 0.2931, and y: 0.3490.
In the Hunter Lab color space, this color is represented as L: 90.09, a: -20.57, and b: -13.75. Similarly, in the CIE-Lab color space, it is represented as L: 90.09, a: -20.57, and b: -13.75.
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 #A8EFFC
Triadic colors are three colors evenly spaced around the color wheel, including #A8EFFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A8EFFC
Monochromatic colors are variations of #A8EFFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A8EFFC
The complementary color of #A8EFFC 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 #A8EFFC
/* Using HEX */ body { background-color: #a8effc; }
/* Using RGB */ body { background-color: rgb(168, 239, 252); }
/* Using RGB with opacity */ body { background-color: rgba(168, 239, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(189, 93%, 82%); }
/* Text color */ p { color: #a8effc; }
/* Box shadow */ div { box-shadow: 4px 4px #a8effc; }
HTML Examples of #A8EFFC
<!-- Using HEX --> <div style="background-color: #a8effc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(168, 239, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(168, 239, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(189, 93%, 82%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a8effc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a8effc; width: 100px; height: 100px;"></div>
Related Colors of #A8EFFC
These colors are similar to #A8EFFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.