#baedfd color space conversions
Hex:
        #baedfd
        RGB:
        186, 237, 253
        CMY:
        27, 7, 1
        CMYK:
        26, 6, 0, 1
      HSL:
        194°, 94.3662%, 86.0784%
        HSV (HSB):
        194°, 26.4822%, 99.2157%
        XYZ:
        68.2635, 78.0993, 104.4053
        xyY:
        0.2722, 0.3114, 78.0993
      CIE-Lab:
        90.8252, -12.6851, -13.0386
        CIE-LCH:
        90.8252, 18.1911, 225.7872
        CIE-Luv:
        90.8252, -25.9910, -18.5651
        Hunter-Lab:
        88.3738, -16.7736, -8.1839
      #baedfd color charts
#baedfd RGB chart
      #baedfd CMYK chart
      #baedfd RGB pie chart
      #baedfd color shades, tints & tones
#baedfd color schemes
#baedfd color preview, HTML & CSS examples
           This text has a color of #baedfd        
        
          <p style="color:#baedfd;">Text here</p>
        
        
          .mytext {color:#baedfd;}
        
        Text color #baedfd
      
           This box has a color of #baedfd        
        
          <div style="background-color:#baedfd;">Content here</div>
        
        
          .mybackground {background-color:#baedfd;}
        
        Background color #baedfd
      
           Border around this has a color of #baedfd        
        
          <div style="border:2px solid #baedfd;">Content here</div>
        
        
          .myborder {border:2px solid #baedfd;}
        
        Border color #baedfd