Color: #9AFDCC

#9AFDCC Color Information

#9AFDCC is a light color. The closest websafe version is #9AFDCC. A complement of this color would be #FD9BCC, perceived brightness is 0.85, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 150°,a saturation of 96%, and a lightness of 80%.The HSV representation shows a hue of 150°, a saturation of 39%, and a value of 99%.

In a RGB color space, #9AFDCC is composed of 60% red, 99% green and 80% blue. Whereas in a CMYK color space, it is composed of 39% cyan, 0% magenta, 19% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 81.27, x: 0.3106, and y: 0.4169.

Color Code #9AFDCC

#9AFDCCrgb(154, 253, 204)
HEX
#9AFDCC
RGB
rgb(154, 253, 204)
HSL
hsl(150, 96%, 80%)
HSV
hsv(150, 39%, 99%)
CMYK
39%, 0%, 19%, 1%
XYZ
X: 60.55, Y: 81.27, Z: 53.11
Lab
L: 92.25, a: -38.41, b: 13.96
Name

Shades of Color #9AFDCC

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

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

#9AFDCCrgb(154, 253, 204)

About #9AFDCC Color Code

In the HSL color space, this color has a hue angle of 150°, a saturation of 96%, and a lightness of 80%. The HSV representation shows a hue of 150°, a saturation of 39%, and a value of 99%.

  • HEX: #9AFDCC
  • RGB: rgb(154, 253, 204)
  • HSL: hsl(150, 96%, 80%)
  • HSV: hsv(150, 39%, 99%)
  • CMYK: 39.00% cyan, 0.00% magenta, 19.00% yellow, 100.00% black
  • XYZ: 60.55, 81.27, 53.11
  • Yxy: 81.27, 0.3106, 0.4169
  • Hunter Lab: 92.25, -38.41, 13.96
  • CIE-Lab: 92.25, -38.41, 13.96

In the XYZ color space, this color is represented as X: 60.55, Y: 81.27, Z: 53.11. The Yxy representation further refines this as Y: 81.27, x: 0.3106, and y: 0.4169.

In the Hunter Lab color space, this color is represented as L: 92.25, a: -38.41, and b: 13.96. Similarly, in the CIE-Lab color space, it is represented as L: 92.25, a: -38.41, and b: 13.96.

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 #9AFDCC

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

Analogous Colors of #9AFDCC

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

Split Complementary Colors of #9AFDCC

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

Tetradic Colors of #9AFDCC

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

Monochromatic Colors of #9AFDCC

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

Complementary Color of #9AFDCC

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

/* Using HEX */
body {
  background-color: #9afdcc;
}
/* Using RGB */
body {
  background-color: rgb(154, 253, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(154, 253, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(150, 96%, 80%);
}
/* Text color */
p {
  color: #9afdcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #9afdcc;
}
/* Border color */
.box {
  border: 4px solid #9afdcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #9afdcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #9afdcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#9AFDCC
On Black Background
#9AFDCC
On White Background
#9AFDCC

HTML Examples of #9AFDCC

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

Related Colors of #9AFDCC

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