#1edbec color space conversions
Hex:
        #1edbec
        RGB:
        30, 219, 236
        CMY:
        88, 14, 7
        CMYK:
        87, 7, 0, 7
      HSL:
        185°, 84.4262%, 52.1569%
        HSV (HSB):
        185°, 87.2881%, 92.5490%
        XYZ:
        41.0073, 56.9952, 88.1967
        xyY:
        0.2202, 0.3061, 56.9952
      CIE-Lab:
        80.1769, -36.7421, -20.6128
        CIE-LCH:
        80.1769, 42.1292, 209.2930
        CIE-Luv:
        80.1769, -58.8894, -27.4463
        Hunter-Lab:
        75.4952, -35.1594, -16.4186
      #1edbec color charts
#1edbec RGB chart
      #1edbec CMYK chart
      #1edbec RGB pie chart
      #1edbec color shades, tints & tones
#1edbec color schemes
#1edbec color preview, HTML & CSS examples
           This text has a color of #1edbec        
        
          <p style="color:#1edbec;">Text here</p>
        
        
          .mytext {color:#1edbec;}
        
        Text color #1edbec
      
           This box has a color of #1edbec        
        
          <div style="background-color:#1edbec;">Content here</div>
        
        
          .mybackground {background-color:#1edbec;}
        
        Background color #1edbec
      
           Border around this has a color of #1edbec        
        
          <div style="border:2px solid #1edbec;">Content here</div>
        
        
          .myborder {border:2px solid #1edbec;}
        
        Border color #1edbec