Color: #C9FCFE

#C9FCFE Color Information

#C9FCFE is a light color. The closest websafe version is #C9FCFE. A complement of this color would be #FECAC8, perceived brightness is 0.93, and the grayscale version is #E4E4E4.

In the HSL color space, this color has a hue angle of 182°,a saturation of 96%, and a lightness of 89%.The HSV representation shows a hue of 182°, a saturation of 21%, and a value of 100%.

In a RGB color space, #C9FCFE is composed of 79% red, 99% green and 100% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 1% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 88.79, x: 0.3123, and y: 0.3595.

Color Code #C9FCFE

#C9FCFErgb(201, 252, 254)
HEX
#C9FCFE
RGB
rgb(201, 252, 254)
HSL
hsl(182, 96%, 89%)
HSV
hsv(182, 21%, 100%)
CMYK
21%, 1%, 0%, 0%
XYZ
X: 77.13, Y: 88.79, Z: 81.05
Lab
L: 95.49, a: -16.41, b: -6.58
Name

Shades of Color #C9FCFE

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

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

#C9FCFErgb(201, 252, 254)

About #C9FCFE Color Code

In the HSL color space, this color has a hue angle of 182°, a saturation of 96%, and a lightness of 89%. The HSV representation shows a hue of 182°, a saturation of 21%, and a value of 100%.

  • HEX: #C9FCFE
  • RGB: rgb(201, 252, 254)
  • HSL: hsl(182, 96%, 89%)
  • HSV: hsv(182, 21%, 100%)
  • CMYK: 21.00% cyan, 100.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 77.13, 88.79, 81.05
  • Yxy: 88.79, 0.3123, 0.3595
  • Hunter Lab: 95.49, -16.41, -6.58
  • CIE-Lab: 95.49, -16.41, -6.58

In the XYZ color space, this color is represented as X: 77.13, Y: 88.79, Z: 81.05. The Yxy representation further refines this as Y: 88.79, x: 0.3123, and y: 0.3595.

In the Hunter Lab color space, this color is represented as L: 95.49, a: -16.41, and b: -6.58. Similarly, in the CIE-Lab color space, it is represented as L: 95.49, a: -16.41, and b: -6.58.

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

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

Analogous Colors of #C9FCFE

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

Monochromatic Colors of #C9FCFE

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

Complementary Color of #C9FCFE

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

/* Using HEX */
body {
  background-color: #c9fcfe;
}
/* Using RGB */
body {
  background-color: rgb(201, 252, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 252, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(182, 96%, 89%);
}
/* Text color */
p {
  color: #c9fcfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c9fcfe;
}
/* Border color */
.box {
  border: 4px solid #c9fcfe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c9fcfe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c9fcfe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C9FCFE
On Black Background
#C9FCFE
On White Background
#C9FCFE

HTML Examples of #C9FCFE

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

Related Colors of #C9FCFE

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