#1dafca color space conversions
Hex:
        #1dafca
        RGB:
        29, 175, 202
        CMY:
        89, 31, 21
        CMYK:
        86, 13, 0, 21
      HSL:
        189°, 74.8918%, 45.2941%
        HSV (HSB):
        189°, 85.6436%, 79.2157%
        XYZ:
        26.4973, 35.1854, 61.2720
        xyY:
        0.2155, 0.2862, 35.1854
      CIE-Lab:
        65.8928, -26.3547, -23.9247
        CIE-LCH:
        65.8928, 35.5944, 222.2331
        CIE-Luv:
        65.8928, -46.4634, -33.6654
        Hunter-Lab:
        59.3173, -24.0684, -19.7217
      #1dafca color charts
#1dafca RGB chart
      #1dafca CMYK chart
      #1dafca RGB pie chart
      #1dafca color shades, tints & tones
#1dafca color schemes
#1dafca color preview, HTML & CSS examples
           This text has a color of #1dafca        
        
          <p style="color:#1dafca;">Text here</p>
        
        
          .mytext {color:#1dafca;}
        
        Text color #1dafca
      
           This box has a color of #1dafca        
        
          <div style="background-color:#1dafca;">Content here</div>
        
        
          .mybackground {background-color:#1dafca;}
        
        Background color #1dafca
      
           Border around this has a color of #1dafca        
        
          <div style="border:2px solid #1dafca;">Content here</div>
        
        
          .myborder {border:2px solid #1dafca;}
        
        Border color #1dafca