#299eda color space conversions
Hex:
        #299eda
        RGB:
        41, 158, 218
        CMY:
        84, 38, 15
        CMYK:
        81, 28, 0, 15
      HSL:
        200°, 70.5179%, 50.7843%
        HSV (HSB):
        200°, 81.1927%, 85.4902%
        XYZ:
        25.7962, 29.9871, 70.7582
        xyY:
        0.2039, 0.2370, 29.9871
      CIE-Lab:
        61.6431, -10.9438, -39.3675
        CIE-LCH:
        61.6431, 40.8604, 254.4646
        CIE-Luv:
        61.6431, -38.3331, -60.8979
        Hunter-Lab:
        54.7605, -11.7442, -38.2786
      #299eda color charts
#299eda RGB chart
      #299eda CMYK chart
      #299eda RGB pie chart
      #299eda color shades, tints & tones
#299eda color schemes
#299eda color preview, HTML & CSS examples
           This text has a color of #299eda        
        
          <p style="color:#299eda;">Text here</p>
        
        
          .mytext {color:#299eda;}
        
        Text color #299eda
      
           This box has a color of #299eda        
        
          <div style="background-color:#299eda;">Content here</div>
        
        
          .mybackground {background-color:#299eda;}
        
        Background color #299eda
      
           Border around this has a color of #299eda        
        
          <div style="border:2px solid #299eda;">Content here</div>
        
        
          .myborder {border:2px solid #299eda;}
        
        Border color #299eda