#1994ed color space conversions
Hex:
        #1994ed
        RGB:
        25, 148, 237
        CMY:
        90, 42, 7
        CMYK:
        89, 38, 0, 7
      HSL:
        205°, 85.4839%, 51.3725%
        HSV (HSB):
        205°, 89.4515%, 92.9412%
        XYZ:
        26.2769, 27.5009, 84.0440
        xyY:
        0.1907, 0.1995, 27.5009
      CIE-Lab:
        59.4351, 0.5715, -53.4012
        CIE-LCH:
        59.4351, 53.4043, 270.6132
        CIE-Luv:
        59.4351, -35.3209, -85.0755
        Hunter-Lab:
        52.4413, -2.3309, -58.3110
      #1994ed color charts
#1994ed RGB chart
      #1994ed CMYK chart
      #1994ed RGB pie chart
      #1994ed color shades, tints & tones
#1994ed color schemes
#1994ed color preview, HTML & CSS examples
           This text has a color of #1994ed        
        
          <p style="color:#1994ed;">Text here</p>
        
        
          .mytext {color:#1994ed;}
        
        Text color #1994ed
      
           This box has a color of #1994ed        
        
          <div style="background-color:#1994ed;">Content here</div>
        
        
          .mybackground {background-color:#1994ed;}
        
        Background color #1994ed
      
           Border around this has a color of #1994ed        
        
          <div style="border:2px solid #1994ed;">Content here</div>
        
        
          .myborder {border:2px solid #1994ed;}
        
        Border color #1994ed