Color: #088EBC

#088EBC Color Information

#088EBC is a dark color. The closest websafe version is #088EBC. A complement of this color would be #BA3408, perceived brightness is 0.42, and the grayscale version is #626262.

In the HSL color space, this color has a hue angle of 195°,a saturation of 92%, and a lightness of 38%.The HSV representation shows a hue of 195°, a saturation of 96%, and a value of 74%.

In a RGB color space, #088EBC is composed of 3% red, 56% green and 74% blue. Whereas in a CMYK color space, it is composed of 96% cyan, 24% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 22.49, x: 0.2250, and y: 0.2856.

Color Code #088EBC

#088EBCrgb(8, 142, 188)
HEX
#088EBC
RGB
rgb(8, 142, 188)
HSL
hsl(195, 92%, 38%)
HSV
hsv(195, 96%, 74%)
CMYK
96%, 24%, 0%, 26%
XYZ
X: 17.72, Y: 22.49, Z: 38.54
Lab
L: 54.55, a: -19.83, b: -33.55
Name

Shades of Color #088EBC

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

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

#088EBCrgb(8, 142, 188)

About #088EBC Color Code

In the HSL color space, this color has a hue angle of 195°, a saturation of 92%, and a lightness of 38%. The HSV representation shows a hue of 195°, a saturation of 96%, and a value of 74%.

  • HEX: #088EBC
  • RGB: rgb(8, 142, 188)
  • HSL: hsl(195, 92%, 38%)
  • HSV: hsv(195, 96%, 74%)
  • CMYK: 96.00% cyan, 24.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 17.72, 22.49, 38.54
  • Yxy: 22.49, 0.2250, 0.2856
  • Hunter Lab: 54.55, -19.83, -33.55
  • CIE-Lab: 54.55, -19.83, -33.55

In the XYZ color space, this color is represented as X: 17.72, Y: 22.49, Z: 38.54. The Yxy representation further refines this as Y: 22.49, x: 0.2250, and y: 0.2856.

In the Hunter Lab color space, this color is represented as L: 54.55, a: -19.83, and b: -33.55. Similarly, in the CIE-Lab color space, it is represented as L: 54.55, a: -19.83, and b: -33.55.

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 #088EBC

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

Analogous Colors of #088EBC

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

Split Complementary Colors of #088EBC

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

Tetradic Colors of #088EBC

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

Monochromatic Colors of #088EBC

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

Complementary Color of #088EBC

The complementary color of #088EBC 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 #088EBC

/* Using HEX */
body {
  background-color: #088ebc;
}
/* Using RGB */
body {
  background-color: rgb(8, 142, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(8, 142, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(195, 92%, 38%);
}
/* Text color */
p {
  color: #088ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #088ebc;
}
/* Border color */
.box {
  border: 4px solid #088ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #088ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #088ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#088EBC
On Black Background
#088EBC
On White Background
#088EBC

HTML Examples of #088EBC

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

Related Colors of #088EBC

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