Color #ABEED8

HEX

#ABEED8

RGB

(171, 238, 216)

Quick Actions

Color Values

Color Space Values
RGB
R: 171, G: 238, B: 216 (67%, 93%, 85%)
CMYK C: 28%, M: 0%, Y: 9%, K: 7%
HSL H: 160°, S: 66%, L: 80%
HSV H: 160°, S: 28%, V: 93%
CIE-LAB L: 89.28, a: -25.45, b: 3.91
CIE-LCH L: 89.28, C: 25.75, H: 171.27
Hunter-Lab L: 86.46, a: -30.36, b: -1.21
Web Safe
#99ffcc
Complementary
#edaac1

#ABEED8 is a color with RGB values of 171 red, 238 green, and 216 blue (67%, 93%, 85% respectively). In the CMYK color space, it consists of 28% cyan, 0% magenta, 9% yellow, and 7% black. The color has a hue angle of 160°, 66% saturation, and 80% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #99ffcc. The complementary color is #edaac1, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #ABEED8

Explore different variations of #ABEED8 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #ABEED8. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #ABEED8

Explore different color combinations and harmonies that work well with #ABEED8.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #ABEED8

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #ABEED8

Text with #ABEED8

This text has a font color of #ABEED8.

<span style="color:#ABEED8;">Text here</span>
.text { color: #ABEED8; }

#ABEED8 background color

This paragraph has a background color of #ABEED8.

<p style="background-color:#ABEED8;">Content here</p>
.background { background-color: #ABEED8; }

#ABEED8 border color

This element has a border color of #ABEED8.
<div style="border:1px solid #ABEED8;">Content here</div>
.border { border: 1px solid #ABEED8; }

#ABEED8 box shadow

This element has a box shadow using #ABEED8.
<div style="box-shadow: 0 4px 6px -1px #ABEED880">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #ABEED880; }
Copied to clipboard!