Color: #B8FDFC
#B8FDFC Color Information
#B8FDFC is a light color. The closest websafe version is #B8FDFC. A complement of this color would be #FDB9BB, perceived brightness is 0.91, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 179°,a saturation of 95%, and a lightness of 86%.The HSV representation shows a hue of 179°, a saturation of 27%, and a value of 99%.
In a RGB color space, #B8FDFC is composed of 72% red, 99% green and 99% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 86.98, x: 0.3035, and y: 0.3634.
Color Code #B8FDFC
Shades of Color #B8FDFC
Shades are created by darkening the original color #B8FDFC 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 #B8FDFC
Tints are created by lightening the original color #B8FDFC 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 #B8FDFC Color Code
In the HSL color space, this color has a hue angle of 179°, a saturation of 95%, and a lightness of 86%. The HSV representation shows a hue of 179°, a saturation of 27%, and a value of 99%.
- HEX: #B8FDFC
- RGB: rgb(184, 253, 252)
- HSL: hsl(179, 95%, 86%)
- HSV: hsv(179, 27%, 99%)
- CMYK: 27.00% cyan, 0.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 72.65, 86.98, 79.73
- Yxy: 86.98, 0.3035, 0.3634
- Hunter Lab: 94.73, -22.30, -6.80
- CIE-Lab: 94.73, -22.30, -6.80
In the XYZ color space, this color is represented as X: 72.65, Y: 86.98, Z: 79.73. The Yxy representation further refines this as Y: 86.98, x: 0.3035, and y: 0.3634.
In the Hunter Lab color space, this color is represented as L: 94.73, a: -22.30, and b: -6.80. Similarly, in the CIE-Lab color space, it is represented as L: 94.73, a: -22.30, and b: -6.80.
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 #B8FDFC
Triadic colors are three colors evenly spaced around the color wheel, including #B8FDFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B8FDFC
Monochromatic colors are variations of #B8FDFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B8FDFC
The complementary color of #B8FDFC 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 #B8FDFC
/* Using HEX */ body { background-color: #b8fdfc; }
/* Using RGB */ body { background-color: rgb(184, 253, 252); }
/* Using RGB with opacity */ body { background-color: rgba(184, 253, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(179, 95%, 86%); }
/* Text color */ p { color: #b8fdfc; }
/* Box shadow */ div { box-shadow: 4px 4px #b8fdfc; }
/* Border color */ .box { border: 4px solid #b8fdfc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b8fdfc; }
/* Background with text */ div { background: #b8fdfc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B8FDFC
<!-- Using HEX --> <div style="background-color: #b8fdfc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(184, 253, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(184, 253, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(179, 95%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b8fdfc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b8fdfc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b8fdfc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b8fdfc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b8fdfc; color: #fff; padding: 16px; border-radius: 8px;"> #B8FDFC </div>
Related Colors of #B8FDFC
These colors are similar to #B8FDFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.