#32d3ed color space conversions
Hex:
        #32d3ed
        RGB:
        50, 211, 237
        CMY:
        80, 17, 7
        CMYK:
        79, 11, 0, 7
      HSL:
        188°, 83.8565%, 56.2745%
        HSV (HSB):
        188°, 78.9030%, 92.9412%
        XYZ:
        39.8957, 53.3811, 88.3216
        xyY:
        0.2197, 0.2940, 53.3811
      CIE-Lab:
        78.0994, -31.2326, -24.2825
        CIE-LCH:
        78.0994, 39.5615, 217.8642
        CIE-Luv:
        78.0994, -54.3143, -34.3018
        Hunter-Lab:
        73.0623, -30.3891, -20.5292
      #32d3ed color charts
#32d3ed RGB chart
      #32d3ed CMYK chart
      #32d3ed RGB pie chart
      #32d3ed color shades, tints & tones
#32d3ed color schemes
#32d3ed color preview, HTML & CSS examples
           This text has a color of #32d3ed        
        
          <p style="color:#32d3ed;">Text here</p>
        
        
          .mytext {color:#32d3ed;}
        
        Text color #32d3ed
      
           This box has a color of #32d3ed        
        
          <div style="background-color:#32d3ed;">Content here</div>
        
        
          .mybackground {background-color:#32d3ed;}
        
        Background color #32d3ed
      
           Border around this has a color of #32d3ed        
        
          <div style="border:2px solid #32d3ed;">Content here</div>
        
        
          .myborder {border:2px solid #32d3ed;}
        
        Border color #32d3ed