Color: #98EBDF

#98EBDF Color Information

#98EBDF is a light color. The closest websafe version is #98EBDF. A complement of this color would be #EB99A5, perceived brightness is 0.82, and the grayscale version is #C2C2C2.

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

In a RGB color space, #98EBDF is composed of 60% red, 92% green and 87% blue. Whereas in a CMYK color space, it is composed of 35% cyan, 0% magenta, 5% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 71.02, x: 0.2984, and y: 0.3768.

Color Code #98EBDF

HEX
#98EBDF
RGB
rgb(152, 235, 223)
HSL
hsl(171, 67%, 76%)
HSV
hsv(171, 35%, 92%)
CMYK
35%, 0%, 5%, 8%
XYZ
X: 56.24, Y: 71.02, Z: 61.20
Lab
L: 87.49, a: -28.33, b: -2.60
Name

Shades of Color #98EBDF

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

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

In the HSL color space, this color has a hue angle of 171°, a saturation of 67%, and a lightness of 76%. The HSV representation shows a hue of 171°, a saturation of 35%, and a value of 92%.

  • HEX: #98EBDF
  • RGB: rgb(152, 235, 223)
  • HSL: hsl(171, 67%, 76%)
  • HSV: hsv(171, 35%, 92%)
  • CMYK: 35.00% cyan, 0.00% magenta, 5.00% yellow, 8.00% black
  • XYZ: 56.24, 71.02, 61.20
  • Yxy: 71.02, 0.2984, 0.3768
  • Hunter Lab: 87.49, -28.33, -2.60
  • CIE-Lab: 87.49, -28.33, -2.60

In the XYZ color space, this color is represented as X: 56.24, Y: 71.02, Z: 61.20. The Yxy representation further refines this as Y: 71.02, x: 0.2984, and y: 0.3768.

In the Hunter Lab color space, this color is represented as L: 87.49, a: -28.33, and b: -2.60. Similarly, in the CIE-Lab color space, it is represented as L: 87.49, a: -28.33, and b: -2.60.

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 #98EBDF

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

Analogous Colors of #98EBDF

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

Monochromatic Colors of #98EBDF

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

Complementary Color of #98EBDF

The complementary color of #98EBDF 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 #98EBDF

/* Using HEX */
body {
  background-color: #98ebdf;
}
/* Using RGB */
body {
  background-color: rgb(152, 235, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(152, 235, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(171, 67%, 76%);
}
/* Text color */
p {
  color: #98ebdf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #98ebdf;
}

HTML Examples of #98EBDF

<!-- Using HEX -->
<div style="background-color: #98ebdf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(152, 235, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(152, 235, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(171, 67%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #98ebdf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #98ebdf; width: 100px; height: 100px;"></div>

Related Colors of #98EBDF

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