Random Color Generator

#49d0ef Color

Color Codes
Hex Code #49d0ef
RGB Code rgb(73, 208, 239)
HSL Code hsl(191, 84%, 61%)

#49d0ef Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(73, 208, 239);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(191, 84%, 61%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #49d0ef

RGB Code Hex Code Preview
rgb(73, 208, 239, 10%) #49d0ef1a  
rgb(73, 208, 239, 20%) #49d0ef33  
rgb(73, 208, 239, 40%) #49d0ef4C  
rgb(73, 208, 239, 60%) #49d0ef99  
rgb(73, 208, 239, 80%) #49d0efCC  
rgb(73, 208, 239, 100%) #49d0efFF  

Saturated and desaturated colors of #49d0ef

HSL Code Preview
hsl(191, 10%, 61%)  
hsl(191, 20%, 61%)  
hsl(191, 40%, 61%)  
hsl(191, 60%, 61%)  
hsl(191, 80%, 61%)  
hsl(191, 100%, 61%)  

#49d0ef Color Usage In CSS

 body {
    color: #49d0ef;
    }
 p {
    color: rgb(73, 208, 239);
    }
 header {
    border-bottom:1px solid #49d0ef;
    }
Recent Random Colors