#47facc color space conversions
Hex:
        #47facc
        RGB:
        71, 250, 204
        CMY:
        72, 2, 20
        CMYK:
        72, 0, 18, 2
      HSL:
        165°, 94.7090%, 62.9412%
        HSV (HSB):
        165°, 71.6000%, 98.0392%
        XYZ:
        47.6832, 74.0704, 68.9106
        xyY:
        0.2501, 0.3885, 74.0704
      CIE-Lab:
        88.9558, -55.1012, 9.2444
        CIE-LCH:
        88.9558, 55.8713, 170.4761
        CIE-Luv:
        88.9558, -67.2542, 22.9800
        Hunter-Lab:
        86.0642, -51.7157, 12.7721
      #47facc color charts
#47facc RGB chart
      #47facc CMYK chart
      #47facc RGB pie chart
      #47facc color shades, tints & tones
#47facc color schemes
#47facc color preview, HTML & CSS examples
           This text has a color of #47facc        
        
          <p style="color:#47facc;">Text here</p>
        
        
          .mytext {color:#47facc;}
        
        Text color #47facc
      
           This box has a color of #47facc        
        
          <div style="background-color:#47facc;">Content here</div>
        
        
          .mybackground {background-color:#47facc;}
        
        Background color #47facc
      
           Border around this has a color of #47facc        
        
          <div style="border:2px solid #47facc;">Content here</div>
        
        
          .myborder {border:2px solid #47facc;}
        
        Border color #47facc