Color: #89AFBF

#89AFBF Color Information

#89AFBF is a light color. The closest websafe version is #89AFBF. A complement of this color would be #BF9888, perceived brightness is 0.65, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 198°,a saturation of 30%, and a lightness of 64%.The HSV representation shows a hue of 198°, a saturation of 28%, and a value of 75%.

In a RGB color space, #89AFBF is composed of 54% red, 69% green and 75% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 8% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 39.46, x: 0.3005, and y: 0.3400.

Color Code #89AFBF

#89AFBFrgb(137, 175, 191)
HEX
#89AFBF
RGB
rgb(137, 175, 191)
HSL
hsl(198, 30%, 64%)
HSV
hsv(198, 28%, 75%)
CMYK
28%, 8%, 0%, 25%
XYZ
X: 34.87, Y: 39.46, Z: 41.72
Lab
L: 69.08, a: -10.50, b: -12.64
Name

Shades of Color #89AFBF

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

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

#89AFBFrgb(137, 175, 191)

About #89AFBF Color Code

In the HSL color space, this color has a hue angle of 198°, a saturation of 30%, and a lightness of 64%. The HSV representation shows a hue of 198°, a saturation of 28%, and a value of 75%.

  • HEX: #89AFBF
  • RGB: rgb(137, 175, 191)
  • HSL: hsl(198, 30%, 64%)
  • HSV: hsv(198, 28%, 75%)
  • CMYK: 28.00% cyan, 8.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 34.87, 39.46, 41.72
  • Yxy: 39.46, 0.3005, 0.3400
  • Hunter Lab: 69.08, -10.50, -12.64
  • CIE-Lab: 69.08, -10.50, -12.64

In the XYZ color space, this color is represented as X: 34.87, Y: 39.46, Z: 41.72. The Yxy representation further refines this as Y: 39.46, x: 0.3005, and y: 0.3400.

In the Hunter Lab color space, this color is represented as L: 69.08, a: -10.50, and b: -12.64. Similarly, in the CIE-Lab color space, it is represented as L: 69.08, a: -10.50, and b: -12.64.

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 #89AFBF

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

Analogous Colors of #89AFBF

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

Split Complementary Colors of #89AFBF

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

Tetradic Colors of #89AFBF

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

Monochromatic Colors of #89AFBF

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

Complementary Color of #89AFBF

The complementary color of #89AFBF 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 #89AFBF

/* Using HEX */
body {
  background-color: #89afbf;
}
/* Using RGB */
body {
  background-color: rgb(137, 175, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(137, 175, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(198, 30%, 64%);
}
/* Text color */
p {
  color: #89afbf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #89afbf;
}
/* Border color */
.box {
  border: 4px solid #89afbf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #89afbf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #89afbf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#89AFBF
On Black Background
#89AFBF
On White Background
#89AFBF

HTML Examples of #89AFBF

<!-- Using HEX -->
<div style="background-color: #89afbf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(137, 175, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(137, 175, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(198, 30%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #89afbf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #89afbf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #89afbf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #89afbf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #89afbf; color: #fff; padding: 16px; border-radius: 8px;">
  #89AFBF
</div>
#89AFBF
On Black Background
#89AFBF
On White Background
#89AFBF

Related Colors of #89AFBF

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