#1999be color space conversions
Hex:
        #1999be
        RGB:
        25, 153, 190
        CMY:
        90, 40, 25
        CMYK:
        87, 19, 0, 25
      HSL:
        193°, 76.7442%, 42.1569%
        HSV (HSB):
        193°, 86.8421%, 74.5098%
        XYZ:
        21.0864, 26.7068, 52.7588
        xyY:
        0.2097, 0.2656, 26.7068
      CIE-Lab:
        58.7020, -19.3060, -28.2909
        CIE-LCH:
        58.7020, 34.2505, 235.6899
        CIE-Luv:
        58.7020, -39.9936, -41.1287
        Hunter-Lab:
        51.6787, -17.6045, -24.3541
      #1999be color charts
#1999be RGB chart
      #1999be CMYK chart
      #1999be RGB pie chart
      #1999be color shades, tints & tones
#1999be color schemes
#1999be color preview, HTML & CSS examples
           This text has a color of #1999be        
        
          <p style="color:#1999be;">Text here</p>
        
        
          .mytext {color:#1999be;}
        
        Text color #1999be
      
           This box has a color of #1999be        
        
          <div style="background-color:#1999be;">Content here</div>
        
        
          .mybackground {background-color:#1999be;}
        
        Background color #1999be
      
           Border around this has a color of #1999be        
        
          <div style="border:2px solid #1999be;">Content here</div>
        
        
          .myborder {border:2px solid #1999be;}
        
        Border color #1999be