#40adef color space conversions
Hex:
        #40adef
        RGB:
        64, 173, 239
        CMY:
        75, 32, 6
        CMYK:
        73, 28, 0, 6
      HSL:
        203°, 84.5411%, 59.4118%
        HSV (HSB):
        203°, 73.2218%, 93.7255%
        XYZ:
        32.6379, 37.2091, 87.1232
        xyY:
        0.2079, 0.2370, 37.2091
      CIE-Lab:
        67.4336, -9.4961, -41.8244
        CIE-LCH:
        67.4336, 42.8889, 257.2080
        CIE-Luv:
        67.4336, -39.1297, -66.0536
        Hunter-Lab:
        60.9993, -11.2416, -41.9824
      #40adef color charts
#40adef RGB chart
      #40adef CMYK chart
      #40adef RGB pie chart
      #40adef color shades, tints & tones
#40adef color schemes
#40adef color preview, HTML & CSS examples
           This text has a color of #40adef        
        
          <p style="color:#40adef;">Text here</p>
        
        
          .mytext {color:#40adef;}
        
        Text color #40adef
      
           This box has a color of #40adef        
        
          <div style="background-color:#40adef;">Content here</div>
        
        
          .mybackground {background-color:#40adef;}
        
        Background color #40adef
      
           Border around this has a color of #40adef        
        
          <div style="border:2px solid #40adef;">Content here</div>
        
        
          .myborder {border:2px solid #40adef;}
        
        Border color #40adef