Color: #B3ECFF

#B3ECFF Color Information

#B3ECFF is a light color. The closest websafe version is #B3ECFF. A complement of this color would be #FFC6B3, perceived brightness is 0.87, and the grayscale version is #D9D9D9.

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

In a RGB color space, #B3ECFF is composed of 70% red, 93% green and 100% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 7% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 76.22, x: 0.2976, and y: 0.3423.

Color Code #B3ECFF

HEX
#B3ECFF
RGB
rgb(179, 236, 255)
HSL
hsl(195, 100%, 85%)
HSV
hsv(195, 30%, 100%)
CMYK
30%, 7%, 0%, 0%
XYZ
X: 66.26, Y: 76.22, Z: 80.19
Lab
L: 89.96, a: -15.50, b: -15.40
Name

Shades of Color #B3ECFF

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

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

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

  • HEX: #B3ECFF
  • RGB: rgb(179, 236, 255)
  • HSL: hsl(195, 100%, 85%)
  • HSV: hsv(195, 30%, 100%)
  • CMYK: 30.00% cyan, 7.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 66.26, 76.22, 80.19
  • Yxy: 76.22, 0.2976, 0.3423
  • Hunter Lab: 89.96, -15.50, -15.40
  • CIE-Lab: 89.96, -15.50, -15.40

In the XYZ color space, this color is represented as X: 66.26, Y: 76.22, Z: 80.19. The Yxy representation further refines this as Y: 76.22, x: 0.2976, and y: 0.3423.

In the Hunter Lab color space, this color is represented as L: 89.96, a: -15.50, and b: -15.40. Similarly, in the CIE-Lab color space, it is represented as L: 89.96, a: -15.50, and b: -15.40.

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

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

Analogous Colors of #B3ECFF

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

Monochromatic Colors of #B3ECFF

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

Complementary Color of #B3ECFF

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

/* Using HEX */
body {
  background-color: #b3ecff;
}
/* Using RGB */
body {
  background-color: rgb(179, 236, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 236, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(195, 100%, 85%);
}
/* Text color */
p {
  color: #b3ecff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b3ecff;
}

HTML Examples of #B3ECFF

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

Related Colors of #B3ECFF

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