#2defff color space conversions
Hex:
        #2defff
        RGB:
        45, 239, 255
        CMY:
        82, 6, 0
        CMYK:
        82, 6, 0, 0
      HSL:
        185°, 100.0000%, 58.8235%
        HSV (HSB):
        185°, 82.3529%, 100.0000%
        XYZ:
        49.9987, 69.5109, 105.3895
        xyY:
        0.2223, 0.3091, 69.5109
      CIE-Lab:
        86.7564, -39.2918, -20.6715
        CIE-LCH:
        86.7564, 44.3977, 207.7489
        CIE-Luv:
        86.7564, -63.0254, -27.3854
        Hunter-Lab:
        83.3732, -38.8571, -16.5854
      #2defff color charts
#2defff RGB chart
      #2defff CMYK chart
      #2defff RGB pie chart
      #2defff color shades, tints & tones
#2defff color schemes
#2defff color preview, HTML & CSS examples
           This text has a color of #2defff        
        
          <p style="color:#2defff;">Text here</p>
        
        
          .mytext {color:#2defff;}
        
        Text color #2defff
      
           This box has a color of #2defff        
        
          <div style="background-color:#2defff;">Content here</div>
        
        
          .mybackground {background-color:#2defff;}
        
        Background color #2defff
      
           Border around this has a color of #2defff        
        
          <div style="border:2px solid #2defff;">Content here</div>
        
        
          .myborder {border:2px solid #2defff;}
        
        Border color #2defff