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