Color: #96BCDC

#96BCDC Color Information

#96BCDC is a light color. The closest websafe version is #96BCDC. A complement of this color would be #DDB798, perceived brightness is 0.71, and the grayscale version is #B9B9B9.

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

In a RGB color space, #96BCDC is composed of 59% red, 74% green and 86% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 15% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 47.18, x: 0.2928, and y: 0.3220.

Color Code #96BCDC

#96BCDCrgb(150, 188, 220)
HEX
#96BCDC
RGB
rgb(150, 188, 220)
HSL
hsl(207, 50%, 73%)
HSV
hsv(207, 32%, 86%)
CMYK
32%, 15%, 0%, 14%
XYZ
X: 42.90, Y: 47.18, Z: 56.42
Lab
L: 74.30, a: -7.51, b: -20.50
Name

Shades of Color #96BCDC

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

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

#96BCDCrgb(150, 188, 220)

About #96BCDC Color Code

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

  • HEX: #96BCDC
  • RGB: rgb(150, 188, 220)
  • HSL: hsl(207, 50%, 73%)
  • HSV: hsv(207, 32%, 86%)
  • CMYK: 32.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 42.90, 47.18, 56.42
  • Yxy: 47.18, 0.2928, 0.3220
  • Hunter Lab: 74.30, -7.51, -20.50
  • CIE-Lab: 74.30, -7.51, -20.50

In the XYZ color space, this color is represented as X: 42.90, Y: 47.18, Z: 56.42. The Yxy representation further refines this as Y: 47.18, x: 0.2928, and y: 0.3220.

In the Hunter Lab color space, this color is represented as L: 74.30, a: -7.51, and b: -20.50. Similarly, in the CIE-Lab color space, it is represented as L: 74.30, a: -7.51, and b: -20.50.

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 #96BCDC

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

Analogous Colors of #96BCDC

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

Monochromatic Colors of #96BCDC

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

Complementary Color of #96BCDC

The complementary color of #96BCDC 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 #96BCDC

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

HTML Examples of #96BCDC

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

Related Colors of #96BCDC

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