#14adef color space conversions
Hex:
        #14adef
        RGB:
        20, 173, 239
        CMY:
        92, 32, 6
        CMYK:
        92, 28, 0, 6
      HSL:
        198°, 87.2510%, 50.7843%
        HSV (HSB):
        198°, 91.6318%, 93.7255%
        XYZ:
        30.8120, 36.2679, 87.0378
        xyY:
        0.1999, 0.2353, 36.2679
      CIE-Lab:
        66.7241, -13.0925, -42.9871
        CIE-LCH:
        66.7241, 44.9366, 253.0609
        CIE-Luv:
        66.7241, -43.7208, -67.5423
        Hunter-Lab:
        60.2228, -14.0632, -43.5337
      #14adef color charts
#14adef RGB chart
      #14adef CMYK chart
      #14adef RGB pie chart
      #14adef color shades, tints & tones
#14adef color schemes
#14adef color preview, HTML & CSS examples
           This text has a color of #14adef        
        
          <p style="color:#14adef;">Text here</p>
        
        
          .mytext {color:#14adef;}
        
        Text color #14adef
      
           This box has a color of #14adef        
        
          <div style="background-color:#14adef;">Content here</div>
        
        
          .mybackground {background-color:#14adef;}
        
        Background color #14adef
      
           Border around this has a color of #14adef        
        
          <div style="border:2px solid #14adef;">Content here</div>
        
        
          .myborder {border:2px solid #14adef;}
        
        Border color #14adef