Color: #ADD6ED

#ADD6ED Color Information

#ADD6ED is a light color. The closest websafe version is #ADD6ED. A complement of this color would be #EDC3AB, perceived brightness is 0.80, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 202°,a saturation of 64%, and a lightness of 80%.The HSV representation shows a hue of 202°, a saturation of 27%, and a value of 93%.

In a RGB color space, #ADD6ED is composed of 68% red, 84% green and 93% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 10% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 62.64, x: 0.3016, and y: 0.3359.

Color Code #ADD6ED

#ADD6EDrgb(173, 214, 237)
HEX
#ADD6ED
RGB
rgb(173, 214, 237)
HSL
hsl(202, 64%, 80%)
HSV
hsv(202, 27%, 93%)
CMYK
27%, 10%, 0%, 7%
XYZ
X: 56.23, Y: 62.64, Z: 67.59
Lab
L: 83.25, a: -10.06, b: -16.01
Name

Shades of Color #ADD6ED

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

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

#ADD6EDrgb(173, 214, 237)

About #ADD6ED Color Code

In the HSL color space, this color has a hue angle of 202°, a saturation of 64%, and a lightness of 80%. The HSV representation shows a hue of 202°, a saturation of 27%, and a value of 93%.

  • HEX: #ADD6ED
  • RGB: rgb(173, 214, 237)
  • HSL: hsl(202, 64%, 80%)
  • HSV: hsv(202, 27%, 93%)
  • CMYK: 27.00% cyan, 10.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 56.23, 62.64, 67.59
  • Yxy: 62.64, 0.3016, 0.3359
  • Hunter Lab: 83.25, -10.06, -16.01
  • CIE-Lab: 83.25, -10.06, -16.01

In the XYZ color space, this color is represented as X: 56.23, Y: 62.64, Z: 67.59. The Yxy representation further refines this as Y: 62.64, x: 0.3016, and y: 0.3359.

In the Hunter Lab color space, this color is represented as L: 83.25, a: -10.06, and b: -16.01. Similarly, in the CIE-Lab color space, it is represented as L: 83.25, a: -10.06, and b: -16.01.

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

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

Analogous Colors of #ADD6ED

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

Monochromatic Colors of #ADD6ED

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

Complementary Color of #ADD6ED

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

/* Using HEX */
body {
  background-color: #add6ed;
}
/* Using RGB */
body {
  background-color: rgb(173, 214, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 214, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(202, 64%, 80%);
}
/* Text color */
p {
  color: #add6ed;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #add6ed;
}
/* Border color */
.box {
  border: 4px solid #add6ed;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #add6ed;
}
Text Shadow Preview
/* Background with text */
div {
  background: #add6ed;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADD6ED
On Black Background
#ADD6ED
On White Background
#ADD6ED

HTML Examples of #ADD6ED

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

Related Colors of #ADD6ED

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