Light blue grey to RGB — Color Code

RGB

rgb(183, 201, 226)

Format Value
HEX #b7c9e2
RGB rgb(183, 201, 226)
HSL hsl(214.9, 42.6%, 80.2%)
CMYK cmyk(19%, 11.1%, 0%, 11.4%)

What is the RGB code for light blue grey?

The CSS color light blue grey in RGB format is rgb(183, 201, 226). Use this value directly in CSS, SVG, and most design tools.

How do I use light blue grey in CSS?

To apply light blue grey in CSS:

  • Text color: color: rgb(183, 201, 226);
  • Background: background-color: rgb(183, 201, 226);
  • Border: border-color: rgb(183, 201, 226);

What are all the color format values for light blue grey?

FormatValue
HEX#b7c9e2
RGBrgb(183, 201, 226)
HSLhsl(214.9, 42.6%, 80.2%)
CMYKcmyk(19%, 11.1%, 0%, 11.4%)

How do I convert light blue grey to RGB?

Select light blue grey from the color name list in our color converter. The RGB value — rgb(183, 201, 226) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light blue grey belong to?

light blue grey belongs to the blue color family. It is a light, moderately saturated color with HSL values: hue 214.9°, saturation 42.6%, lightness 80.2%.

How do I create lighter and darker shades of light blue grey?

Lighter variant (lightness 95%): #edf1f8. Darker variant (lightness 65.2%): #80a0cc. 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.