Color: #ADDBEF

#ADDBEF Color Information

#ADDBEF is a light color. The closest websafe version is #ADDBEF. A complement of this color would be #EFC2AE, perceived brightness is 0.81, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 198°,a saturation of 67%, and a lightness of 81%.The HSV representation shows a hue of 198°, a saturation of 28%, and a value of 94%.

In a RGB color space, #ADDBEF is composed of 68% red, 86% green and 94% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 8% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 65.31, x: 0.3009, and y: 0.3397.

Color Code #ADDBEF

#ADDBEFrgb(173, 219, 239)
HEX
#ADDBEF
RGB
rgb(173, 219, 239)
HSL
hsl(198, 67%, 81%)
HSV
hsv(198, 28%, 94%)
CMYK
28%, 8%, 0%, 6%
XYZ
X: 57.85, Y: 65.31, Z: 69.11
Lab
L: 84.64, a: -12.10, b: -14.99
Name

Shades of Color #ADDBEF

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

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

#ADDBEFrgb(173, 219, 239)

About #ADDBEF Color Code

In the HSL color space, this color has a hue angle of 198°, a saturation of 67%, and a lightness of 81%. The HSV representation shows a hue of 198°, a saturation of 28%, and a value of 94%.

  • HEX: #ADDBEF
  • RGB: rgb(173, 219, 239)
  • HSL: hsl(198, 67%, 81%)
  • HSV: hsv(198, 28%, 94%)
  • CMYK: 28.00% cyan, 8.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 57.85, 65.31, 69.11
  • Yxy: 65.31, 0.3009, 0.3397
  • Hunter Lab: 84.64, -12.10, -14.99
  • CIE-Lab: 84.64, -12.10, -14.99

In the XYZ color space, this color is represented as X: 57.85, Y: 65.31, Z: 69.11. The Yxy representation further refines this as Y: 65.31, x: 0.3009, and y: 0.3397.

In the Hunter Lab color space, this color is represented as L: 84.64, a: -12.10, and b: -14.99. Similarly, in the CIE-Lab color space, it is represented as L: 84.64, a: -12.10, and b: -14.99.

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

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

Analogous Colors of #ADDBEF

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

Split Complementary Colors of #ADDBEF

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

Tetradic Colors of #ADDBEF

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

Monochromatic Colors of #ADDBEF

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

Complementary Color of #ADDBEF

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

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

HTML Examples of #ADDBEF

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

Related Colors of #ADDBEF

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