Color: #B5EDFE
#B5EDFE Color Information
#B5EDFE is a light color. The closest websafe version is #B5EDFE. A complement of this color would be #FEC5B4, perceived brightness is 0.87, and the grayscale version is #DADADA.
In the HSL color space, this color has a hue angle of 194°,a saturation of 97%, and a lightness of 85%.The HSV representation shows a hue of 194°, a saturation of 29%, and a value of 100%.
In a RGB color space, #B5EDFE is composed of 71% red, 93% green and 100% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 7% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 77.00, x: 0.2994, and y: 0.3444.
Color Code #B5EDFE
Shades of Color #B5EDFE
Shades are created by darkening the original color #B5EDFE 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 #B5EDFE
Tints are created by lightening the original color #B5EDFE 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 #B5EDFE Color Code
In the HSL color space, this color has a hue angle of 194°, a saturation of 97%, and a lightness of 85%. The HSV representation shows a hue of 194°, a saturation of 29%, and a value of 100%.
- HEX: #B5EDFE
- RGB: rgb(181, 237, 254)
- HSL: hsl(194, 97%, 85%)
- HSV: hsv(194, 29%, 100%)
- CMYK: 29.00% cyan, 7.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 66.94, 77.00, 79.65
- Yxy: 77.00, 0.2994, 0.3444
- Hunter Lab: 90.32, -15.55, -14.34
- CIE-Lab: 90.32, -15.55, -14.34
In the XYZ color space, this color is represented as X: 66.94, Y: 77.00, Z: 79.65. The Yxy representation further refines this as Y: 77.00, x: 0.2994, and y: 0.3444.
In the Hunter Lab color space, this color is represented as L: 90.32, a: -15.55, and b: -14.34. Similarly, in the CIE-Lab color space, it is represented as L: 90.32, a: -15.55, and b: -14.34.
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 #B5EDFE
Triadic colors are three colors evenly spaced around the color wheel, including #B5EDFE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B5EDFE
Split complementary colors are two colors adjacent to the complementary color of #B5EDFE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B5EDFE
Monochromatic colors are variations of #B5EDFE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B5EDFE
The complementary color of #B5EDFE 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 #B5EDFE
/* Using HEX */ body { background-color: #b5edfe; }
/* Using RGB */ body { background-color: rgb(181, 237, 254); }
/* Using RGB with opacity */ body { background-color: rgba(181, 237, 254, 0.5); }
/* Using HSL */ body { background-color: hsl(194, 97%, 85%); }
/* Text color */ p { color: #b5edfe; }
/* Box shadow */ div { box-shadow: 4px 4px #b5edfe; }
/* Border color */ .box { border: 4px solid #b5edfe; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b5edfe; }
/* Background with text */ div { background: #b5edfe; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B5EDFE
<!-- Using HEX --> <div style="background-color: #b5edfe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 237, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 237, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(194, 97%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b5edfe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b5edfe; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b5edfe; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b5edfe;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b5edfe; color: #fff; padding: 16px; border-radius: 8px;"> #B5EDFE </div>
Related Colors of #B5EDFE
These colors are similar to #B5EDFE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.