Color: #14DAFF

#14DAFF Color Information

#14DAFF is a light color. The closest websafe version is #14DAFF. A complement of this color would be #FF3814, perceived brightness is 0.64, and the grayscale version is #8A8A8A.

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

In a RGB color space, #14DAFF is composed of 8% red, 85% green and 100% blue. Whereas in a CMYK color space, it is composed of 92% cyan, 15% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 56.48, x: 0.2360, and y: 0.3203.

Color Code #14DAFF

HEX
#14DAFF
RGB
rgb(20, 218, 255)
HSL
hsl(189, 100%, 54%)
HSV
hsv(189, 92%, 100%)
CMYK
92%, 15%, 0%, 0%
XYZ
X: 41.61, Y: 56.48, Z: 78.24
Lab
L: 79.89, a: -35.45, b: -31.16
Name

Shades of Color #14DAFF

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

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

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

  • HEX: #14DAFF
  • RGB: rgb(20, 218, 255)
  • HSL: hsl(189, 100%, 54%)
  • HSV: hsv(189, 92%, 100%)
  • CMYK: 92.00% cyan, 15.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 41.61, 56.48, 78.24
  • Yxy: 56.48, 0.2360, 0.3203
  • Hunter Lab: 79.89, -35.45, -31.16
  • CIE-Lab: 79.89, -35.45, -31.16

In the XYZ color space, this color is represented as X: 41.61, Y: 56.48, Z: 78.24. The Yxy representation further refines this as Y: 56.48, x: 0.2360, and y: 0.3203.

In the Hunter Lab color space, this color is represented as L: 79.89, a: -35.45, and b: -31.16. Similarly, in the CIE-Lab color space, it is represented as L: 79.89, a: -35.45, and b: -31.16.

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 #14DAFF

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

Analogous Colors of #14DAFF

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

Monochromatic Colors of #14DAFF

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

Complementary Color of #14DAFF

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

/* Using HEX */
body {
  background-color: #14daff;
}
/* Using RGB */
body {
  background-color: rgb(20, 218, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(20, 218, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(189, 100%, 54%);
}
/* Text color */
p {
  color: #14daff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #14daff;
}

HTML Examples of #14DAFF

<!-- Using HEX -->
<div style="background-color: #14daff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(20, 218, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(20, 218, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(189, 100%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #14daff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #14daff; width: 100px; height: 100px;"></div>

Related Colors of #14DAFF

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