#7fbdef color space conversions
Hex:
        #7fbdef
        RGB:
        127, 189, 239
        CMY:
        50, 26, 6
        CMYK:
        47, 21, 0, 6
      HSL:
        207°, 77.7778%, 71.7647%
        HSV (HSB):
        207°, 46.8619%, 93.7255%
        XYZ:
        42.5300, 47.1392, 88.5186
        xyY:
        0.2387, 0.2645, 47.1392
      CIE-Lab:
        74.2787, -6.6992, -31.0085
        CIE-LCH:
        74.2787, 31.7239, 257.8089
        CIE-Luv:
        74.2787, -29.2223, -48.6913
        Hunter-Lab:
        68.6580, -9.5802, -28.3801
      #7fbdef color charts
#7fbdef RGB chart
      #7fbdef CMYK chart
      #7fbdef RGB pie chart
      #7fbdef color shades, tints & tones
#7fbdef color schemes
#7fbdef color preview, HTML & CSS examples
           This text has a color of #7fbdef        
        
          <p style="color:#7fbdef;">Text here</p>
        
        
          .mytext {color:#7fbdef;}
        
        Text color #7fbdef
      
           This box has a color of #7fbdef        
        
          <div style="background-color:#7fbdef;">Content here</div>
        
        
          .mybackground {background-color:#7fbdef;}
        
        Background color #7fbdef
      
           Border around this has a color of #7fbdef        
        
          <div style="border:2px solid #7fbdef;">Content here</div>
        
        
          .myborder {border:2px solid #7fbdef;}
        
        Border color #7fbdef