#45addd color space conversions
Hex:
        #45addd
        RGB:
        69, 173, 221
        CMY:
        73, 32, 13
        CMYK:
        69, 22, 0, 13
      HSL:
        199°, 69.0909%, 56.8627%
        HSV (HSB):
        199°, 68.7783%, 86.6667%
        XYZ:
        30.4490, 36.3728, 73.8224
        xyY:
        0.2165, 0.2586, 36.3728
      CIE-Lab:
        66.8038, -14.7907, -32.9352
        CIE-LCH:
        66.8038, 36.1039, 245.8160
        CIE-Luv:
        66.8038, -39.1839, -50.2518
        Hunter-Lab:
        60.3099, -15.4221, -30.3571
      #45addd color charts
#45addd RGB chart
      #45addd CMYK chart
      #45addd RGB pie chart
      #45addd color shades, tints & tones
#45addd color schemes
#45addd color preview, HTML & CSS examples
           This text has a color of #45addd        
        
          <p style="color:#45addd;">Text here</p>
        
        
          .mytext {color:#45addd;}
        
        Text color #45addd
      
           This box has a color of #45addd        
        
          <div style="background-color:#45addd;">Content here</div>
        
        
          .mybackground {background-color:#45addd;}
        
        Background color #45addd
      
           Border around this has a color of #45addd        
        
          <div style="border:2px solid #45addd;">Content here</div>
        
        
          .myborder {border:2px solid #45addd;}
        
        Border color #45addd