Color: #76BBEF
#76BBEF Color Information
#76BBEF is a light color. The closest websafe version is #76BBEF. A complement of this color would be #EFAA76, perceived brightness is 0.68, and the grayscale version is #B2B2B2.
In the HSL color space, this color has a hue angle of 206°,a saturation of 79%, and a lightness of 70%.The HSV representation shows a hue of 206°, a saturation of 100%, and a value of 100%.
In a RGB color space, #76BBEF is composed of 46% red, 73% green and 94% blue. Whereas in a CMYK color space, it is composed of 51% cyan, 22% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 44.89, x: 0.2609, and y: 0.2973.
Color Code #76BBEF
Shades of Color #76BBEF
Shades are created by darkening the original color #76BBEF 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 #76BBEF
Tints are created by lightening the original color #76BBEF 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 #76BBEF Color Code
In the HSL color space, this color has a hue angle of 206°, a saturation of 79%, and a lightness of 70%. The HSV representation shows a hue of 206°, a saturation of 51%, and a value of 94%.
- HEX: #76BBEF
- RGB: rgb(118, 187, 239)
- HSL: hsl(206, 79%, 70%)
- HSV: hsv(206, 51%, 94%)
- CMYK: 51.00% cyan, 22.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 39.39, 44.89, 66.72
- Yxy: 44.89, 0.2609, 0.2973
- Hunter Lab: 72.82, -11.85, -33.19
- CIE-Lab: 72.82, -11.85, -33.19
In the XYZ color space, this color is represented as X: 39.39, Y: 44.89, Z: 66.72. The Yxy representation further refines this as Y: 44.89, x: 0.2609, and y: 0.2973.
In the Hunter Lab color space, this color is represented as L: 72.82, a: -11.85, and b: -33.19. Similarly, in the CIE-Lab color space, it is represented as L: 72.82, a: -11.85, and b: -33.19.
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 #76BBEF
Triadic colors are three colors evenly spaced around the color wheel, including #76BBEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #76BBEF
Monochromatic colors are variations of #76BBEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #76BBEF
The complementary color of #76BBEF 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 #76BBEF
/* Using HEX */ body { background-color: #76bbef; }
/* Using RGB */ body { background-color: rgb(118, 187, 239); }
/* Using RGB with opacity */ body { background-color: rgba(118, 187, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(206, 79%, 70%); }
/* Text color */ p { color: #76bbef; }
/* Box shadow */ div { box-shadow: 4px 4px #76bbef; }
HTML Examples of #76BBEF
<!-- Using HEX --> <div style="background-color: #76bbef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(118, 187, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(118, 187, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(206, 79%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #76bbef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #76bbef; width: 100px; height: 100px;"></div>
Related Colors of #76BBEF
These colors are similar to #76BBEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.