Color: #9CCBBC
#9CCBBC Color Information
#9CCBBC is a light color. The closest websafe version is #9CCBBC. A complement of this color would be #CA9BAA, perceived brightness is 0.73, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 161°,a saturation of 31%, and a lightness of 70%.The HSV representation shows a hue of 161°, a saturation of 23%, and a value of 80%.
In a RGB color space, #9CCBBC is composed of 61% red, 80% green and 74% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 0% magenta, 7% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 53.26, x: 0.3189, and y: 0.3801.
Color Code #9CCBBC
Shades of Color #9CCBBC
Shades are created by darkening the original color #9CCBBC 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 #9CCBBC
Tints are created by lightening the original color #9CCBBC 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 #9CCBBC Color Code
In the HSL color space, this color has a hue angle of 161°, a saturation of 31%, and a lightness of 70%. The HSV representation shows a hue of 161°, a saturation of 23%, and a value of 80%.
- HEX: #9CCBBC
- RGB: rgb(156, 203, 188)
- HSL: hsl(161, 31%, 70%)
- HSV: hsv(161, 23%, 80%)
- CMYK: 23.00% cyan, 0.00% magenta, 7.00% yellow, 20.00% black
- XYZ: 44.69, 53.26, 42.18
- Yxy: 53.26, 0.3189, 0.3801
- Hunter Lab: 78.03, -18.35, 2.21
- CIE-Lab: 78.03, -18.35, 2.21
In the XYZ color space, this color is represented as X: 44.69, Y: 53.26, Z: 42.18. The Yxy representation further refines this as Y: 53.26, x: 0.3189, and y: 0.3801.
In the Hunter Lab color space, this color is represented as L: 78.03, a: -18.35, and b: 2.21. Similarly, in the CIE-Lab color space, it is represented as L: 78.03, a: -18.35, and b: 2.21.
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 #9CCBBC
Triadic colors are three colors evenly spaced around the color wheel, including #9CCBBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #9CCBBC
Monochromatic colors are variations of #9CCBBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #9CCBBC
The complementary color of #9CCBBC 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 #9CCBBC
/* Using HEX */ body { background-color: #9ccbbc; }
/* Using RGB */ body { background-color: rgb(156, 203, 188); }
/* Using RGB with opacity */ body { background-color: rgba(156, 203, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(161, 31%, 70%); }
/* Text color */ p { color: #9ccbbc; }
/* Box shadow */ div { box-shadow: 4px 4px #9ccbbc; }
/* Border color */ .box { border: 4px solid #9ccbbc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #9ccbbc; }
/* Background with text */ div { background: #9ccbbc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #9CCBBC
<!-- Using HEX --> <div style="background-color: #9ccbbc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(156, 203, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(156, 203, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(161, 31%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #9ccbbc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #9ccbbc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #9ccbbc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #9ccbbc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #9ccbbc; color: #fff; padding: 16px; border-radius: 8px;"> #9CCBBC </div>
Related Colors of #9CCBBC
These colors are similar to #9CCBBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.