Color: #9BEEBC

#9BEEBC Color Information

#9BEEBC is a light color. The closest websafe version is #9BEEBC. A complement of this color would be #EE9BCD, perceived brightness is 0.81, and the grayscale version is #C5C5C5.

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

In a RGB color space, #9BEEBC is composed of 61% red, 93% green and 74% blue. Whereas in a CMYK color space, it is composed of 35% cyan, 0% magenta, 21% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 71.63, x: 0.3187, and y: 0.4196.

Color Code #9BEEBC

HEX
#9BEEBC
RGB
rgb(155, 238, 188)
HSL
hsl(144, 71%, 77%)
HSV
hsv(144, 35%, 93%)
CMYK
35%, 0%, 21%, 7%
XYZ
X: 54.41, Y: 71.63, Z: 44.67
Lab
L: 87.79, a: -34.20, b: 15.95
Name

Shades of Color #9BEEBC

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

Tints are created by lightening the original color #9BEEBC 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 #9BEEBC Color Code

In the HSL color space, this color has a hue angle of 144°, a saturation of 71%, and a lightness of 77%. The HSV representation shows a hue of 144°, a saturation of 35%, and a value of 93%.

  • HEX: #9BEEBC
  • RGB: rgb(155, 238, 188)
  • HSL: hsl(144, 71%, 77%)
  • HSV: hsv(144, 35%, 93%)
  • CMYK: 35.00% cyan, 0.00% magenta, 21.00% yellow, 7.00% black
  • XYZ: 54.41, 71.63, 44.67
  • Yxy: 71.63, 0.3187, 0.4196
  • Hunter Lab: 87.79, -34.20, 15.95
  • CIE-Lab: 87.79, -34.20, 15.95

In the XYZ color space, this color is represented as X: 54.41, Y: 71.63, Z: 44.67. The Yxy representation further refines this as Y: 71.63, x: 0.3187, and y: 0.4196.

In the Hunter Lab color space, this color is represented as L: 87.79, a: -34.20, and b: 15.95. Similarly, in the CIE-Lab color space, it is represented as L: 87.79, a: -34.20, and b: 15.95.

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 #9BEEBC

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

Analogous Colors of #9BEEBC

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

Monochromatic Colors of #9BEEBC

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

Complementary Color of #9BEEBC

The complementary color of #9BEEBC 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 #9BEEBC

/* Using HEX */
body {
  background-color: #9beebc;
}
/* Using RGB */
body {
  background-color: rgb(155, 238, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(155, 238, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(144, 71%, 77%);
}
/* Text color */
p {
  color: #9beebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #9beebc;
}

HTML Examples of #9BEEBC

<!-- Using HEX -->
<div style="background-color: #9beebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(155, 238, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(155, 238, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(144, 71%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #9beebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #9beebc; width: 100px; height: 100px;"></div>

Related Colors of #9BEEBC

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