Color: #5CE7FF

#5CE7FF Color Information

#5CE7FF is a light color. The closest websafe version is #5CE7FF. A complement of this color would be #FF745C, perceived brightness is 0.75, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 189°,a saturation of 99%, and a lightness of 68%.The HSV representation shows a hue of 189°, a saturation of 64%, and a value of 100%.

In a RGB color space, #5CE7FF is composed of 36% red, 91% green and 100% blue. Whereas in a CMYK color space, it is composed of 64% cyan, 9% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 65.73, x: 0.2554, and y: 0.3374.

Color Code #5CE7FF

#5CE7FFrgb(92, 231, 255)
HEX
#5CE7FF
RGB
rgb(92, 231, 255)
HSL
hsl(189, 100%, 68%)
HSV
hsv(189, 64%, 100%)
CMYK
64%, 9%, 0%, 0%
XYZ
X: 49.75, Y: 65.73, Z: 79.33
Lab
L: 84.86, a: -33.72, b: -23.49
Name

Shades of Color #5CE7FF

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

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

#5CE7FFrgb(92, 231, 255)

About #5CE7FF Color Code

In the HSL color space, this color has a hue angle of 189°, a saturation of 100%, and a lightness of 68%. The HSV representation shows a hue of 189°, a saturation of 64%, and a value of 100%.

  • HEX: #5CE7FF
  • RGB: rgb(92, 231, 255)
  • HSL: hsl(189, 100%, 68%)
  • HSV: hsv(189, 64%, 100%)
  • CMYK: 64.00% cyan, 9.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 49.75, 65.73, 79.33
  • Yxy: 65.73, 0.2554, 0.3374
  • Hunter Lab: 84.86, -33.72, -23.49
  • CIE-Lab: 84.86, -33.72, -23.49

In the XYZ color space, this color is represented as X: 49.75, Y: 65.73, Z: 79.33. The Yxy representation further refines this as Y: 65.73, x: 0.2554, and y: 0.3374.

In the Hunter Lab color space, this color is represented as L: 84.86, a: -33.72, and b: -23.49. Similarly, in the CIE-Lab color space, it is represented as L: 84.86, a: -33.72, and b: -23.49.

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 #5CE7FF

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

Analogous Colors of #5CE7FF

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

Split Complementary Colors of #5CE7FF

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

Tetradic Colors of #5CE7FF

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

Monochromatic Colors of #5CE7FF

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

Complementary Color of #5CE7FF

The complementary color of #5CE7FF 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 #5CE7FF

/* Using HEX */
body {
  background-color: #5ce7ff;
}
/* Using RGB */
body {
  background-color: rgb(92, 231, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(92, 231, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(189, 100%, 68%);
}
/* Text color */
p {
  color: #5ce7ff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5ce7ff;
}
/* Border color */
.box {
  border: 4px solid #5ce7ff;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #5ce7ff;
}
Text Shadow Preview
/* Background with text */
div {
  background: #5ce7ff;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#5CE7FF
On Black Background
#5CE7FF
On White Background
#5CE7FF

HTML Examples of #5CE7FF

<!-- Using HEX -->
<div style="background-color: #5ce7ff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(92, 231, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(92, 231, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(189, 100%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5ce7ff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5ce7ff; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #5ce7ff; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #5ce7ff;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #5ce7ff; color: #fff; padding: 16px; border-radius: 8px;">
  #5CE7FF
</div>
#5CE7FF
On Black Background
#5CE7FF
On White Background
#5CE7FF

Related Colors of #5CE7FF

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