#34effe color space conversions
Hex:
        #34effe
        RGB:
        52, 239, 254
        CMY:
        80, 6, 0
        CMYK:
        80, 6, 0, 0
      HSL:
        184°, 99.0196%, 60.0000%
        HSV (HSB):
        184°, 79.5276%, 99.6078%
        XYZ:
        50.1721, 69.6188, 104.5594
        xyY:
        0.2236, 0.3103, 69.6188
      CIE-Lab:
        86.8096, -39.0549, -20.0590
        CIE-LCH:
        86.8096, 43.9050, 207.1855
        CIE-Luv:
        86.8096, -62.4288, -26.3753
        Hunter-Lab:
        83.4379, -38.6824, -15.8921
      #34effe color charts
#34effe RGB chart
      #34effe CMYK chart
      #34effe RGB pie chart
      #34effe color shades, tints & tones
#34effe color schemes
#34effe color preview, HTML & CSS examples
           This text has a color of #34effe        
        
          <p style="color:#34effe;">Text here</p>
        
        
          .mytext {color:#34effe;}
        
        Text color #34effe
      
           This box has a color of #34effe        
        
          <div style="background-color:#34effe;">Content here</div>
        
        
          .mybackground {background-color:#34effe;}
        
        Background color #34effe
      
           Border around this has a color of #34effe        
        
          <div style="border:2px solid #34effe;">Content here</div>
        
        
          .myborder {border:2px solid #34effe;}
        
        Border color #34effe