#b3efdc color space conversions
Hex:
        #b3efdc
        RGB:
        179, 239, 220
        CMY:
        30, 6, 14
        CMYK:
        25, 0, 8, 6
      HSL:
        161°, 65.2174%, 81.9608%
        HSV (HSB):
        161°, 25.1046%, 93.7255%
        XYZ:
        62.3752, 76.4840, 79.1855
        xyY:
        0.2861, 0.3508, 76.4840
      CIE-Lab:
        90.0836, -22.7522, 3.0466
        CIE-LCH:
        90.0836, 22.9553, 172.3732
        CIE-Luv:
        90.0836, -29.7883, 8.5644
        Hunter-Lab:
        87.4551, -25.7359, 7.5350
      #b3efdc color charts
#b3efdc RGB chart
      #b3efdc CMYK chart
      #b3efdc RGB pie chart
      #b3efdc color shades, tints & tones
#b3efdc color schemes
#b3efdc color preview, HTML & CSS examples
           This text has a color of #b3efdc        
        
          <p style="color:#b3efdc;">Text here</p>
        
        
          .mytext {color:#b3efdc;}
        
        Text color #b3efdc
      
           This box has a color of #b3efdc        
        
          <div style="background-color:#b3efdc;">Content here</div>
        
        
          .mybackground {background-color:#b3efdc;}
        
        Background color #b3efdc
      
           Border around this has a color of #b3efdc        
        
          <div style="border:2px solid #b3efdc;">Content here</div>
        
        
          .myborder {border:2px solid #b3efdc;}
        
        Border color #b3efdc