#3cbeee color space conversions
Hex:
        #3cbeee
        RGB:
        60, 190, 238
        CMY:
        76, 25, 7
        CMYK:
        75, 20, 0, 7
      HSL:
        196°, 83.9623%, 58.4314%
        HSV (HSB):
        196°, 74.7899%, 93.3333%
        XYZ:
        35.7096, 43.9606, 87.4921
        xyY:
        0.2136, 0.2630, 43.9606
      CIE-Lab:
        72.2022, -19.3938, -33.8645
        CIE-LCH:
        72.2022, 39.0246, 240.2007
        CIE-Luv:
        72.2022, -45.6890, -51.7846
        Hunter-Lab:
        66.3028, -19.8929, -31.8261
      #3cbeee color charts
#3cbeee RGB chart
      #3cbeee CMYK chart
      #3cbeee RGB pie chart
      #3cbeee color shades, tints & tones
#3cbeee color schemes
#3cbeee color preview, HTML & CSS examples
           This text has a color of #3cbeee        
        
          <p style="color:#3cbeee;">Text here</p>
        
        
          .mytext {color:#3cbeee;}
        
        Text color #3cbeee
      
           This box has a color of #3cbeee        
        
          <div style="background-color:#3cbeee;">Content here</div>
        
        
          .mybackground {background-color:#3cbeee;}
        
        Background color #3cbeee
      
           Border around this has a color of #3cbeee        
        
          <div style="border:2px solid #3cbeee;">Content here</div>
        
        
          .myborder {border:2px solid #3cbeee;}
        
        Border color #3cbeee