Cadetblue to RGB — Color Code

RGB

rgb(95, 158, 160)

Format Value
HEX #5f9ea0
RGB rgb(95, 158, 160)
HSL hsl(181.8, 25.5%, 50%)
CMYK cmyk(40.6%, 1.2%, 0%, 37.3%)

What is the RGB code for cadetblue?

The CSS color cadetblue in RGB format is rgb(95, 158, 160). Use this value directly in CSS, SVG, and most design tools.

How do I use cadetblue in CSS?

To apply cadetblue in CSS:

  • Text color: color: rgb(95, 158, 160);
  • Background: background-color: rgb(95, 158, 160);
  • Border: border-color: rgb(95, 158, 160);

What are all the color format values for cadetblue?

FormatValue
HEX#5f9ea0
RGBrgb(95, 158, 160)
HSLhsl(181.8, 25.5%, 50%)
CMYKcmyk(40.6%, 1.2%, 0%, 37.3%)

How do I convert cadetblue to RGB?

Select cadetblue from the color name list in our color converter. The RGB value — rgb(95, 158, 160) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does cadetblue belong to?

cadetblue belongs to the cyan color family. It is a medium, muted color with HSL values: hue 181.8°, saturation 25.5%, lightness 50%.

How do I create lighter and darker shades of cadetblue?

Lighter variant (lightness 65%): #8fbbbd. Darker variant (lightness 35%): #426f70. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.