#45ccff color space conversions
Hex:
        #45ccff
        RGB:
        69, 204, 255
        CMY:
        73, 20, 0
        CMYK:
        73, 20, 0, 0
      HSL:
        196°, 100.0000%, 63.5294%
        HSV (HSB):
        196°, 72.9412%, 100.0000%
        XYZ:
        42.0971, 51.6709, 102.3625
        xyY:
        0.2146, 0.2635, 51.6709
      CIE-Lab:
        77.0837, -20.0914, -35.4361
        CIE-LCH:
        77.0837, 40.7355, 240.4479
        CIE-Luv:
        77.0837, -48.1615, -54.8067
        Hunter-Lab:
        71.8825, -21.2580, -34.1127
      #45ccff color charts
#45ccff RGB chart
      #45ccff CMYK chart
      #45ccff RGB pie chart
      #45ccff color shades, tints & tones
#45ccff color schemes
#45ccff color preview, HTML & CSS examples
           This text has a color of #45ccff        
        
          <p style="color:#45ccff;">Text here</p>
        
        
          .mytext {color:#45ccff;}
        
        Text color #45ccff
      
           This box has a color of #45ccff        
        
          <div style="background-color:#45ccff;">Content here</div>
        
        
          .mybackground {background-color:#45ccff;}
        
        Background color #45ccff
      
           Border around this has a color of #45ccff        
        
          <div style="border:2px solid #45ccff;">Content here</div>
        
        
          .myborder {border:2px solid #45ccff;}
        
        Border color #45ccff