#2ddfec color space conversions
Hex:
        #2ddfec
        RGB:
        45, 223, 236
        CMY:
        82, 13, 7
        CMYK:
        81, 6, 0, 7
      HSL:
        184°, 83.4061%, 55.0980%
        HSV (HSB):
        184°, 80.9322%, 92.5490%
        XYZ:
        42.6102, 59.3894, 88.5744
        xyY:
        0.2236, 0.3116, 59.3894
      CIE-Lab:
        81.5052, -37.6074, -18.5884
        CIE-LCH:
        81.5052, 41.9505, 206.3021
        CIE-Luv:
        81.5052, -59.0264, -23.9559
        Hunter-Lab:
        77.0645, -36.1674, -14.2000
      #2ddfec color charts
#2ddfec RGB chart
      #2ddfec CMYK chart
      #2ddfec RGB pie chart
      #2ddfec color shades, tints & tones
#2ddfec color schemes
#2ddfec color preview, HTML & CSS examples
           This text has a color of #2ddfec        
        
          <p style="color:#2ddfec;">Text here</p>
        
        
          .mytext {color:#2ddfec;}
        
        Text color #2ddfec
      
           This box has a color of #2ddfec        
        
          <div style="background-color:#2ddfec;">Content here</div>
        
        
          .mybackground {background-color:#2ddfec;}
        
        Background color #2ddfec
      
           Border around this has a color of #2ddfec        
        
          <div style="border:2px solid #2ddfec;">Content here</div>
        
        
          .myborder {border:2px solid #2ddfec;}
        
        Border color #2ddfec