#3eafee color space conversions
Hex:
        #3eafee
        RGB:
        62, 175, 238
        CMY:
        76, 31, 7
        CMYK:
        74, 26, 0, 7
      HSL:
        201°, 83.8095%, 58.8235%
        HSV (HSB):
        201°, 73.9496%, 93.3333%
        XYZ:
        32.7492, 37.8571, 86.4700
        xyY:
        0.2085, 0.2410, 37.8571
      CIE-Lab:
        67.9152, -11.1743, -40.5290
        CIE-LCH:
        67.9152, 42.0412, 254.5859
        CIE-Luv:
        67.9152, -40.1902, -63.7138
        Hunter-Lab:
        61.5281, -12.6652, -40.2549
      #3eafee color charts
#3eafee RGB chart
      #3eafee CMYK chart
      #3eafee RGB pie chart
      #3eafee color shades, tints & tones
#3eafee color schemes
#3eafee color preview, HTML & CSS examples
           This text has a color of #3eafee        
        
          <p style="color:#3eafee;">Text here</p>
        
        
          .mytext {color:#3eafee;}
        
        Text color #3eafee
      
           This box has a color of #3eafee        
        
          <div style="background-color:#3eafee;">Content here</div>
        
        
          .mybackground {background-color:#3eafee;}
        
        Background color #3eafee
      
           Border around this has a color of #3eafee        
        
          <div style="border:2px solid #3eafee;">Content here</div>
        
        
          .myborder {border:2px solid #3eafee;}
        
        Border color #3eafee