#2eafed color space conversions
Hex:
        #2eafed
        RGB:
        46, 175, 237
        CMY:
        82, 31, 7
        CMYK:
        81, 26, 0, 7
      HSL:
        199°, 84.1410%, 55.4902%
        HSV (HSB):
        199°, 80.5907%, 92.9412%
        XYZ:
        31.7427, 37.3552, 85.6580
        xyY:
        0.2051, 0.2414, 37.3552
      CIE-Lab:
        67.5427, -13.1969, -40.5896
        CIE-LCH:
        67.5427, 42.6811, 251.9891
        CIE-Luv:
        67.5427, -42.4049, -63.5410
        Hunter-Lab:
        61.1189, -14.2522, -40.3116
      #2eafed color charts
#2eafed RGB chart
      #2eafed CMYK chart
      #2eafed RGB pie chart
      #2eafed color shades, tints & tones
#2eafed color schemes
#2eafed color preview, HTML & CSS examples
           This text has a color of #2eafed        
        
          <p style="color:#2eafed;">Text here</p>
        
        
          .mytext {color:#2eafed;}
        
        Text color #2eafed
      
           This box has a color of #2eafed        
        
          <div style="background-color:#2eafed;">Content here</div>
        
        
          .mybackground {background-color:#2eafed;}
        
        Background color #2eafed
      
           Border around this has a color of #2eafed        
        
          <div style="border:2px solid #2eafed;">Content here</div>
        
        
          .myborder {border:2px solid #2eafed;}
        
        Border color #2eafed