Color: #95DCEC

#95DCEC Color Information

#95DCEC is a light color. The closest websafe version is #95DCEC. A complement of this color would be #ECA393, perceived brightness is 0.79, and the grayscale version is #C1C1C1.

In the HSL color space, this color has a hue angle of 191°,a saturation of 70%, and a lightness of 75%.The HSV representation shows a hue of 191°, a saturation of 37%, and a value of 93%.

In a RGB color space, #95DCEC is composed of 58% red, 86% green and 93% blue. Whereas in a CMYK color space, it is composed of 37% cyan, 7% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 63.08, x: 0.2878, and y: 0.3447.

Color Code #95DCEC

#95DCECrgb(149, 220, 236)
HEX
#95DCEC
RGB
rgb(149, 220, 236)
HSL
hsl(191, 70%, 75%)
HSV
hsv(191, 37%, 93%)
CMYK
37%, 7%, 0%, 7%
XYZ
X: 52.67, Y: 63.08, Z: 67.27
Lab
L: 83.48, a: -20.09, b: -15.31
Name

Shades of Color #95DCEC

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

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

#95DCECrgb(149, 220, 236)

About #95DCEC Color Code

In the HSL color space, this color has a hue angle of 191°, a saturation of 70%, and a lightness of 75%. The HSV representation shows a hue of 191°, a saturation of 37%, and a value of 93%.

  • HEX: #95DCEC
  • RGB: rgb(149, 220, 236)
  • HSL: hsl(191, 70%, 75%)
  • HSV: hsv(191, 37%, 93%)
  • CMYK: 37.00% cyan, 7.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 52.67, 63.08, 67.27
  • Yxy: 63.08, 0.2878, 0.3447
  • Hunter Lab: 83.48, -20.09, -15.31
  • CIE-Lab: 83.48, -20.09, -15.31

In the XYZ color space, this color is represented as X: 52.67, Y: 63.08, Z: 67.27. The Yxy representation further refines this as Y: 63.08, x: 0.2878, and y: 0.3447.

In the Hunter Lab color space, this color is represented as L: 83.48, a: -20.09, and b: -15.31. Similarly, in the CIE-Lab color space, it is represented as L: 83.48, a: -20.09, and b: -15.31.

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 #95DCEC

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

Analogous Colors of #95DCEC

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

Split Complementary Colors of #95DCEC

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

Tetradic Colors of #95DCEC

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

Monochromatic Colors of #95DCEC

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

Complementary Color of #95DCEC

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

/* Using HEX */
body {
  background-color: #95dcec;
}
/* Using RGB */
body {
  background-color: rgb(149, 220, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(149, 220, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(191, 70%, 75%);
}
/* Text color */
p {
  color: #95dcec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #95dcec;
}
/* Border color */
.box {
  border: 4px solid #95dcec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #95dcec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #95dcec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#95DCEC
On Black Background
#95DCEC
On White Background
#95DCEC

HTML Examples of #95DCEC

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

Related Colors of #95DCEC

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