#b3cfdc color space conversions
Hex:
        #b3cfdc
        RGB:
        179, 207, 220
        CMY:
        30, 19, 14
        CMYK:
        19, 6, 0, 14
      HSL:
        199°, 36.9369%, 78.2353%
        HSV (HSB):
        199°, 18.6364%, 86.2745%
        XYZ:
        53.8215, 59.3767, 76.3343
        xyY:
        0.2840, 0.3133, 59.3767
      CIE-Lab:
        81.4982, -6.5919, -9.5707
        CIE-LCH:
        81.4982, 11.6211, 235.4426
        CIE-Luv:
        81.4982, -15.2347, -13.7150
        Hunter-Lab:
        77.0563, -10.1715, -4.7951
      #b3cfdc color charts
#b3cfdc RGB chart
      #b3cfdc CMYK chart
      #b3cfdc RGB pie chart
      #b3cfdc color shades, tints & tones
#b3cfdc color schemes
#b3cfdc color preview, HTML & CSS examples
           This text has a color of #b3cfdc        
        
          <p style="color:#b3cfdc;">Text here</p>
        
        
          .mytext {color:#b3cfdc;}
        
        Text color #b3cfdc
      
           This box has a color of #b3cfdc        
        
          <div style="background-color:#b3cfdc;">Content here</div>
        
        
          .mybackground {background-color:#b3cfdc;}
        
        Background color #b3cfdc
      
           Border around this has a color of #b3cfdc        
        
          <div style="border:2px solid #b3cfdc;">Content here</div>
        
        
          .myborder {border:2px solid #b3cfdc;}
        
        Border color #b3cfdc