Color: #29CCEC

#29CCEC Color Information

#29CCEC is a light color. The closest websafe version is #29CCEC. A complement of this color would be #EC4827, perceived brightness is 0.62, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 190°,a saturation of 84%, and a lightness of 54%.The HSV representation shows a hue of 190°, a saturation of 83%, and a value of 93%.

In a RGB color space, #29CCEC is composed of 16% red, 80% green and 93% blue. Whereas in a CMYK color space, it is composed of 83% cyan, 14% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 48.87, x: 0.2400, and y: 0.3239.

Color Code #29CCEC

#29CCECrgb(41, 204, 236)
HEX
#29CCEC
RGB
rgb(41, 204, 236)
HSL
hsl(190, 84%, 54%)
HSV
hsv(190, 83%, 93%)
CMYK
83%, 14%, 0%, 7%
XYZ
X: 36.22, Y: 48.87, Z: 65.80
Lab
L: 75.37, a: -33.06, b: -27.93
Name

Shades of Color #29CCEC

Shades are created by darkening the original color #29CCEC 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 #29CCEC

Tints are created by lightening the original color #29CCEC 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.

#29CCECrgb(41, 204, 236)

About #29CCEC Color Code

In the HSL color space, this color has a hue angle of 190°, a saturation of 84%, and a lightness of 54%. The HSV representation shows a hue of 190°, a saturation of 83%, and a value of 93%.

  • HEX: #29CCEC
  • RGB: rgb(41, 204, 236)
  • HSL: hsl(190, 84%, 54%)
  • HSV: hsv(190, 83%, 93%)
  • CMYK: 83.00% cyan, 14.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 36.22, 48.87, 65.80
  • Yxy: 48.87, 0.2400, 0.3239
  • Hunter Lab: 75.37, -33.06, -27.93
  • CIE-Lab: 75.37, -33.06, -27.93

In the XYZ color space, this color is represented as X: 36.22, Y: 48.87, Z: 65.80. The Yxy representation further refines this as Y: 48.87, x: 0.2400, and y: 0.3239.

In the Hunter Lab color space, this color is represented as L: 75.37, a: -33.06, and b: -27.93. Similarly, in the CIE-Lab color space, it is represented as L: 75.37, a: -33.06, and b: -27.93.

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 #29CCEC

Triadic colors are three colors evenly spaced around the color wheel, including #29CCEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #29CCEC

Analogous colors are adjacent to #29CCEC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #29CCEC

Split complementary colors are two colors adjacent to the complementary color of #29CCEC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #29CCEC

Tetradic colors form a rectangle on the color wheel, including #29CCEC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #29CCEC

Monochromatic colors are variations of #29CCEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #29CCEC

The complementary color of #29CCEC 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 #29CCEC

/* Using HEX */
body {
  background-color: #29ccec;
}
/* Using RGB */
body {
  background-color: rgb(41, 204, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(41, 204, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(190, 84%, 54%);
}
/* Text color */
p {
  color: #29ccec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #29ccec;
}
/* Border color */
.box {
  border: 4px solid #29ccec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #29ccec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #29ccec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#29CCEC
On Black Background
#29CCEC
On White Background
#29CCEC

HTML Examples of #29CCEC

<!-- Using HEX -->
<div style="background-color: #29ccec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(41, 204, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(41, 204, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(190, 84%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #29ccec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #29ccec; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #29ccec; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #29ccec;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #29ccec; color: #fff; padding: 16px; border-radius: 8px;">
  #29CCEC
</div>
#29CCEC
On Black Background
#29CCEC
On White Background
#29CCEC

Related Colors of #29CCEC

These colors are similar to #29CCEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.