Color: #AABFFC

#AABFFC Color Information

#AABFFC is a light color. The closest websafe version is #AABFFC. A complement of this color would be #FCE8AB, perceived brightness is 0.75, and the grayscale version is #D3D3D3.

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

In a RGB color space, #AABFFC is composed of 67% red, 75% green and 99% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 24% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 52.19, x: 0.2881, and y: 0.2918.

Color Code #AABFFC

#AABFFCrgb(170, 191, 252)
HEX
#AABFFC
RGB
rgb(170, 191, 252)
HSL
hsl(225, 93%, 83%)
HSV
hsv(225, 33%, 99%)
CMYK
33%, 24%, 0%, 1%
XYZ
X: 51.52, Y: 52.19, Z: 75.14
Lab
L: 77.40, a: 3.16, b: -32.82
Name

Shades of Color #AABFFC

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

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

#AABFFCrgb(170, 191, 252)

About #AABFFC Color Code

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

  • HEX: #AABFFC
  • RGB: rgb(170, 191, 252)
  • HSL: hsl(225, 93%, 83%)
  • HSV: hsv(225, 33%, 99%)
  • CMYK: 33.00% cyan, 24.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 51.52, 52.19, 75.14
  • Yxy: 52.19, 0.2881, 0.2918
  • Hunter Lab: 77.40, 3.16, -32.82
  • CIE-Lab: 77.40, 3.16, -32.82

In the XYZ color space, this color is represented as X: 51.52, Y: 52.19, Z: 75.14. The Yxy representation further refines this as Y: 52.19, x: 0.2881, and y: 0.2918.

In the Hunter Lab color space, this color is represented as L: 77.40, a: 3.16, and b: -32.82. Similarly, in the CIE-Lab color space, it is represented as L: 77.40, a: 3.16, and b: -32.82.

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

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

Analogous Colors of #AABFFC

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

Monochromatic Colors of #AABFFC

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

Complementary Color of #AABFFC

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

/* Using HEX */
body {
  background-color: #aabffc;
}
/* Using RGB */
body {
  background-color: rgb(170, 191, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 191, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(225, 93%, 83%);
}
/* Text color */
p {
  color: #aabffc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aabffc;
}
/* Border color */
.box {
  border: 4px solid #aabffc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aabffc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aabffc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AABFFC
On Black Background
#AABFFC
On White Background
#AABFFC

HTML Examples of #AABFFC

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

Related Colors of #AABFFC

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