#34cefe color space conversions
Hex:
        #34cefe
        RGB:
        52, 206, 254
        CMY:
        80, 19, 0
        CMYK:
        80, 19, 0, 0
      HSL:
        194°, 99.0196%, 60.0000%
        HSV (HSB):
        194°, 79.5276%, 99.6078%
        XYZ:
        41.3769, 52.0284, 101.6276
        xyY:
        0.2122, 0.2668, 52.0284
      CIE-Lab:
        77.2978, -23.2006, -34.5969
        CIE-LCH:
        77.2978, 41.6559, 236.1542
        CIE-Luv:
        77.2978, -51.1904, -52.9887
        Hunter-Lab:
        72.1307, -23.8346, -33.0443
      #34cefe color charts
#34cefe RGB chart
      #34cefe CMYK chart
      #34cefe RGB pie chart
      #34cefe color shades, tints & tones
#34cefe color schemes
#34cefe color preview, HTML & CSS examples
           This text has a color of #34cefe        
        
          <p style="color:#34cefe;">Text here</p>
        
        
          .mytext {color:#34cefe;}
        
        Text color #34cefe
      
           This box has a color of #34cefe        
        
          <div style="background-color:#34cefe;">Content here</div>
        
        
          .mybackground {background-color:#34cefe;}
        
        Background color #34cefe
      
           Border around this has a color of #34cefe        
        
          <div style="border:2px solid #34cefe;">Content here</div>
        
        
          .myborder {border:2px solid #34cefe;}
        
        Border color #34cefe