#14bbdc color space conversions
Hex:
        #14bbdc
        RGB:
        20, 187, 220
        CMY:
        92, 27, 14
        CMYK:
        91, 15, 0, 14
      HSL:
        190°, 83.3333%, 47.0588%
        HSV (HSB):
        190°, 90.9091%, 86.2745%
        XYZ:
        30.9771, 40.8567, 73.9636
        xyY:
        0.2125, 0.2802, 40.8567
      CIE-Lab:
        70.0754, -26.9257, -27.4065
        CIE-LCH:
        70.0754, 38.4202, 225.5070
        CIE-Luv:
        70.0754, -49.8415, -39.7101
        Hunter-Lab:
        63.9192, -25.3525, -23.8635
      #14bbdc color charts
#14bbdc RGB chart
      #14bbdc CMYK chart
      #14bbdc RGB pie chart
      #14bbdc color shades, tints & tones
#14bbdc color schemes
#14bbdc color preview, HTML & CSS examples
           This text has a color of #14bbdc        
        
          <p style="color:#14bbdc;">Text here</p>
        
        
          .mytext {color:#14bbdc;}
        
        Text color #14bbdc
      
           This box has a color of #14bbdc        
        
          <div style="background-color:#14bbdc;">Content here</div>
        
        
          .mybackground {background-color:#14bbdc;}
        
        Background color #14bbdc
      
           Border around this has a color of #14bbdc        
        
          <div style="border:2px solid #14bbdc;">Content here</div>
        
        
          .myborder {border:2px solid #14bbdc;}
        
        Border color #14bbdc