#c3fafe color space conversions
Hex:
        #c3fafe
        RGB:
        195, 250, 254
        CMY:
        24, 2, 0
        CMYK:
        23, 2, 0, 0
      HSL:
        184°, 96.7213%, 88.0392%
        HSV (HSB):
        184°, 23.2283%, 99.6078%
        XYZ:
        74.5807, 87.1291, 106.6527
        xyY:
        0.2779, 0.3247, 87.1291
      CIE-Lab:
        94.7930, -16.3808, -7.6026
        CIE-LCH:
        94.7930, 18.0591, 204.8967
        CIE-Luv:
        94.7930, -27.7368, -9.1987
        Hunter-Lab:
        93.3430, -20.7293, -2.4041
      #c3fafe color charts
#c3fafe RGB chart
      #c3fafe CMYK chart
      #c3fafe RGB pie chart
      #c3fafe color shades, tints & tones
#c3fafe color schemes
#c3fafe color preview, HTML & CSS examples
           This text has a color of #c3fafe        
        
          <p style="color:#c3fafe;">Text here</p>
        
        
          .mytext {color:#c3fafe;}
        
        Text color #c3fafe
      
           This box has a color of #c3fafe        
        
          <div style="background-color:#c3fafe;">Content here</div>
        
        
          .mybackground {background-color:#c3fafe;}
        
        Background color #c3fafe
      
           Border around this has a color of #c3fafe        
        
          <div style="border:2px solid #c3fafe;">Content here</div>
        
        
          .myborder {border:2px solid #c3fafe;}
        
        Border color #c3fafe