#3fbdef color space conversions
Hex:
        #3fbdef
        RGB:
        63, 189, 239
        CMY:
        75, 26, 6
        CMYK:
        74, 21, 0, 6
      HSL:
        197°, 84.6154%, 59.2157%
        HSV (HSB):
        197°, 73.6402%, 93.7255%
        XYZ:
        35.8275, 43.6839, 88.2049
        xyY:
        0.2136, 0.2605, 43.6839
      CIE-Lab:
        72.0167, -18.1978, -34.6878
        CIE-LCH:
        72.0167, 39.1714, 242.3177
        CIE-Luv:
        72.0167, -44.8328, -53.3244
        Hunter-Lab:
        66.0938, -18.9047, -32.8592
      #3fbdef color charts
#3fbdef RGB chart
      #3fbdef CMYK chart
      #3fbdef RGB pie chart
      #3fbdef color shades, tints & tones
#3fbdef color schemes
#3fbdef color preview, HTML & CSS examples
           This text has a color of #3fbdef        
        
          <p style="color:#3fbdef;">Text here</p>
        
        
          .mytext {color:#3fbdef;}
        
        Text color #3fbdef
      
           This box has a color of #3fbdef        
        
          <div style="background-color:#3fbdef;">Content here</div>
        
        
          .mybackground {background-color:#3fbdef;}
        
        Background color #3fbdef
      
           Border around this has a color of #3fbdef        
        
          <div style="border:2px solid #3fbdef;">Content here</div>
        
        
          .myborder {border:2px solid #3fbdef;}
        
        Border color #3fbdef