Color: #A0BDE7

#A0BDE7 Color Information

#A0BDE7 is a light color. The closest websafe version is #A0BDE7. A complement of this color would be #E8CAA1, perceived brightness is 0.73, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 215°,a saturation of 60%, and a lightness of 77%.The HSV representation shows a hue of 215°, a saturation of 31%, and a value of 91%.

In a RGB color space, #A0BDE7 is composed of 63% red, 74% green and 91% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 18% magenta, 0% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 49.15, x: 0.2934, and y: 0.3111.

Color Code #A0BDE7

#A0BDE7rgb(160, 189, 231)
HEX
#A0BDE7
RGB
rgb(160, 189, 231)
HSL
hsl(215, 60%, 77%)
HSV
hsv(215, 31%, 91%)
CMYK
31%, 18%, 0%, 9%
XYZ
X: 46.36, Y: 49.15, Z: 62.50
Lab
L: 75.54, a: -2.88, b: -24.48
Name

Shades of Color #A0BDE7

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

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

#A0BDE7rgb(160, 189, 231)

About #A0BDE7 Color Code

In the HSL color space, this color has a hue angle of 215°, a saturation of 60%, and a lightness of 77%. The HSV representation shows a hue of 215°, a saturation of 31%, and a value of 91%.

  • HEX: #A0BDE7
  • RGB: rgb(160, 189, 231)
  • HSL: hsl(215, 60%, 77%)
  • HSV: hsv(215, 31%, 91%)
  • CMYK: 31.00% cyan, 18.00% magenta, 0.00% yellow, 9.00% black
  • XYZ: 46.36, 49.15, 62.50
  • Yxy: 49.15, 0.2934, 0.3111
  • Hunter Lab: 75.54, -2.88, -24.48
  • CIE-Lab: 75.54, -2.88, -24.48

In the XYZ color space, this color is represented as X: 46.36, Y: 49.15, Z: 62.50. The Yxy representation further refines this as Y: 49.15, x: 0.2934, and y: 0.3111.

In the Hunter Lab color space, this color is represented as L: 75.54, a: -2.88, and b: -24.48. Similarly, in the CIE-Lab color space, it is represented as L: 75.54, a: -2.88, and b: -24.48.

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 #A0BDE7

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

Analogous Colors of #A0BDE7

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

Monochromatic Colors of #A0BDE7

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

Complementary Color of #A0BDE7

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

/* Using HEX */
body {
  background-color: #a0bde7;
}
/* Using RGB */
body {
  background-color: rgb(160, 189, 231);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 189, 231, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(215, 60%, 77%);
}
/* Text color */
p {
  color: #a0bde7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a0bde7;
}
/* Border color */
.box {
  border: 4px solid #a0bde7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a0bde7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a0bde7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A0BDE7
On Black Background
#A0BDE7
On White Background
#A0BDE7

HTML Examples of #A0BDE7

<!-- Using HEX -->
<div style="background-color: #a0bde7; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 189, 231); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 189, 231, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(215, 60%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a0bde7;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a0bde7; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a0bde7; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a0bde7;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a0bde7; color: #fff; padding: 16px; border-radius: 8px;">
  #A0BDE7
</div>
#A0BDE7
On Black Background
#A0BDE7
On White Background
#A0BDE7

Related Colors of #A0BDE7

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