#64affe color space conversions
Hex:
        #64affe
        RGB:
        100, 175, 254
        CMY:
        61, 31, 0
        CMYK:
        61, 31, 0, 0
      HSL:
        211°, 98.7179%, 69.4118%
        HSV (HSB):
        211°, 60.6299%, 99.6078%
        XYZ:
        38.4749, 40.5250, 99.5602
        xyY:
        0.2155, 0.2270, 40.5250
      CIE-Lab:
        69.8419, -0.1375, -46.1175
        CIE-LCH:
        69.8419, 46.1177, 269.8292
        CIE-Luv:
        69.8419, -31.7675, -74.8112
        Hunter-Lab:
        63.6593, -3.5205, -48.1654
      #64affe color charts
#64affe RGB chart
      #64affe CMYK chart
      #64affe RGB pie chart
      #64affe color shades, tints & tones
#64affe color schemes
#64affe color preview, HTML & CSS examples
           This text has a color of #64affe        
        
          <p style="color:#64affe;">Text here</p>
        
        
          .mytext {color:#64affe;}
        
        Text color #64affe
      
           This box has a color of #64affe        
        
          <div style="background-color:#64affe;">Content here</div>
        
        
          .mybackground {background-color:#64affe;}
        
        Background color #64affe
      
           Border around this has a color of #64affe        
        
          <div style="border:2px solid #64affe;">Content here</div>
        
        
          .myborder {border:2px solid #64affe;}
        
        Border color #64affe