Color: #97AEDC

#97AEDC Color Information

#97AEDC is a light color. The closest websafe version is #97AEDC. A complement of this color would be #DDC698, perceived brightness is 0.68, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 220°,a saturation of 50%, and a lightness of 73%.The HSV representation shows a hue of 220°, a saturation of 31%, and a value of 86%.

In a RGB color space, #97AEDC is composed of 59% red, 68% green and 86% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 21% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 41.57, x: 0.2917, and y: 0.3029.

Color Code #97AEDC

#97AEDCrgb(151, 174, 220)
HEX
#97AEDC
RGB
rgb(151, 174, 220)
HSL
hsl(220, 50%, 73%)
HSV
hsv(220, 31%, 86%)
CMYK
31%, 21%, 0%, 14%
XYZ
X: 40.03, Y: 41.57, Z: 55.65
Lab
L: 70.57, a: -0.14, b: -26.13
Name

Shades of Color #97AEDC

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

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

#97AEDCrgb(151, 174, 220)

About #97AEDC Color Code

In the HSL color space, this color has a hue angle of 220°, a saturation of 50%, and a lightness of 73%. The HSV representation shows a hue of 220°, a saturation of 31%, and a value of 86%.

  • HEX: #97AEDC
  • RGB: rgb(151, 174, 220)
  • HSL: hsl(220, 50%, 73%)
  • HSV: hsv(220, 31%, 86%)
  • CMYK: 31.00% cyan, 21.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 40.03, 41.57, 55.65
  • Yxy: 41.57, 0.2917, 0.3029
  • Hunter Lab: 70.57, -0.14, -26.13
  • CIE-Lab: 70.57, -0.14, -26.13

In the XYZ color space, this color is represented as X: 40.03, Y: 41.57, Z: 55.65. The Yxy representation further refines this as Y: 41.57, x: 0.2917, and y: 0.3029.

In the Hunter Lab color space, this color is represented as L: 70.57, a: -0.14, and b: -26.13. Similarly, in the CIE-Lab color space, it is represented as L: 70.57, a: -0.14, and b: -26.13.

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

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

Analogous Colors of #97AEDC

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

Monochromatic Colors of #97AEDC

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

Complementary Color of #97AEDC

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

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

HTML Examples of #97AEDC

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

Related Colors of #97AEDC

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