#2dddff color space conversions
Hex:
        #2dddff
        RGB:
        45, 221, 255
        CMY:
        82, 13, 0
        CMYK:
        82, 13, 0, 0
      HSL:
        190°, 100.0000%, 58.8235%
        HSV (HSB):
        190°, 82.3529%, 100.0000%
        XYZ:
        44.9886, 59.4908, 103.7195
        xyY:
        0.2161, 0.2857, 59.4908
      CIE-Lab:
        81.5606, -30.8549, -28.5792
        CIE-LCH:
        81.5606, 42.0570, 222.8073
        CIE-Luv:
        81.5606, -56.9419, -41.8719
        Hunter-Lab:
        77.1303, -30.8623, -25.7379
      #2dddff color charts
#2dddff RGB chart
      #2dddff CMYK chart
      #2dddff RGB pie chart
      #2dddff color shades, tints & tones
#2dddff color schemes
#2dddff color preview, HTML & CSS examples
           This text has a color of #2dddff        
        
          <p style="color:#2dddff;">Text here</p>
        
        
          .mytext {color:#2dddff;}
        
        Text color #2dddff
      
           This box has a color of #2dddff        
        
          <div style="background-color:#2dddff;">Content here</div>
        
        
          .mybackground {background-color:#2dddff;}
        
        Background color #2dddff
      
           Border around this has a color of #2dddff        
        
          <div style="border:2px solid #2dddff;">Content here</div>
        
        
          .myborder {border:2px solid #2dddff;}
        
        Border color #2dddff