#3caffe color space conversions
Hex:
        #3caffe
        RGB:
        60, 175, 254
        CMY:
        76, 31, 0
        CMYK:
        76, 31, 0, 0
      HSL:
        204°, 98.9796%, 61.5686%
        HSV (HSB):
        204°, 76.3780%, 99.6078%
        XYZ:
        35.0828, 38.7764, 99.4015
        xyY:
        0.2025, 0.2238, 38.7764
      CIE-Lab:
        68.5890, -5.9427, -48.1745
        CIE-LCH:
        68.5890, 48.5396, 262.9676
        CIE-Luv:
        68.5890, -39.6438, -77.4862
        Hunter-Lab:
        62.2707, -8.4081, -51.0540
      #3caffe color charts
#3caffe RGB chart
      #3caffe CMYK chart
      #3caffe RGB pie chart
      #3caffe color shades, tints & tones
#3caffe color schemes
#3caffe color preview, HTML & CSS examples
           This text has a color of #3caffe        
        
          <p style="color:#3caffe;">Text here</p>
        
        
          .mytext {color:#3caffe;}
        
        Text color #3caffe
      
           This box has a color of #3caffe        
        
          <div style="background-color:#3caffe;">Content here</div>
        
        
          .mybackground {background-color:#3caffe;}
        
        Background color #3caffe
      
           Border around this has a color of #3caffe        
        
          <div style="border:2px solid #3caffe;">Content here</div>
        
        
          .myborder {border:2px solid #3caffe;}
        
        Border color #3caffe