Color: #ABEAFC
#ABEAFC Color Information
#ABEAFC is a light color. The closest websafe version is #ABEAFC. A complement of this color would be #FCBDAB, perceived brightness is 0.85, and the grayscale version is #D3D3D3.
In the HSL color space, this color has a hue angle of 193°,a saturation of 93%, and a lightness of 83%.The HSV representation shows a hue of 193°, a saturation of 32%, and a value of 99%.
In a RGB color space, #ABEAFC is composed of 67% red, 92% green and 99% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 7% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 73.95, x: 0.2942, and y: 0.3433.
Color Code #ABEAFC
Shades of Color #ABEAFC
Shades are created by darkening the original color #ABEAFC 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 #ABEAFC
Tints are created by lightening the original color #ABEAFC 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 #ABEAFC Color Code
In the HSL color space, this color has a hue angle of 193°, a saturation of 93%, and a lightness of 83%. The HSV representation shows a hue of 193°, a saturation of 32%, and a value of 99%.
- HEX: #ABEAFC
- RGB: rgb(171, 234, 252)
- HSL: hsl(193, 93%, 83%)
- HSV: hsv(193, 32%, 99%)
- CMYK: 32.00% cyan, 7.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 63.37, 73.95, 78.08
- Yxy: 73.95, 0.2942, 0.3433
- Hunter Lab: 88.90, -17.43, -15.49
- CIE-Lab: 88.90, -17.43, -15.49
In the XYZ color space, this color is represented as X: 63.37, Y: 73.95, Z: 78.08. The Yxy representation further refines this as Y: 73.95, x: 0.2942, and y: 0.3433.
In the Hunter Lab color space, this color is represented as L: 88.90, a: -17.43, and b: -15.49. Similarly, in the CIE-Lab color space, it is represented as L: 88.90, a: -17.43, and b: -15.49.
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 #ABEAFC
Triadic colors are three colors evenly spaced around the color wheel, including #ABEAFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ABEAFC
Monochromatic colors are variations of #ABEAFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ABEAFC
The complementary color of #ABEAFC 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 #ABEAFC
/* Using HEX */ body { background-color: #abeafc; }
/* Using RGB */ body { background-color: rgb(171, 234, 252); }
/* Using RGB with opacity */ body { background-color: rgba(171, 234, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(193, 93%, 83%); }
/* Text color */ p { color: #abeafc; }
/* Box shadow */ div { box-shadow: 4px 4px #abeafc; }
/* Border color */ .box { border: 4px solid #abeafc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #abeafc; }
/* Background with text */ div { background: #abeafc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ABEAFC
<!-- Using HEX --> <div style="background-color: #abeafc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 234, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 234, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(193, 93%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #abeafc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #abeafc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #abeafc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #abeafc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #abeafc; color: #fff; padding: 16px; border-radius: 8px;"> #ABEAFC </div>
Related Colors of #ABEAFC
These colors are similar to #ABEAFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.