Color: #AFF9CC
#AFF9CC Color Information
#AFF9CC is a light color. The closest websafe version is #AFF9CC. A complement of this color would be #F9AEDB, perceived brightness is 0.87, and the grayscale version is #D4D4D4.
In the HSL color space, this color has a hue angle of 144°,a saturation of 86%, and a lightness of 83%.The HSV representation shows a hue of 144°, a saturation of 30%, and a value of 98%.
In a RGB color space, #AFF9CC is composed of 69% red, 98% green and 80% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 18% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 81.11, x: 0.3225, and y: 0.4100.
Color Code #AFF9CC
Shades of Color #AFF9CC
Shades are created by darkening the original color #AFF9CC 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 #AFF9CC
Tints are created by lightening the original color #AFF9CC 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 #AFF9CC Color Code
In the HSL color space, this color has a hue angle of 144°, a saturation of 86%, and a lightness of 83%. The HSV representation shows a hue of 144°, a saturation of 30%, and a value of 98%.
- HEX: #AFF9CC
- RGB: rgb(175, 249, 204)
- HSL: hsl(144, 86%, 83%)
- HSV: hsv(144, 30%, 98%)
- CMYK: 30.00% cyan, 0.00% magenta, 18.00% yellow, 2.00% black
- XYZ: 63.81, 81.11, 52.92
- Yxy: 81.11, 0.3225, 0.4100
- Hunter Lab: 92.18, -30.57, 14.05
- CIE-Lab: 92.18, -30.57, 14.05
In the XYZ color space, this color is represented as X: 63.81, Y: 81.11, Z: 52.92. The Yxy representation further refines this as Y: 81.11, x: 0.3225, and y: 0.4100.
In the Hunter Lab color space, this color is represented as L: 92.18, a: -30.57, and b: 14.05. Similarly, in the CIE-Lab color space, it is represented as L: 92.18, a: -30.57, and b: 14.05.
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 #AFF9CC
Triadic colors are three colors evenly spaced around the color wheel, including #AFF9CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AFF9CC
Monochromatic colors are variations of #AFF9CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AFF9CC
The complementary color of #AFF9CC 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 #AFF9CC
/* Using HEX */ body { background-color: #aff9cc; }
/* Using RGB */ body { background-color: rgb(175, 249, 204); }
/* Using RGB with opacity */ body { background-color: rgba(175, 249, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(144, 86%, 83%); }
/* Text color */ p { color: #aff9cc; }
/* Box shadow */ div { box-shadow: 4px 4px #aff9cc; }
/* Border color */ .box { border: 4px solid #aff9cc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aff9cc; }
/* Background with text */ div { background: #aff9cc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AFF9CC
<!-- Using HEX --> <div style="background-color: #aff9cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(175, 249, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(175, 249, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(144, 86%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aff9cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aff9cc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aff9cc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aff9cc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aff9cc; color: #fff; padding: 16px; border-radius: 8px;"> #AFF9CC </div>
Related Colors of #AFF9CC
These colors are similar to #AFF9CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.