Color: #A8DFFF

#A8DFFF Color Information

#A8DFFF is a light color. The closest websafe version is #A8DFFF. A complement of this color would be #FFC8A8, perceived brightness is 0.82, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 202°,a saturation of 99%, and a lightness of 83%.The HSV representation shows a hue of 202°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A8DFFF is composed of 66% red, 87% green and 100% blue. Whereas in a CMYK color space, it is composed of 34% cyan, 13% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 67.67, x: 0.2894, and y: 0.3275.

Color Code #A8DFFF

HEX
#A8DFFF
RGB
rgb(168, 223, 255)
HSL
hsl(202, 100%, 83%)
HSV
hsv(202, 34%, 100%)
CMYK
34%, 13%, 0%, 0%
XYZ
X: 59.80, Y: 67.67, Z: 79.13
Lab
L: 85.84, a: -12.59, b: -21.63
Name

Shades of Color #A8DFFF

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

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

About #A8DFFF Color Code

In the HSL color space, this color has a hue angle of 202°, a saturation of 100%, and a lightness of 83%. The HSV representation shows a hue of 202°, a saturation of 34%, and a value of 100%.

  • HEX: #A8DFFF
  • RGB: rgb(168, 223, 255)
  • HSL: hsl(202, 100%, 83%)
  • HSV: hsv(202, 34%, 100%)
  • CMYK: 34.00% cyan, 13.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 59.80, 67.67, 79.13
  • Yxy: 67.67, 0.2894, 0.3275
  • Hunter Lab: 85.84, -12.59, -21.63
  • CIE-Lab: 85.84, -12.59, -21.63

In the XYZ color space, this color is represented as X: 59.80, Y: 67.67, Z: 79.13. The Yxy representation further refines this as Y: 67.67, x: 0.2894, and y: 0.3275.

In the Hunter Lab color space, this color is represented as L: 85.84, a: -12.59, and b: -21.63. Similarly, in the CIE-Lab color space, it is represented as L: 85.84, a: -12.59, and b: -21.63.

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

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

Analogous Colors of #A8DFFF

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

Monochromatic Colors of #A8DFFF

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

Complementary Color of #A8DFFF

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

/* Using HEX */
body {
  background-color: #a8dfff;
}
/* Using RGB */
body {
  background-color: rgb(168, 223, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 223, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(202, 100%, 83%);
}
/* Text color */
p {
  color: #a8dfff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a8dfff;
}

HTML Examples of #A8DFFF

<!-- Using HEX -->
<div style="background-color: #a8dfff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(168, 223, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(168, 223, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(202, 100%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a8dfff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a8dfff; width: 100px; height: 100px;"></div>

Related Colors of #A8DFFF

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