#3cadce color space conversions
Hex:
        #3cadce
        RGB:
        60, 173, 206
        CMY:
        76, 32, 19
        CMYK:
        71, 16, 0, 19
      HSL:
        194°, 59.8361%, 52.1569%
        HSV (HSB):
        194°, 70.8738%, 80.7843%
        XYZ:
        27.9476, 35.3040, 63.7339
        xyY:
        0.2201, 0.2780, 35.3040
      CIE-Lab:
        65.9847, -20.8972, -25.9487
        CIE-LCH:
        65.9847, 33.3171, 231.1546
        CIE-Luv:
        65.9847, -41.6282, -37.7071
        Hunter-Lab:
        59.4172, -20.0204, -22.0054
      #3cadce color charts
#3cadce RGB chart
      #3cadce CMYK chart
      #3cadce RGB pie chart
      #3cadce color shades, tints & tones
#3cadce color schemes
#3cadce color preview, HTML & CSS examples
           This text has a color of #3cadce        
        
          <p style="color:#3cadce;">Text here</p>
        
        
          .mytext {color:#3cadce;}
        
        Text color #3cadce
      
           This box has a color of #3cadce        
        
          <div style="background-color:#3cadce;">Content here</div>
        
        
          .mybackground {background-color:#3cadce;}
        
        Background color #3cadce
      
           Border around this has a color of #3cadce        
        
          <div style="border:2px solid #3cadce;">Content here</div>
        
        
          .myborder {border:2px solid #3cadce;}
        
        Border color #3cadce