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