Color: #9CDECC
#9CDECC Color Information
#9CDECC is a light color. The closest websafe version is #9CDECC. A complement of this color would be #DE9CAD, perceived brightness is 0.79, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 164°,a saturation of 50%, and a lightness of 74%.The HSV representation shows a hue of 164°, a saturation of 100%, and a value of 100%.
In a RGB color space, #9CDECC is composed of 61% red, 87% green and 80% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 8% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 63.42, x: 0.3100, and y: 0.3835.
Color Code #9CDECC
Shades of Color #9CDECC
Shades are created by darkening the original color #9CDECC 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 #9CDECC
Tints are created by lightening the original color #9CDECC 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 #9CDECC Color Code
In the HSL color space, this color has a hue angle of 164°, a saturation of 50%, and a lightness of 74%. The HSV representation shows a hue of 164°, a saturation of 30%, and a value of 87%.
- HEX: #9CDECC
- RGB: rgb(156, 222, 204)
- HSL: hsl(164, 50%, 74%)
- HSV: hsv(164, 30%, 87%)
- CMYK: 30.00% cyan, 0.00% magenta, 8.00% yellow, 13.00% black
- XYZ: 51.26, 63.42, 50.68
- Yxy: 63.42, 0.3100, 0.3835
- Hunter Lab: 83.66, -24.53, 1.83
- CIE-Lab: 83.66, -24.53, 1.83
In the XYZ color space, this color is represented as X: 51.26, Y: 63.42, Z: 50.68. The Yxy representation further refines this as Y: 63.42, x: 0.3100, and y: 0.3835.
In the Hunter Lab color space, this color is represented as L: 83.66, a: -24.53, and b: 1.83. Similarly, in the CIE-Lab color space, it is represented as L: 83.66, a: -24.53, and b: 1.83.
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 #9CDECC
Triadic colors are three colors evenly spaced around the color wheel, including #9CDECC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #9CDECC
Monochromatic colors are variations of #9CDECC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #9CDECC
The complementary color of #9CDECC 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 #9CDECC
/* Using HEX */ body { background-color: #9cdecc; }
/* Using RGB */ body { background-color: rgb(156, 222, 204); }
/* Using RGB with opacity */ body { background-color: rgba(156, 222, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(164, 50%, 74%); }
/* Text color */ p { color: #9cdecc; }
/* Box shadow */ div { box-shadow: 4px 4px #9cdecc; }
HTML Examples of #9CDECC
<!-- Using HEX --> <div style="background-color: #9cdecc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(156, 222, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(156, 222, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(164, 50%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #9cdecc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #9cdecc; width: 100px; height: 100px;"></div>
Related Colors of #9CDECC
These colors are similar to #9CDECC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.