Lightblue to RGB — Color Code

RGB

rgb(173, 216, 230)

Format Value
HEX #add8e6
RGB rgb(173, 216, 230)
HSL hsl(194.7, 53.3%, 79%)
CMYK cmyk(24.8%, 6.1%, 0%, 9.8%)

What is the RGB code for lightblue?

The CSS color lightblue in RGB format is rgb(173, 216, 230). Use this value directly in CSS, SVG, and most design tools.

How do I use lightblue in CSS?

To apply lightblue in CSS:

  • Text color: color: rgb(173, 216, 230);
  • Background: background-color: rgb(173, 216, 230);
  • Border: border-color: rgb(173, 216, 230);

What are all the color format values for lightblue?

FormatValue
HEX#add8e6
RGBrgb(173, 216, 230)
HSLhsl(194.7, 53.3%, 79%)
CMYKcmyk(24.8%, 6.1%, 0%, 9.8%)

How do I convert lightblue to RGB?

Select lightblue from the color name list in our color converter. The RGB value — rgb(173, 216, 230) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does lightblue belong to?

lightblue belongs to the cyan color family. It is a light, moderately saturated color with HSL values: hue 194.7°, saturation 53.3%, lightness 79%.

How do I create lighter and darker shades of lightblue?

Lighter variant (lightness 94%): #e8f4f8. Darker variant (lightness 64%): #72bcd4. 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.