#3cbfec color space conversions
Hex:
        #3cbfec
        RGB:
        60, 191, 236
        CMY:
        76, 25, 7
        CMYK:
        75, 19, 0, 7
      HSL:
        195°, 82.2430%, 58.0392%
        HSV (HSB):
        195°, 74.5763%, 92.5490%
        XYZ:
        35.6346, 44.2784, 86.0253
        xyY:
        0.2147, 0.2668, 44.2784
      CIE-Lab:
        72.4142, -20.5603, -32.4540
        CIE-LCH:
        72.4142, 38.4186, 237.6449
        CIE-Luv:
        72.4142, -46.1605, -49.2442
        Hunter-Lab:
        66.5420, -20.8581, -30.0705
      #3cbfec color charts
#3cbfec RGB chart
      #3cbfec CMYK chart
      #3cbfec RGB pie chart
      #3cbfec color shades, tints & tones
#3cbfec color schemes
#3cbfec color preview, HTML & CSS examples
           This text has a color of #3cbfec        
        
          <p style="color:#3cbfec;">Text here</p>
        
        
          .mytext {color:#3cbfec;}
        
        Text color #3cbfec
      
           This box has a color of #3cbfec        
        
          <div style="background-color:#3cbfec;">Content here</div>
        
        
          .mybackground {background-color:#3cbfec;}
        
        Background color #3cbfec
      
           Border around this has a color of #3cbfec        
        
          <div style="border:2px solid #3cbfec;">Content here</div>
        
        
          .myborder {border:2px solid #3cbfec;}
        
        Border color #3cbfec