Color: #00CFFD
#00CFFD Color Information
#00CFFD is a light color. The closest websafe version is #00CFFD. A complement of this color would be #FF2F00, perceived brightness is 0.59, and the grayscale version is #7F7F7F.
In the HSL color space, this color has a hue angle of 191°,a saturation of 99%, and a lightness of 50%.The HSV representation shows a hue of 191°, a saturation of 100%, and a value of 100%.
In a RGB color space, #00CFFD is composed of 0% red, 81% green and 99% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 18% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 50.68, x: 0.2308, and y: 0.3072.
Color Code #00CFFD
Shades of Color #00CFFD
Shades are created by darkening the original color #00CFFD 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 #00CFFD
Tints are created by lightening the original color #00CFFD 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 #00CFFD Color Code
In the HSL color space, this color has a hue angle of 191°, a saturation of 100%, and a lightness of 50%. The HSV representation shows a hue of 191°, a saturation of 100%, and a value of 99%.
- HEX: #00CFFD
- RGB: rgb(0, 207, 253)
- HSL: hsl(191, 100%, 50%)
- HSV: hsv(191, 100%, 99%)
- CMYK: 100.00% cyan, 18.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 38.08, 50.68, 76.21
- Yxy: 50.68, 0.2308, 0.3072
- Hunter Lab: 76.49, -31.81, -35.30
- CIE-Lab: 76.49, -31.81, -35.30
In the XYZ color space, this color is represented as X: 38.08, Y: 50.68, Z: 76.21. The Yxy representation further refines this as Y: 50.68, x: 0.2308, and y: 0.3072.
In the Hunter Lab color space, this color is represented as L: 76.49, a: -31.81, and b: -35.30. Similarly, in the CIE-Lab color space, it is represented as L: 76.49, a: -31.81, and b: -35.30.
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 #00CFFD
Triadic colors are three colors evenly spaced around the color wheel, including #00CFFD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #00CFFD
Monochromatic colors are variations of #00CFFD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #00CFFD
The complementary color of #00CFFD 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 #00CFFD
/* Using HEX */ body { background-color: #00cffd; }
/* Using RGB */ body { background-color: rgb(0, 207, 253); }
/* Using RGB with opacity */ body { background-color: rgba(0, 207, 253, 0.5); }
/* Using HSL */ body { background-color: hsl(191, 100%, 50%); }
/* Text color */ p { color: #00cffd; }
/* Box shadow */ div { box-shadow: 4px 4px #00cffd; }
HTML Examples of #00CFFD
<!-- Using HEX --> <div style="background-color: #00cffd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(0, 207, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(0, 207, 253, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(191, 100%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #00cffd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #00cffd; width: 100px; height: 100px;"></div>
Related Colors of #00CFFD
These colors are similar to #00CFFD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.