Color: #0AC3DB

#0AC3DB Color Information

#0AC3DB is a light color. The closest websafe version is #0AC3DB. A complement of this color would be #DB230A, perceived brightness is 0.56, and the grayscale version is #727272.

In the HSL color space, this color has a hue angle of 187°,a saturation of 91%, and a lightness of 45%.The HSV representation shows a hue of 187°, a saturation of 95%, and a value of 86%.

In a RGB color space, #0AC3DB is composed of 4% red, 76% green and 86% blue. Whereas in a CMYK color space, it is composed of 95% cyan, 11% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 43.48, x: 0.2394, and y: 0.3328.

Color Code #0AC3DB

#0AC3DBrgb(10, 195, 219)
HEX
#0AC3DB
RGB
rgb(10, 195, 219)
HSL
hsl(187, 91%, 45%)
HSV
hsv(187, 95%, 86%)
CMYK
95%, 11%, 0%, 14%
XYZ
X: 31.28, Y: 43.48, Z: 55.89
Lab
L: 71.88, a: -35.24, b: -24.12
Name

Shades of Color #0AC3DB

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

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

#0AC3DBrgb(10, 195, 219)

About #0AC3DB Color Code

In the HSL color space, this color has a hue angle of 187°, a saturation of 91%, and a lightness of 45%. The HSV representation shows a hue of 187°, a saturation of 95%, and a value of 86%.

  • HEX: #0AC3DB
  • RGB: rgb(10, 195, 219)
  • HSL: hsl(187, 91%, 45%)
  • HSV: hsv(187, 95%, 86%)
  • CMYK: 95.00% cyan, 11.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 31.28, 43.48, 55.89
  • Yxy: 43.48, 0.2394, 0.3328
  • Hunter Lab: 71.88, -35.24, -24.12
  • CIE-Lab: 71.88, -35.24, -24.12

In the XYZ color space, this color is represented as X: 31.28, Y: 43.48, Z: 55.89. The Yxy representation further refines this as Y: 43.48, x: 0.2394, and y: 0.3328.

In the Hunter Lab color space, this color is represented as L: 71.88, a: -35.24, and b: -24.12. Similarly, in the CIE-Lab color space, it is represented as L: 71.88, a: -35.24, and b: -24.12.

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 #0AC3DB

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

Analogous Colors of #0AC3DB

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

Split Complementary Colors of #0AC3DB

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

Tetradic Colors of #0AC3DB

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

Monochromatic Colors of #0AC3DB

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

Complementary Color of #0AC3DB

The complementary color of #0AC3DB 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 #0AC3DB

/* Using HEX */
body {
  background-color: #0ac3db;
}
/* Using RGB */
body {
  background-color: rgb(10, 195, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(10, 195, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(187, 91%, 45%);
}
/* Text color */
p {
  color: #0ac3db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #0ac3db;
}
/* Border color */
.box {
  border: 4px solid #0ac3db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #0ac3db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #0ac3db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#0AC3DB
On Black Background
#0AC3DB
On White Background
#0AC3DB

HTML Examples of #0AC3DB

<!-- Using HEX -->
<div style="background-color: #0ac3db; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(10, 195, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(10, 195, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(187, 91%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #0ac3db;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #0ac3db; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #0ac3db; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #0ac3db;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #0ac3db; color: #fff; padding: 16px; border-radius: 8px;">
  #0AC3DB
</div>
#0AC3DB
On Black Background
#0AC3DB
On White Background
#0AC3DB

Related Colors of #0AC3DB

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