Nice blue to RGB — Color Code

RGB

rgb(16, 122, 176)

Format Value
HEX #107ab0
RGB rgb(16, 122, 176)
HSL hsl(200.3, 83.3%, 37.6%)
CMYK cmyk(90.9%, 30.7%, 0%, 31%)

What is the RGB code for nice blue?

The CSS color nice blue in RGB format is rgb(16, 122, 176). Use this value directly in CSS, SVG, and most design tools.

How do I use nice blue in CSS?

To apply nice blue in CSS:

  • Text color: color: rgb(16, 122, 176);
  • Background: background-color: rgb(16, 122, 176);
  • Border: border-color: rgb(16, 122, 176);

What are all the color format values for nice blue?

FormatValue
HEX#107ab0
RGBrgb(16, 122, 176)
HSLhsl(200.3, 83.3%, 37.6%)
CMYKcmyk(90.9%, 30.7%, 0%, 31%)

How do I convert nice blue to RGB?

Select nice blue from the color name list in our color converter. The RGB value — rgb(16, 122, 176) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does nice blue belong to?

nice blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 200.3°, saturation 83.3%, lightness 37.6%.

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

Lighter variant (lightness 52.6%): #21a7eb. Darker variant (lightness 22.6%): #0a496a. 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.