#1cafec color space conversions
Hex:
        #1cafec
        RGB:
        28, 175, 236
        CMY:
        89, 31, 7
        CMYK:
        88, 26, 0, 7
      HSL:
        198°, 84.5528%, 51.7647%
        HSV (HSB):
        198°, 88.1356%, 92.5490%
        XYZ:
        30.9492, 36.9629, 84.8602
        xyY:
        0.2026, 0.2419, 36.9629
      CIE-Lab:
        67.2492, -14.8473, -40.5206
        CIE-LCH:
        67.2492, 43.1551, 249.8765
        CIE-Luv:
        67.2492, -44.1126, -63.2010
        Hunter-Lab:
        60.7972, -15.5285, -40.1985
      #1cafec color charts
#1cafec RGB chart
      #1cafec CMYK chart
      #1cafec RGB pie chart
      #1cafec color shades, tints & tones
#1cafec color schemes
#1cafec color preview, HTML & CSS examples
           This text has a color of #1cafec        
        
          <p style="color:#1cafec;">Text here</p>
        
        
          .mytext {color:#1cafec;}
        
        Text color #1cafec
      
           This box has a color of #1cafec        
        
          <div style="background-color:#1cafec;">Content here</div>
        
        
          .mybackground {background-color:#1cafec;}
        
        Background color #1cafec
      
           Border around this has a color of #1cafec        
        
          <div style="border:2px solid #1cafec;">Content here</div>
        
        
          .myborder {border:2px solid #1cafec;}
        
        Border color #1cafec