#12cdee color space conversions
Hex:
        #12cdee
        RGB:
        18, 205, 238
        CMY:
        93, 20, 7
        CMYK:
        92, 14, 0, 7
      HSL:
        189°, 86.6142%, 50.1961%
        HSV (HSB):
        189°, 92.4370%, 93.3333%
        XYZ:
        37.5134, 49.9643, 88.5558
        xyY:
        0.2131, 0.2838, 49.9643
      CIE-Lab:
        76.0473, -29.9924, -27.9854
        CIE-LCH:
        76.0473, 41.0210, 223.0174
        CIE-Luv:
        76.0473, -54.6613, -40.6787
        Hunter-Lab:
        70.6854, -28.9679, -24.7997
      #12cdee color charts
#12cdee RGB chart
      #12cdee CMYK chart
      #12cdee RGB pie chart
      #12cdee color shades, tints & tones
#12cdee color schemes
#12cdee color preview, HTML & CSS examples
           This text has a color of #12cdee        
        
          <p style="color:#12cdee;">Text here</p>
        
        
          .mytext {color:#12cdee;}
        
        Text color #12cdee
      
           This box has a color of #12cdee        
        
          <div style="background-color:#12cdee;">Content here</div>
        
        
          .mybackground {background-color:#12cdee;}
        
        Background color #12cdee
      
           Border around this has a color of #12cdee        
        
          <div style="border:2px solid #12cdee;">Content here</div>
        
        
          .myborder {border:2px solid #12cdee;}
        
        Border color #12cdee