#2ddaee color space conversions
Hex:
        #2ddaee
        RGB:
        45, 218, 238
        CMY:
        82, 15, 7
        CMYK:
        81, 8, 0, 7
      HSL:
        186°, 85.0220%, 55.4902%
        HSV (HSB):
        186°, 81.0924%, 93.3333%
        XYZ:
        41.5862, 56.8737, 89.6748
        xyY:
        0.2210, 0.3023, 56.8737
      CIE-Lab:
        80.1085, -34.6777, -21.7664
        CIE-LCH:
        80.1085, 40.9429, 212.1155
        CIE-Luv:
        80.1085, -57.1704, -29.6634
        Hunter-Lab:
        75.4147, -33.5448, -17.7109
      #2ddaee color charts
#2ddaee RGB chart
      #2ddaee CMYK chart
      #2ddaee RGB pie chart
      #2ddaee color shades, tints & tones
#2ddaee color schemes
#2ddaee color preview, HTML & CSS examples
           This text has a color of #2ddaee        
        
          <p style="color:#2ddaee;">Text here</p>
        
        
          .mytext {color:#2ddaee;}
        
        Text color #2ddaee
      
           This box has a color of #2ddaee        
        
          <div style="background-color:#2ddaee;">Content here</div>
        
        
          .mybackground {background-color:#2ddaee;}
        
        Background color #2ddaee
      
           Border around this has a color of #2ddaee        
        
          <div style="border:2px solid #2ddaee;">Content here</div>
        
        
          .myborder {border:2px solid #2ddaee;}
        
        Border color #2ddaee