Color: #94CFDB

#94CFDB Color Information

#94CFDB is a light color. The closest websafe version is #94CFDB. A complement of this color would be #DBA094, perceived brightness is 0.75, and the grayscale version is #B7B7B7.

In the HSL color space, this color has a hue angle of 190°,a saturation of 50%, and a lightness of 72%.The HSV representation shows a hue of 190°, a saturation of 32%, and a value of 86%.

In a RGB color space, #94CFDB is composed of 58% red, 81% green and 86% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 5% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 55.61, x: 0.2947, and y: 0.3481.

Color Code #94CFDB

#94CFDBrgb(148, 207, 219)
HEX
#94CFDB
RGB
rgb(148, 207, 219)
HSL
hsl(190, 50%, 72%)
HSV
hsv(190, 32%, 86%)
CMYK
32%, 5%, 0%, 14%
XYZ
X: 47.08, Y: 55.61, Z: 57.06
Lab
L: 79.39, a: -17.47, b: -12.39
Name

Shades of Color #94CFDB

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

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

#94CFDBrgb(148, 207, 219)

About #94CFDB Color Code

In the HSL color space, this color has a hue angle of 190°, a saturation of 50%, and a lightness of 72%. The HSV representation shows a hue of 190°, a saturation of 32%, and a value of 86%.

  • HEX: #94CFDB
  • RGB: rgb(148, 207, 219)
  • HSL: hsl(190, 50%, 72%)
  • HSV: hsv(190, 32%, 86%)
  • CMYK: 32.00% cyan, 5.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 47.08, 55.61, 57.06
  • Yxy: 55.61, 0.2947, 0.3481
  • Hunter Lab: 79.39, -17.47, -12.39
  • CIE-Lab: 79.39, -17.47, -12.39

In the XYZ color space, this color is represented as X: 47.08, Y: 55.61, Z: 57.06. The Yxy representation further refines this as Y: 55.61, x: 0.2947, and y: 0.3481.

In the Hunter Lab color space, this color is represented as L: 79.39, a: -17.47, and b: -12.39. Similarly, in the CIE-Lab color space, it is represented as L: 79.39, a: -17.47, and b: -12.39.

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 #94CFDB

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

Analogous Colors of #94CFDB

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

Monochromatic Colors of #94CFDB

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

Complementary Color of #94CFDB

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

/* Using HEX */
body {
  background-color: #94cfdb;
}
/* Using RGB */
body {
  background-color: rgb(148, 207, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(148, 207, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(190, 50%, 72%);
}
/* Text color */
p {
  color: #94cfdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #94cfdb;
}
/* Border color */
.box {
  border: 4px solid #94cfdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #94cfdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #94cfdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#94CFDB
On Black Background
#94CFDB
On White Background
#94CFDB

HTML Examples of #94CFDB

<!-- Using HEX -->
<div style="background-color: #94cfdb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(148, 207, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(148, 207, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(190, 50%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #94cfdb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #94cfdb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #94cfdb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #94cfdb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #94cfdb; color: #fff; padding: 16px; border-radius: 8px;">
  #94CFDB
</div>
#94CFDB
On Black Background
#94CFDB
On White Background
#94CFDB

Related Colors of #94CFDB

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