#3fbffe color space conversions
Hex:
        #3fbffe
        RGB:
        63, 191, 254
        CMY:
        75, 25, 0
        CMYK:
        75, 25, 0, 0
      HSL:
        200°, 98.9637%, 62.1569%
        HSV (HSB):
        200°, 75.1969%, 99.6078%
        XYZ:
        38.5701, 45.4741, 100.5105
        xyY:
        0.2090, 0.2464, 45.4741
      CIE-Lab:
        73.2030, -14.3204, -40.9381
        CIE-LCH:
        73.2030, 43.3705, 250.7199
        CIE-Luv:
        73.2030, -44.6433, -64.6761
        Hunter-Lab:
        67.4345, -15.9148, -41.1670
      #3fbffe color charts
#3fbffe RGB chart
      #3fbffe CMYK chart
      #3fbffe RGB pie chart
      #3fbffe color shades, tints & tones
#3fbffe color schemes
#3fbffe color preview, HTML & CSS examples
           This text has a color of #3fbffe        
        
          <p style="color:#3fbffe;">Text here</p>
        
        
          .mytext {color:#3fbffe;}
        
        Text color #3fbffe
      
           This box has a color of #3fbffe        
        
          <div style="background-color:#3fbffe;">Content here</div>
        
        
          .mybackground {background-color:#3fbffe;}
        
        Background color #3fbffe
      
           Border around this has a color of #3fbffe        
        
          <div style="border:2px solid #3fbffe;">Content here</div>
        
        
          .myborder {border:2px solid #3fbffe;}
        
        Border color #3fbffe