Color: #ABC6DE

#ABC6DE Color Information

#ABC6DE is a light color. The closest websafe version is #ABC6DE. A complement of this color would be #DEC3AB, perceived brightness is 0.76, and the grayscale version is #C5C5C5.

In the HSL color space, this color has a hue angle of 208°,a saturation of 44%, and a lightness of 77%.The HSV representation shows a hue of 208°, a saturation of 23%, and a value of 87%.

In a RGB color space, #ABC6DE is composed of 67% red, 78% green and 87% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 11% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 53.97, x: 0.3081, and y: 0.3328.

Color Code #ABC6DE

#ABC6DErgb(171, 198, 222)
HEX
#ABC6DE
RGB
rgb(171, 198, 222)
HSL
hsl(208, 44%, 77%)
HSV
hsv(208, 23%, 87%)
CMYK
23%, 11%, 0%, 13%
XYZ
X: 49.96, Y: 53.97, Z: 58.22
Lab
L: 78.45, a: -5.51, b: -15.21
Name

Shades of Color #ABC6DE

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

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

#ABC6DErgb(171, 198, 222)

About #ABC6DE Color Code

In the HSL color space, this color has a hue angle of 208°, a saturation of 44%, and a lightness of 77%. The HSV representation shows a hue of 208°, a saturation of 23%, and a value of 87%.

  • HEX: #ABC6DE
  • RGB: rgb(171, 198, 222)
  • HSL: hsl(208, 44%, 77%)
  • HSV: hsv(208, 23%, 87%)
  • CMYK: 23.00% cyan, 11.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 49.96, 53.97, 58.22
  • Yxy: 53.97, 0.3081, 0.3328
  • Hunter Lab: 78.45, -5.51, -15.21
  • CIE-Lab: 78.45, -5.51, -15.21

In the XYZ color space, this color is represented as X: 49.96, Y: 53.97, Z: 58.22. The Yxy representation further refines this as Y: 53.97, x: 0.3081, and y: 0.3328.

In the Hunter Lab color space, this color is represented as L: 78.45, a: -5.51, and b: -15.21. Similarly, in the CIE-Lab color space, it is represented as L: 78.45, a: -5.51, and b: -15.21.

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

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

Analogous Colors of #ABC6DE

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

Split Complementary Colors of #ABC6DE

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

Tetradic Colors of #ABC6DE

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

Monochromatic Colors of #ABC6DE

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

Complementary Color of #ABC6DE

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

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

HTML Examples of #ABC6DE

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

Related Colors of #ABC6DE

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