Color: #B7EDEF

#B7EDEF Color Information

#B7EDEF is a light color. The closest websafe version is #B7EDEF. A complement of this color would be #EFBAB8, perceived brightness is 0.87, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 182°,a saturation of 64%, and a lightness of 83%.The HSV representation shows a hue of 182°, a saturation of 23%, and a value of 94%.

In a RGB color space, #B7EDEF is composed of 72% red, 93% green and 94% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 1% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 76.48, x: 0.3086, and y: 0.3597.

Color Code #B7EDEF

#B7EDEFrgb(183, 237, 239)
HEX
#B7EDEF
RGB
rgb(183, 237, 239)
HSL
hsl(182, 64%, 83%)
HSV
hsv(182, 23%, 94%)
CMYK
23%, 1%, 0%, 6%
XYZ
X: 65.61, Y: 76.48, Z: 70.53
Lab
L: 90.08, a: -17.47, b: -6.90
Name

Shades of Color #B7EDEF

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

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

#B7EDEFrgb(183, 237, 239)

About #B7EDEF Color Code

In the HSL color space, this color has a hue angle of 182°, a saturation of 64%, and a lightness of 83%. The HSV representation shows a hue of 182°, a saturation of 23%, and a value of 94%.

  • HEX: #B7EDEF
  • RGB: rgb(183, 237, 239)
  • HSL: hsl(182, 64%, 83%)
  • HSV: hsv(182, 23%, 94%)
  • CMYK: 23.00% cyan, 100.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 65.61, 76.48, 70.53
  • Yxy: 76.48, 0.3086, 0.3597
  • Hunter Lab: 90.08, -17.47, -6.90
  • CIE-Lab: 90.08, -17.47, -6.90

In the XYZ color space, this color is represented as X: 65.61, Y: 76.48, Z: 70.53. The Yxy representation further refines this as Y: 76.48, x: 0.3086, and y: 0.3597.

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

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

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

Analogous Colors of #B7EDEF

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

Monochromatic Colors of #B7EDEF

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

Complementary Color of #B7EDEF

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

/* Using HEX */
body {
  background-color: #b7edef;
}
/* Using RGB */
body {
  background-color: rgb(183, 237, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 237, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(182, 64%, 83%);
}
/* Text color */
p {
  color: #b7edef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b7edef;
}
/* Border color */
.box {
  border: 4px solid #b7edef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b7edef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b7edef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B7EDEF
On Black Background
#B7EDEF
On White Background
#B7EDEF

HTML Examples of #B7EDEF

<!-- Using HEX -->
<div style="background-color: #b7edef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(183, 237, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(183, 237, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(182, 64%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b7edef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b7edef; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b7edef; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b7edef;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b7edef; color: #fff; padding: 16px; border-radius: 8px;">
  #B7EDEF
</div>
#B7EDEF
On Black Background
#B7EDEF
On White Background
#B7EDEF

Related Colors of #B7EDEF

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