#14ddeb color space conversions
Hex:
        #14ddeb
        RGB:
        20, 221, 235
        CMY:
        92, 13, 8
        CMYK:
        91, 6, 0, 8
      HSL:
        184°, 84.3137%, 50.0000%
        HSV (HSB):
        184°, 91.4894%, 92.1569%
        XYZ:
        41.1403, 57.8598, 87.5970
        xyY:
        0.2205, 0.3101, 57.8598
      CIE-Lab:
        80.6608, -38.4195, -19.3550
        CIE-LCH:
        80.6608, 43.0195, 206.7380
        CIE-Luv:
        80.6608, -60.1980, -25.1194
        Hunter-Lab:
        76.0656, -36.5725, -15.0323
      #14ddeb color charts
#14ddeb RGB chart
      #14ddeb CMYK chart
      #14ddeb RGB pie chart
      #14ddeb color shades, tints & tones
#14ddeb color schemes
#14ddeb color preview, HTML & CSS examples
           This text has a color of #14ddeb        
        
          <p style="color:#14ddeb;">Text here</p>
        
        
          .mytext {color:#14ddeb;}
        
        Text color #14ddeb
      
           This box has a color of #14ddeb        
        
          <div style="background-color:#14ddeb;">Content here</div>
        
        
          .mybackground {background-color:#14ddeb;}
        
        Background color #14ddeb
      
           Border around this has a color of #14ddeb        
        
          <div style="border:2px solid #14ddeb;">Content here</div>
        
        
          .myborder {border:2px solid #14ddeb;}
        
        Border color #14ddeb