Color: #97FCCC

#97FCCC Color Information

#97FCCC is a light color. The closest websafe version is #97FCCC. A complement of this color would be #FC97C8, perceived brightness is 0.85, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 151°,a saturation of 94%, and a lightness of 79%.The HSV representation shows a hue of 151°, a saturation of 40%, and a value of 99%.

In a RGB color space, #97FCCC is composed of 59% red, 99% green and 80% blue. Whereas in a CMYK color space, it is composed of 40% cyan, 0% magenta, 19% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 80.33, x: 0.3090, and y: 0.4163.

Color Code #97FCCC

#97FCCCrgb(151, 252, 204)
HEX
#97FCCC
RGB
rgb(151, 252, 204)
HSL
hsl(151, 94%, 79%)
HSV
hsv(151, 40%, 99%)
CMYK
40%, 0%, 19%, 1%
XYZ
X: 59.62, Y: 80.33, Z: 53.01
Lab
L: 91.83, a: -38.83, b: 13.35
Name

Shades of Color #97FCCC

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

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

#97FCCCrgb(151, 252, 204)

About #97FCCC Color Code

In the HSL color space, this color has a hue angle of 151°, a saturation of 94%, and a lightness of 79%. The HSV representation shows a hue of 151°, a saturation of 40%, and a value of 99%.

  • HEX: #97FCCC
  • RGB: rgb(151, 252, 204)
  • HSL: hsl(151, 94%, 79%)
  • HSV: hsv(151, 40%, 99%)
  • CMYK: 40.00% cyan, 0.00% magenta, 19.00% yellow, 100.00% black
  • XYZ: 59.62, 80.33, 53.01
  • Yxy: 80.33, 0.3090, 0.4163
  • Hunter Lab: 91.83, -38.83, 13.35
  • CIE-Lab: 91.83, -38.83, 13.35

In the XYZ color space, this color is represented as X: 59.62, Y: 80.33, Z: 53.01. The Yxy representation further refines this as Y: 80.33, x: 0.3090, and y: 0.4163.

In the Hunter Lab color space, this color is represented as L: 91.83, a: -38.83, and b: 13.35. Similarly, in the CIE-Lab color space, it is represented as L: 91.83, a: -38.83, and b: 13.35.

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 #97FCCC

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

Analogous Colors of #97FCCC

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

Split Complementary Colors of #97FCCC

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

Tetradic Colors of #97FCCC

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

Monochromatic Colors of #97FCCC

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

Complementary Color of #97FCCC

The complementary color of #97FCCC 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 #97FCCC

/* Using HEX */
body {
  background-color: #97fccc;
}
/* Using RGB */
body {
  background-color: rgb(151, 252, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(151, 252, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(151, 94%, 79%);
}
/* Text color */
p {
  color: #97fccc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #97fccc;
}
/* Border color */
.box {
  border: 4px solid #97fccc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #97fccc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #97fccc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#97FCCC
On Black Background
#97FCCC
On White Background
#97FCCC

HTML Examples of #97FCCC

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

Related Colors of #97FCCC

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