Color: #02CAED

#02CAED Color Information

#02CAED is a light color. The closest websafe version is #02CAED. A complement of this color would be #ED2602, perceived brightness is 0.57, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 189°,a saturation of 98%, and a lightness of 47%.The HSV representation shows a hue of 189°, a saturation of 99%, and a value of 93%.

In a RGB color space, #02CAED is composed of 1% red, 79% green and 93% blue. Whereas in a CMYK color space, it is composed of 99% cyan, 15% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 47.49, x: 0.2348, and y: 0.3196.

Color Code #02CAED

#02CAEDrgb(2, 202, 237)
HEX
#02CAED
RGB
rgb(2, 202, 237)
HSL
hsl(189, 98%, 47%)
HSV
hsv(189, 99%, 93%)
CMYK
99%, 15%, 0%, 7%
XYZ
X: 34.89, Y: 47.49, Z: 66.22
Lab
L: 74.50, a: -33.80, b: -29.82
Name

Shades of Color #02CAED

Shades are created by darkening the original color #02CAED 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 #02CAED

Tints are created by lightening the original color #02CAED 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.

#02CAEDrgb(2, 202, 237)

About #02CAED Color Code

In the HSL color space, this color has a hue angle of 189°, a saturation of 98%, and a lightness of 47%. The HSV representation shows a hue of 189°, a saturation of 99%, and a value of 93%.

  • HEX: #02CAED
  • RGB: rgb(2, 202, 237)
  • HSL: hsl(189, 98%, 47%)
  • HSV: hsv(189, 99%, 93%)
  • CMYK: 99.00% cyan, 15.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 34.89, 47.49, 66.22
  • Yxy: 47.49, 0.2348, 0.3196
  • Hunter Lab: 74.50, -33.80, -29.82
  • CIE-Lab: 74.50, -33.80, -29.82

In the XYZ color space, this color is represented as X: 34.89, Y: 47.49, Z: 66.22. The Yxy representation further refines this as Y: 47.49, x: 0.2348, and y: 0.3196.

In the Hunter Lab color space, this color is represented as L: 74.50, a: -33.80, and b: -29.82. Similarly, in the CIE-Lab color space, it is represented as L: 74.50, a: -33.80, and b: -29.82.

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 #02CAED

Triadic colors are three colors evenly spaced around the color wheel, including #02CAED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #02CAED

Analogous colors are adjacent to #02CAED on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #02CAED

Split complementary colors are two colors adjacent to the complementary color of #02CAED. They create a balanced and visually appealing color scheme.

Tetradic Colors of #02CAED

Tetradic colors form a rectangle on the color wheel, including #02CAED. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #02CAED

Monochromatic colors are variations of #02CAED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #02CAED

The complementary color of #02CAED 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 #02CAED

/* Using HEX */
body {
  background-color: #02caed;
}
/* Using RGB */
body {
  background-color: rgb(2, 202, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(2, 202, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(189, 98%, 47%);
}
/* Text color */
p {
  color: #02caed;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #02caed;
}
/* Border color */
.box {
  border: 4px solid #02caed;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #02caed;
}
Text Shadow Preview
/* Background with text */
div {
  background: #02caed;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#02CAED
On Black Background
#02CAED
On White Background
#02CAED

HTML Examples of #02CAED

<!-- Using HEX -->
<div style="background-color: #02caed; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(2, 202, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(2, 202, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(189, 98%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #02caed;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #02caed; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #02caed; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #02caed;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #02caed; color: #fff; padding: 16px; border-radius: 8px;">
  #02CAED
</div>
#02CAED
On Black Background
#02CAED
On White Background
#02CAED

Related Colors of #02CAED

These colors are similar to #02CAED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.