#1edded color space conversions
Hex:
        #1edded
        RGB:
        30, 221, 237
        CMY:
        88, 13, 7
        CMYK:
        87, 7, 0, 7
      HSL:
        185°, 85.1852%, 52.3529%
        HSV (HSB):
        185°, 87.3418%, 92.9412%
        XYZ:
        41.6779, 58.1033, 89.1392
        xyY:
        0.2206, 0.3076, 58.1033
      CIE-Lab:
        80.7962, -37.3630, -20.2067
        CIE-LCH:
        80.7962, 42.4771, 208.4055
        CIE-Luv:
        80.7962, -59.4876, -26.6973
        Hunter-Lab:
        76.2256, -35.7961, -15.9766
      #1edded color charts
#1edded RGB chart
      #1edded CMYK chart
      #1edded RGB pie chart
      #1edded color shades, tints & tones
#1edded color schemes
#1edded color preview, HTML & CSS examples
           This text has a color of #1edded        
        
          <p style="color:#1edded;">Text here</p>
        
        
          .mytext {color:#1edded;}
        
        Text color #1edded
      
           This box has a color of #1edded        
        
          <div style="background-color:#1edded;">Content here</div>
        
        
          .mybackground {background-color:#1edded;}
        
        Background color #1edded
      
           Border around this has a color of #1edded        
        
          <div style="border:2px solid #1edded;">Content here</div>
        
        
          .myborder {border:2px solid #1edded;}
        
        Border color #1edded