Light blue to RGB — Color Code

RGB

rgb(149, 208, 252)

Format Value
HEX #95d0fc
RGB rgb(149, 208, 252)
HSL hsl(205.6, 94.5%, 78.6%)
CMYK cmyk(40.9%, 17.5%, 0%, 1.2%)

What is the RGB code for light blue?

The CSS color light blue in RGB format is rgb(149, 208, 252). Use this value directly in CSS, SVG, and most design tools.

How do I use light blue in CSS?

To apply light blue in CSS:

  • Text color: color: rgb(149, 208, 252);
  • Background: background-color: rgb(149, 208, 252);
  • Border: border-color: rgb(149, 208, 252);

What are all the color format values for light blue?

FormatValue
HEX#95d0fc
RGBrgb(149, 208, 252)
HSLhsl(205.6, 94.5%, 78.6%)
CMYKcmyk(40.9%, 17.5%, 0%, 1.2%)

How do I convert light blue to RGB?

Select light blue from the color name list in our color converter. The RGB value — rgb(149, 208, 252) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light blue belong to?

light blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 205.6°, saturation 94.5%, lightness 78.6%.

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

Lighter variant (lightness 93.6%): #dff1fe. Darker variant (lightness 63.599999999999994%): #4aaffa. 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.