Color #73BDCA

HEX

#73BDCA

RGB

(115, 189, 202)

Quick Actions

Color Values

Color Space Values
RGB
R: 115, G: 189, B: 202 (45%, 74%, 79%)
CMYK C: 43%, M: 6%, Y: 0%, K: 21%
HSL H: 189°, S: 45%, L: 62%
HSV H: 189°, S: 43%, V: 79%
CIE-LAB L: 72.43, a: -19.63, b: -13.79
CIE-LCH L: 72.43, C: 23.99, H: 215.09
Hunter-Lab L: 66.56, a: -22.01, b: -19.18
Web Safe
#66cccc
Complementary
#ca8073

#73BDCA is a color with RGB values of 115 red, 189 green, and 202 blue (45%, 74%, 79% respectively). In the CMYK color space, it consists of 43% cyan, 6% magenta, 0% yellow, and 21% black. The color has a hue angle of 189°, 45% saturation, and 62% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #66cccc. The complementary color is #ca8073, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #73BDCA

Explore different variations of #73BDCA including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #73BDCA. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #73BDCA

Explore different color combinations and harmonies that work well with #73BDCA.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #73BDCA

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #73BDCA

Text with #73BDCA

This text has a font color of #73BDCA.

<span style="color:#73BDCA;">Text here</span>
.text { color: #73BDCA; }

#73BDCA background color

This paragraph has a background color of #73BDCA.

<p style="background-color:#73BDCA;">Content here</p>
.background { background-color: #73BDCA; }

#73BDCA border color

This element has a border color of #73BDCA.
<div style="border:1px solid #73BDCA;">Content here</div>
.border { border: 1px solid #73BDCA; }

#73BDCA box shadow

This element has a box shadow using #73BDCA.
<div style="box-shadow: 0 4px 6px -1px #73BDCA80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #73BDCA80; }
Copied to clipboard!