#64cdec color space conversions
Hex:
        #64cdec
        RGB:
        100, 205, 236
        CMY:
        61, 20, 7
        CMYK:
        58, 13, 0, 7
      HSL:
        194°, 78.1609%, 65.8824%
        HSV (HSB):
        194°, 57.6271%, 92.5490%
        XYZ:
        42.2272, 52.4281, 87.2509
        xyY:
        0.2321, 0.2882, 52.4281
      CIE-Lab:
        77.5361, -21.6495, -24.4970
        CIE-LCH:
        77.5361, 32.6926, 228.5310
        CIE-Luv:
        77.5361, -43.2769, -35.8868
        Hunter-Lab:
        72.4072, -22.6133, -20.7595
      #64cdec color charts
#64cdec RGB chart
      #64cdec CMYK chart
      #64cdec RGB pie chart
      #64cdec color shades, tints & tones
#64cdec color schemes
#64cdec color preview, HTML & CSS examples
           This text has a color of #64cdec        
        
          <p style="color:#64cdec;">Text here</p>
        
        
          .mytext {color:#64cdec;}
        
        Text color #64cdec
      
           This box has a color of #64cdec        
        
          <div style="background-color:#64cdec;">Content here</div>
        
        
          .mybackground {background-color:#64cdec;}
        
        Background color #64cdec
      
           Border around this has a color of #64cdec        
        
          <div style="border:2px solid #64cdec;">Content here</div>
        
        
          .myborder {border:2px solid #64cdec;}
        
        Border color #64cdec