Color: #1CBBFB
#1CBBFB Color Information
#1CBBFB is a light color. The closest websafe version is #1CBBFB. A complement of this color would be #FC5C1D, perceived brightness is 0.58, and the grayscale version is #8B8B8B.
In the HSL color space, this color has a hue angle of 197°,a saturation of 97%, and a lightness of 55%.The HSV representation shows a hue of 197°, a saturation of 100%, and a value of 100%.
In a RGB color space, #1CBBFB is composed of 11% red, 73% green and 98% blue. Whereas in a CMYK color space, it is composed of 89% cyan, 25% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 41.73, x: 0.2246, and y: 0.2802.
Color Code #1CBBFB
Shades of Color #1CBBFB
Shades are created by darkening the original color #1CBBFB 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 #1CBBFB
Tints are created by lightening the original color #1CBBFB 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 #1CBBFB Color Code
In the HSL color space, this color has a hue angle of 197°, a saturation of 97%, and a lightness of 55%. The HSV representation shows a hue of 197°, a saturation of 89%, and a value of 98%.
- HEX: #1CBBFB
- RGB: rgb(28, 187, 251)
- HSL: hsl(197, 97%, 55%)
- HSV: hsv(197, 89%, 98%)
- CMYK: 89.00% cyan, 25.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 33.44, 41.73, 73.74
- Yxy: 41.73, 0.2246, 0.2802
- Hunter Lab: 70.68, -22.33, -43.18
- CIE-Lab: 70.68, -22.33, -43.18
In the XYZ color space, this color is represented as X: 33.44, Y: 41.73, Z: 73.74. The Yxy representation further refines this as Y: 41.73, x: 0.2246, and y: 0.2802.
In the Hunter Lab color space, this color is represented as L: 70.68, a: -22.33, and b: -43.18. Similarly, in the CIE-Lab color space, it is represented as L: 70.68, a: -22.33, and b: -43.18.
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 #1CBBFB
Triadic colors are three colors evenly spaced around the color wheel, including #1CBBFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #1CBBFB
Monochromatic colors are variations of #1CBBFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #1CBBFB
The complementary color of #1CBBFB 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 #1CBBFB
/* Using HEX */ body { background-color: #1cbbfb; }
/* Using RGB */ body { background-color: rgb(28, 187, 251); }
/* Using RGB with opacity */ body { background-color: rgba(28, 187, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(197, 97%, 55%); }
/* Text color */ p { color: #1cbbfb; }
/* Box shadow */ div { box-shadow: 4px 4px #1cbbfb; }
HTML Examples of #1CBBFB
<!-- Using HEX --> <div style="background-color: #1cbbfb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(28, 187, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(28, 187, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(197, 97%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #1cbbfb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #1cbbfb; width: 100px; height: 100px;"></div>
Related Colors of #1CBBFB
These colors are similar to #1CBBFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.