Color: #1CBBCD
#1CBBCD Color Information
#1CBBCD is a light color. The closest websafe version is #1CBBCD. A complement of this color would be #CE2E1C, perceived brightness is 0.55, and the grayscale version is #747474.
In the HSL color space, this color has a hue angle of 186°,a saturation of 76%, and a lightness of 46%.The HSV representation shows a hue of 186°, a saturation of 86%, and a value of 80%.
In a RGB color space, #1CBBCD is composed of 11% red, 73% green and 80% blue. Whereas in a CMYK color space, it is composed of 86% cyan, 9% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 39.58, x: 0.2438, and y: 0.3400.
Color Code #1CBBCD
Shades of Color #1CBBCD
Shades are created by darkening the original color #1CBBCD 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 #1CBBCD
Tints are created by lightening the original color #1CBBCD 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 #1CBBCD Color Code
In the HSL color space, this color has a hue angle of 186°, a saturation of 76%, and a lightness of 46%. The HSV representation shows a hue of 186°, a saturation of 86%, and a value of 80%.
- HEX: #1CBBCD
- RGB: rgb(28, 187, 205)
- HSL: hsl(186, 76%, 46%)
- HSV: hsv(186, 86%, 80%)
- CMYK: 86.00% cyan, 9.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 28.38, 39.58, 48.44
- Yxy: 39.58, 0.2438, 0.3400
- Hunter Lab: 69.17, -34.54, -20.61
- CIE-Lab: 69.17, -34.54, -20.61
In the XYZ color space, this color is represented as X: 28.38, Y: 39.58, Z: 48.44. The Yxy representation further refines this as Y: 39.58, x: 0.2438, and y: 0.3400.
In the Hunter Lab color space, this color is represented as L: 69.17, a: -34.54, and b: -20.61. Similarly, in the CIE-Lab color space, it is represented as L: 69.17, a: -34.54, and b: -20.61.
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 #1CBBCD
Triadic colors are three colors evenly spaced around the color wheel, including #1CBBCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #1CBBCD
Monochromatic colors are variations of #1CBBCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #1CBBCD
The complementary color of #1CBBCD 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 #1CBBCD
/* Using HEX */ body { background-color: #1cbbcd; }
/* Using RGB */ body { background-color: rgb(28, 187, 205); }
/* Using RGB with opacity */ body { background-color: rgba(28, 187, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(186, 76%, 46%); }
/* Text color */ p { color: #1cbbcd; }
/* Box shadow */ div { box-shadow: 4px 4px #1cbbcd; }
/* Border color */ .box { border: 4px solid #1cbbcd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #1cbbcd; }
/* Background with text */ div { background: #1cbbcd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #1CBBCD
<!-- Using HEX --> <div style="background-color: #1cbbcd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(28, 187, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(28, 187, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(186, 76%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #1cbbcd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #1cbbcd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #1cbbcd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #1cbbcd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #1cbbcd; color: #fff; padding: 16px; border-radius: 8px;"> #1CBBCD </div>
Related Colors of #1CBBCD
These colors are similar to #1CBBCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.