Color: #00E7EB
#00E7EB Color Information
#00E7EB is a light color. The closest websafe version is #00E7EB. A complement of this color would be #EB0400, perceived brightness is 0.64, and the grayscale version is #767676.
In the HSL color space, this color has a hue angle of 181°,a saturation of 99%, and a lightness of 46%.The HSV representation shows a hue of 181°, a saturation of 100%, and a value of 100%.
In a RGB color space, #00E7EB is composed of 0% red, 91% green and 92% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 2% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 62.32, x: 0.2479, and y: 0.3622.
Color Code #00E7EB
Shades of Color #00E7EB
Shades are created by darkening the original color #00E7EB 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 #00E7EB
Tints are created by lightening the original color #00E7EB 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 #00E7EB Color Code
In the HSL color space, this color has a hue angle of 181°, a saturation of 100%, and a lightness of 46%. The HSV representation shows a hue of 181°, a saturation of 100%, and a value of 92%.
- HEX: #00E7EB
- RGB: rgb(0, 231, 235)
- HSL: hsl(181, 100%, 46%)
- HSV: hsv(181, 100%, 92%)
- CMYK: 100.00% cyan, 2.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 42.66, 62.32, 67.09
- Yxy: 62.32, 0.2479, 0.3622
- Hunter Lab: 83.08, -46.10, -15.83
- CIE-Lab: 83.08, -46.10, -15.83
In the XYZ color space, this color is represented as X: 42.66, Y: 62.32, Z: 67.09. The Yxy representation further refines this as Y: 62.32, x: 0.2479, and y: 0.3622.
In the Hunter Lab color space, this color is represented as L: 83.08, a: -46.10, and b: -15.83. Similarly, in the CIE-Lab color space, it is represented as L: 83.08, a: -46.10, and b: -15.83.
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 #00E7EB
Triadic colors are three colors evenly spaced around the color wheel, including #00E7EB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #00E7EB
Monochromatic colors are variations of #00E7EB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #00E7EB
The complementary color of #00E7EB 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 #00E7EB
/* Using HEX */ body { background-color: #00e7eb; }
/* Using RGB */ body { background-color: rgb(0, 231, 235); }
/* Using RGB with opacity */ body { background-color: rgba(0, 231, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(181, 100%, 46%); }
/* Text color */ p { color: #00e7eb; }
/* Box shadow */ div { box-shadow: 4px 4px #00e7eb; }
HTML Examples of #00E7EB
<!-- Using HEX --> <div style="background-color: #00e7eb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(0, 231, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(0, 231, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(181, 100%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #00e7eb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #00e7eb; width: 100px; height: 100px;"></div>
Related Colors of #00E7EB
These colors are similar to #00E7EB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.