#3feffe color space conversions
Hex:
        #3feffe
        RGB:
        63, 239, 254
        CMY:
        75, 6, 0
        CMYK:
        75, 6, 0, 0
      HSL:
        185°, 98.9637%, 62.1569%
        HSV (HSB):
        185°, 75.1969%, 99.6078%
        XYZ:
        50.8058, 69.9455, 104.5890
        xyY:
        0.2255, 0.3104, 69.9455
      CIE-Lab:
        86.9701, -38.0528, -19.8008
        CIE-LCH:
        86.9701, 42.8962, 207.4903
        CIE-Luv:
        86.9701, -61.1579, -26.0737
        Hunter-Lab:
        83.6334, -37.9230, -15.6026
      #3feffe color charts
#3feffe RGB chart
      #3feffe CMYK chart
      #3feffe RGB pie chart
      #3feffe color shades, tints & tones
#3feffe color schemes
#3feffe color preview, HTML & CSS examples
           This text has a color of #3feffe        
        
          <p style="color:#3feffe;">Text here</p>
        
        
          .mytext {color:#3feffe;}
        
        Text color #3feffe
      
           This box has a color of #3feffe        
        
          <div style="background-color:#3feffe;">Content here</div>
        
        
          .mybackground {background-color:#3feffe;}
        
        Background color #3feffe
      
           Border around this has a color of #3feffe        
        
          <div style="border:2px solid #3feffe;">Content here</div>
        
        
          .myborder {border:2px solid #3feffe;}
        
        Border color #3feffe