Color: #9FCBCC

#9FCBCC Color Information

#9FCBCC is a light color. The closest websafe version is #9FCBCC. A complement of this color would be #CC9F9E, perceived brightness is 0.74, and the grayscale version is #B6B6B6.

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

In a RGB color space, #9FCBCC is composed of 62% red, 80% green and 80% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 54.19, x: 0.3109, and y: 0.3604.

Color Code #9FCBCC

HEX
#9FCBCC
RGB
rgb(159, 203, 204)
HSL
hsl(181, 31%, 71%)
HSV
hsv(181, 22%, 80%)
CMYK
22%, 0%, 0%, 20%
XYZ
X: 46.75, Y: 54.19, Z: 49.41
Lab
L: 78.57, a: -14.82, b: -5.51
Name

Shades of Color #9FCBCC

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

Tints are created by lightening the original color #9FCBCC 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 #9FCBCC Color Code

In the HSL color space, this color has a hue angle of 181°, a saturation of 31%, and a lightness of 71%. The HSV representation shows a hue of 181°, a saturation of 22%, and a value of 80%.

  • HEX: #9FCBCC
  • RGB: rgb(159, 203, 204)
  • HSL: hsl(181, 31%, 71%)
  • HSV: hsv(181, 22%, 80%)
  • CMYK: 22.00% cyan, 0.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 46.75, 54.19, 49.41
  • Yxy: 54.19, 0.3109, 0.3604
  • Hunter Lab: 78.57, -14.82, -5.51
  • CIE-Lab: 78.57, -14.82, -5.51

In the XYZ color space, this color is represented as X: 46.75, Y: 54.19, Z: 49.41. The Yxy representation further refines this as Y: 54.19, x: 0.3109, and y: 0.3604.

In the Hunter Lab color space, this color is represented as L: 78.57, a: -14.82, and b: -5.51. Similarly, in the CIE-Lab color space, it is represented as L: 78.57, a: -14.82, and b: -5.51.

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

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

Analogous Colors of #9FCBCC

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

Monochromatic Colors of #9FCBCC

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

Complementary Color of #9FCBCC

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

/* Using HEX */
body {
  background-color: #9fcbcc;
}
/* Using RGB */
body {
  background-color: rgb(159, 203, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(159, 203, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(181, 31%, 71%);
}
/* Text color */
p {
  color: #9fcbcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #9fcbcc;
}

HTML Examples of #9FCBCC

<!-- Using HEX -->
<div style="background-color: #9fcbcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(159, 203, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(159, 203, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(181, 31%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #9fcbcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #9fcbcc; width: 100px; height: 100px;"></div>

Related Colors of #9FCBCC

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