Color: #21DCED
#21DCED Color Information
#21DCED is a light color. The closest websafe version is #21DCED. A complement of this color would be #ED3221, perceived brightness is 0.65, and the grayscale version is #878787.
In the HSL color space, this color has a hue angle of 185°,a saturation of 85%, and a lightness of 53%.The HSV representation shows a hue of 185°, a saturation of 100%, and a value of 100%.
In a RGB color space, #21DCED is composed of 13% red, 86% green and 93% blue. Whereas in a CMYK color space, it is composed of 86% cyan, 7% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 56.78, x: 0.2451, and y: 0.3450.
Color Code #21DCED
Shades of Color #21DCED
Shades are created by darkening the original color #21DCED 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 #21DCED
Tints are created by lightening the original color #21DCED 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 #21DCED Color Code
In the HSL color space, this color has a hue angle of 185°, a saturation of 85%, and a lightness of 53%. The HSV representation shows a hue of 185°, a saturation of 86%, and a value of 93%.
- HEX: #21DCED
- RGB: rgb(33, 220, 237)
- HSL: hsl(185, 85%, 53%)
- HSV: hsv(185, 86%, 93%)
- CMYK: 86.00% cyan, 7.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 40.34, 56.78, 67.45
- Yxy: 56.78, 0.2451, 0.3450
- Hunter Lab: 80.05, -40.07, -21.39
- CIE-Lab: 80.05, -40.07, -21.39
In the XYZ color space, this color is represented as X: 40.34, Y: 56.78, Z: 67.45. The Yxy representation further refines this as Y: 56.78, x: 0.2451, and y: 0.3450.
In the Hunter Lab color space, this color is represented as L: 80.05, a: -40.07, and b: -21.39. Similarly, in the CIE-Lab color space, it is represented as L: 80.05, a: -40.07, and b: -21.39.
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 #21DCED
Triadic colors are three colors evenly spaced around the color wheel, including #21DCED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #21DCED
Monochromatic colors are variations of #21DCED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #21DCED
The complementary color of #21DCED 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 #21DCED
/* Using HEX */ body { background-color: #21dced; }
/* Using RGB */ body { background-color: rgb(33, 220, 237); }
/* Using RGB with opacity */ body { background-color: rgba(33, 220, 237, 0.5); }
/* Using HSL */ body { background-color: hsl(185, 85%, 53%); }
/* Text color */ p { color: #21dced; }
/* Box shadow */ div { box-shadow: 4px 4px #21dced; }
HTML Examples of #21DCED
<!-- Using HEX --> <div style="background-color: #21dced; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(33, 220, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(33, 220, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(185, 85%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #21dced;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #21dced; width: 100px; height: 100px;"></div>
Related Colors of #21DCED
These colors are similar to #21DCED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.