#3ddfed color space conversions
Hex:
        #3ddfed
        RGB:
        61, 223, 237
        CMY:
        76, 13, 7
        CMYK:
        74, 6, 0, 7
      HSL:
        185°, 83.0189%, 58.4314%
        HSV (HSB):
        185°, 74.2616%, 92.9412%
        XYZ:
        43.5982, 59.8819, 89.3813
        xyY:
        0.2261, 0.3105, 59.8819
      CIE-Lab:
        81.7739, -35.8308, -18.6902
        CIE-LCH:
        81.7739, 40.4125, 207.5476
        CIE-Luv:
        81.7739, -57.0970, -24.3685
        Hunter-Lab:
        77.3834, -34.8531, -14.3142
      #3ddfed color charts
#3ddfed RGB chart
      #3ddfed CMYK chart
      #3ddfed RGB pie chart
      #3ddfed color shades, tints & tones
#3ddfed color schemes
#3ddfed color preview, HTML & CSS examples
           This text has a color of #3ddfed        
        
          <p style="color:#3ddfed;">Text here</p>
        
        
          .mytext {color:#3ddfed;}
        
        Text color #3ddfed
      
           This box has a color of #3ddfed        
        
          <div style="background-color:#3ddfed;">Content here</div>
        
        
          .mybackground {background-color:#3ddfed;}
        
        Background color #3ddfed
      
           Border around this has a color of #3ddfed        
        
          <div style="border:2px solid #3ddfed;">Content here</div>
        
        
          .myborder {border:2px solid #3ddfed;}
        
        Border color #3ddfed