Color: #40BAFC
#40BAFC Color Information
#40BAFC is a light color. The closest websafe version is #40BAFC. A complement of this color would be #FC8240, perceived brightness is 0.62, and the grayscale version is #9E9E9E.
In the HSL color space, this color has a hue angle of 201°,a saturation of 97%, and a lightness of 62%.The HSV representation shows a hue of 201°, a saturation of 100%, and a value of 100%.
In a RGB color space, #40BAFC is composed of 25% red, 73% green and 99% blue. Whereas in a CMYK color space, it is composed of 75% cyan, 26% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 42.24, x: 0.2312, and y: 0.2785.
Color Code #40BAFC
Shades of Color #40BAFC
Shades are created by darkening the original color #40BAFC 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 #40BAFC
Tints are created by lightening the original color #40BAFC 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 #40BAFC Color Code
In the HSL color space, this color has a hue angle of 201°, a saturation of 97%, and a lightness of 62%. The HSV representation shows a hue of 201°, a saturation of 75%, and a value of 99%.
- HEX: #40BAFC
- RGB: rgb(64, 186, 252)
- HSL: hsl(201, 97%, 62%)
- HSV: hsv(201, 75%, 99%)
- CMYK: 75.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 35.07, 42.24, 74.36
- Yxy: 42.24, 0.2312, 0.2785
- Hunter Lab: 71.04, -18.25, -43.11
- CIE-Lab: 71.04, -18.25, -43.11
In the XYZ color space, this color is represented as X: 35.07, Y: 42.24, Z: 74.36. The Yxy representation further refines this as Y: 42.24, x: 0.2312, and y: 0.2785.
In the Hunter Lab color space, this color is represented as L: 71.04, a: -18.25, and b: -43.11. Similarly, in the CIE-Lab color space, it is represented as L: 71.04, a: -18.25, and b: -43.11.
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 #40BAFC
Triadic colors are three colors evenly spaced around the color wheel, including #40BAFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #40BAFC
Monochromatic colors are variations of #40BAFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #40BAFC
The complementary color of #40BAFC 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 #40BAFC
/* Using HEX */ body { background-color: #40bafc; }
/* Using RGB */ body { background-color: rgb(64, 186, 252); }
/* Using RGB with opacity */ body { background-color: rgba(64, 186, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(201, 97%, 62%); }
/* Text color */ p { color: #40bafc; }
/* Box shadow */ div { box-shadow: 4px 4px #40bafc; }
HTML Examples of #40BAFC
<!-- Using HEX --> <div style="background-color: #40bafc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(64, 186, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(64, 186, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(201, 97%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #40bafc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #40bafc; width: 100px; height: 100px;"></div>
Related Colors of #40BAFC
These colors are similar to #40BAFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.