#aff3fe color space conversions
Hex:
        #aff3fe
        RGB:
        175, 243, 254
        CMY:
        31, 5, 0
        CMYK:
        31, 4, 0, 0
      HSL:
        188°, 97.5309%, 84.1176%
        HSV (HSB):
        188°, 31.1024%, 99.6078%
        XYZ:
        67.6192, 80.3709, 105.7152
        xyY:
        0.2665, 0.3168, 80.3709
      CIE-Lab:
        91.8510, -18.5200, -12.0912
        CIE-LCH:
        91.8510, 22.1176, 213.1395
        CIE-Luv:
        91.8510, -33.1517, -16.1205
        Hunter-Lab:
        89.6498, -22.2520, -7.1600
      #aff3fe color charts
#aff3fe RGB chart
      #aff3fe CMYK chart
      #aff3fe RGB pie chart
      #aff3fe color shades, tints & tones
#aff3fe color schemes
#aff3fe color preview, HTML & CSS examples
           This text has a color of #aff3fe        
        
          <p style="color:#aff3fe;">Text here</p>
        
        
          .mytext {color:#aff3fe;}
        
        Text color #aff3fe
      
           This box has a color of #aff3fe        
        
          <div style="background-color:#aff3fe;">Content here</div>
        
        
          .mybackground {background-color:#aff3fe;}
        
        Background color #aff3fe
      
           Border around this has a color of #aff3fe        
        
          <div style="border:2px solid #aff3fe;">Content here</div>
        
        
          .myborder {border:2px solid #aff3fe;}
        
        Border color #aff3fe