Color: #C8EBFB

#C8EBFB Color Information

#C8EBFB is a light color. The closest websafe version is #C8EBFB. A complement of this color would be #FBD7C6, perceived brightness is 0.89, and the grayscale version is #E2E2E2.

In the HSL color space, this color has a hue angle of 199°,a saturation of 86%, and a lightness of 88%.The HSV representation shows a hue of 199°, a saturation of 20%, and a value of 98%.

In a RGB color space, #C8EBFB is composed of 78% red, 92% green and 98% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 6% magenta, 0% yellow and 2% black.

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

Color Code #C8EBFB

#C8EBFBrgb(200, 235, 251)
HEX
#C8EBFB
RGB
rgb(200, 235, 251)
HSL
hsl(199, 86%, 88%)
HSV
hsv(199, 20%, 98%)
CMYK
20%, 6%, 0%, 2%
XYZ
X: 70.98, Y: 78.26, Z: 77.77
Lab
L: 90.90, a: -9.30, b: -11.78
Name

Shades of Color #C8EBFB

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

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

#C8EBFBrgb(200, 235, 251)

About #C8EBFB Color Code

In the HSL color space, this color has a hue angle of 199°, a saturation of 86%, and a lightness of 88%. The HSV representation shows a hue of 199°, a saturation of 20%, and a value of 98%.

  • HEX: #C8EBFB
  • RGB: rgb(200, 235, 251)
  • HSL: hsl(199, 86%, 88%)
  • HSV: hsv(199, 20%, 98%)
  • CMYK: 20.00% cyan, 6.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 70.98, 78.26, 77.77
  • Yxy: 78.26, 0.3127, 0.3447
  • Hunter Lab: 90.90, -9.30, -11.78
  • CIE-Lab: 90.90, -9.30, -11.78

In the XYZ color space, this color is represented as X: 70.98, Y: 78.26, Z: 77.77. The Yxy representation further refines this as Y: 78.26, x: 0.3127, and y: 0.3447.

In the Hunter Lab color space, this color is represented as L: 90.90, a: -9.30, and b: -11.78. Similarly, in the CIE-Lab color space, it is represented as L: 90.90, a: -9.30, and b: -11.78.

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

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

Analogous Colors of #C8EBFB

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

Monochromatic Colors of #C8EBFB

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

Complementary Color of #C8EBFB

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

/* Using HEX */
body {
  background-color: #c8ebfb;
}
/* Using RGB */
body {
  background-color: rgb(200, 235, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(200, 235, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(199, 86%, 88%);
}
/* Text color */
p {
  color: #c8ebfb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c8ebfb;
}
/* Border color */
.box {
  border: 4px solid #c8ebfb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c8ebfb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c8ebfb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C8EBFB
On Black Background
#C8EBFB
On White Background
#C8EBFB

HTML Examples of #C8EBFB

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

Related Colors of #C8EBFB

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