#75bade color space conversions
Hex:
        #75bade
        RGB:
        117, 186, 222
        CMY:
        54, 27, 13
        CMYK:
        47, 16, 0, 13
      HSL:
        201°, 61.4035%, 66.4706%
        HSV (HSB):
        201°, 47.2973%, 87.0588%
        XYZ:
        38.0798, 44.1736, 75.6266
        xyY:
        0.2412, 0.2798, 44.1736
      CIE-Lab:
        72.3444, -12.1947, -24.8023
        CIE-LCH:
        72.3444, 27.6381, 243.8178
        CIE-Luv:
        72.3444, -31.6240, -37.3622
        Hunter-Lab:
        66.4633, -14.0399, -20.9401
      #75bade color charts
#75bade RGB chart
      #75bade CMYK chart
      #75bade RGB pie chart
      #75bade color shades, tints & tones
#75bade color schemes
#75bade color preview, HTML & CSS examples
           This text has a color of #75bade        
        
          <p style="color:#75bade;">Text here</p>
        
        
          .mytext {color:#75bade;}
        
        Text color #75bade
      
           This box has a color of #75bade        
        
          <div style="background-color:#75bade;">Content here</div>
        
        
          .mybackground {background-color:#75bade;}
        
        Background color #75bade
      
           Border around this has a color of #75bade        
        
          <div style="border:2px solid #75bade;">Content here</div>
        
        
          .myborder {border:2px solid #75bade;}
        
        Border color #75bade