#40caec color space conversions
Hex:
        #40caec
        RGB:
        64, 202, 236
        CMY:
        75, 21, 7
        CMYK:
        73, 14, 0, 7
      HSL:
        192°, 81.9048%, 58.8235%
        HSV (HSB):
        192°, 72.8814%, 92.5490%
        XYZ:
        38.3752, 49.3872, 86.8670
        xyY:
        0.2198, 0.2828, 49.3872
      CIE-Lab:
        75.6916, -25.6715, -27.4044
        CIE-LCH:
        75.6916, 37.5503, 226.8700
        CIE-Luv:
        75.6916, -49.4083, -40.2043
        Hunter-Lab:
        70.2760, -25.5106, -24.0941
      #40caec color charts
#40caec RGB chart
      #40caec CMYK chart
      #40caec RGB pie chart
      #40caec color shades, tints & tones
#40caec color schemes
#40caec color preview, HTML & CSS examples
           This text has a color of #40caec        
        
          <p style="color:#40caec;">Text here</p>
        
        
          .mytext {color:#40caec;}
        
        Text color #40caec
      
           This box has a color of #40caec        
        
          <div style="background-color:#40caec;">Content here</div>
        
        
          .mybackground {background-color:#40caec;}
        
        Background color #40caec
      
           Border around this has a color of #40caec        
        
          <div style="border:2px solid #40caec;">Content here</div>
        
        
          .myborder {border:2px solid #40caec;}
        
        Border color #40caec