Color: #86DCFC

#86DCFC Color Information

#86DCFC is a light color. The closest websafe version is #86DCFC. A complement of this color would be #FCA788, perceived brightness is 0.78, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 196°,a saturation of 95%, and a lightness of 76%.The HSV representation shows a hue of 196°, a saturation of 47%, and a value of 99%.

In a RGB color space, #86DCFC is composed of 53% red, 86% green and 99% blue. Whereas in a CMYK color space, it is composed of 47% cyan, 13% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 62.51, x: 0.2714, and y: 0.3270.

Color Code #86DCFC

#86DCFCrgb(134, 220, 252)
HEX
#86DCFC
RGB
rgb(134, 220, 252)
HSL
hsl(196, 95%, 76%)
HSV
hsv(196, 47%, 99%)
CMYK
47%, 13%, 0%, 1%
XYZ
X: 51.88, Y: 62.51, Z: 76.80
Lab
L: 83.18, a: -20.84, b: -24.26
Name

Shades of Color #86DCFC

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

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

#86DCFCrgb(134, 220, 252)

About #86DCFC Color Code

In the HSL color space, this color has a hue angle of 196°, a saturation of 95%, and a lightness of 76%. The HSV representation shows a hue of 196°, a saturation of 47%, and a value of 99%.

  • HEX: #86DCFC
  • RGB: rgb(134, 220, 252)
  • HSL: hsl(196, 95%, 76%)
  • HSV: hsv(196, 47%, 99%)
  • CMYK: 47.00% cyan, 13.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 51.88, 62.51, 76.80
  • Yxy: 62.51, 0.2714, 0.3270
  • Hunter Lab: 83.18, -20.84, -24.26
  • CIE-Lab: 83.18, -20.84, -24.26

In the XYZ color space, this color is represented as X: 51.88, Y: 62.51, Z: 76.80. The Yxy representation further refines this as Y: 62.51, x: 0.2714, and y: 0.3270.

In the Hunter Lab color space, this color is represented as L: 83.18, a: -20.84, and b: -24.26. Similarly, in the CIE-Lab color space, it is represented as L: 83.18, a: -20.84, and b: -24.26.

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 #86DCFC

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

Analogous Colors of #86DCFC

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

Split Complementary Colors of #86DCFC

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

Tetradic Colors of #86DCFC

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

Monochromatic Colors of #86DCFC

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

Complementary Color of #86DCFC

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

/* Using HEX */
body {
  background-color: #86dcfc;
}
/* Using RGB */
body {
  background-color: rgb(134, 220, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(134, 220, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(196, 95%, 76%);
}
/* Text color */
p {
  color: #86dcfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #86dcfc;
}
/* Border color */
.box {
  border: 4px solid #86dcfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #86dcfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #86dcfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#86DCFC
On Black Background
#86DCFC
On White Background
#86DCFC

HTML Examples of #86DCFC

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

Related Colors of #86DCFC

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