#3edaec color space conversions
Hex:
        #3edaec
        RGB:
        62, 218, 236
        CMY:
        76, 15, 7
        CMYK:
        74, 8, 0, 7
      HSL:
        186°, 82.0755%, 58.4314%
        HSV (HSB):
        186°, 73.7288%, 92.5490%
        XYZ:
        42.1983, 57.2231, 88.1780
        xyY:
        0.2249, 0.3050, 57.2231
      CIE-Lab:
        80.3049, -33.6708, -20.3788
        CIE-LCH:
        80.3049, 39.3576, 211.1839
        CIE-Luv:
        80.3049, -55.2910, -27.4556
        Hunter-Lab:
        75.6459, -32.8059, -16.1602
      #3edaec color charts
#3edaec RGB chart
      #3edaec CMYK chart
      #3edaec RGB pie chart
      #3edaec color shades, tints & tones
#3edaec color schemes
#3edaec color preview, HTML & CSS examples
           This text has a color of #3edaec        
        
          <p style="color:#3edaec;">Text here</p>
        
        
          .mytext {color:#3edaec;}
        
        Text color #3edaec
      
           This box has a color of #3edaec        
        
          <div style="background-color:#3edaec;">Content here</div>
        
        
          .mybackground {background-color:#3edaec;}
        
        Background color #3edaec
      
           Border around this has a color of #3edaec        
        
          <div style="border:2px solid #3edaec;">Content here</div>
        
        
          .myborder {border:2px solid #3edaec;}
        
        Border color #3edaec