Color: #97BAFC

#97BAFC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 47.99, x: 0.2741, and y: 0.2839.

Color Code #97BAFC

#97BAFCrgb(151, 186, 252)
HEX
#97BAFC
RGB
rgb(151, 186, 252)
HSL
hsl(219, 94%, 79%)
HSV
hsv(219, 40%, 99%)
CMYK
40%, 26%, 0%, 1%
XYZ
X: 46.33, Y: 47.99, Z: 74.72
Lab
L: 74.82, a: 0.17, b: -36.91
Name

Shades of Color #97BAFC

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

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

#97BAFCrgb(151, 186, 252)

About #97BAFC Color Code

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

  • HEX: #97BAFC
  • RGB: rgb(151, 186, 252)
  • HSL: hsl(219, 94%, 79%)
  • HSV: hsv(219, 40%, 99%)
  • CMYK: 40.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 46.33, 47.99, 74.72
  • Yxy: 47.99, 0.2741, 0.2839
  • Hunter Lab: 74.82, 0.17, -36.91
  • CIE-Lab: 74.82, 0.17, -36.91

In the XYZ color space, this color is represented as X: 46.33, Y: 47.99, Z: 74.72. The Yxy representation further refines this as Y: 47.99, x: 0.2741, and y: 0.2839.

In the Hunter Lab color space, this color is represented as L: 74.82, a: 0.17, and b: -36.91. Similarly, in the CIE-Lab color space, it is represented as L: 74.82, a: 0.17, and b: -36.91.

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

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

Analogous Colors of #97BAFC

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

Monochromatic Colors of #97BAFC

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

Complementary Color of #97BAFC

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

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

HTML Examples of #97BAFC

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

Related Colors of #97BAFC

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