#99fdde color space conversions
Hex:
        #99fdde
        RGB:
        153, 253, 222
        CMY:
        40, 1, 13
        CMYK:
        40, 0, 12, 1
      HSL:
        161°, 96.1538%, 79.6078%
        HSV (HSB):
        161°, 39.5257%, 99.2157%
        XYZ:
        61.4470, 82.2968, 81.7535
        xyY:
        0.2725, 0.3650, 82.2968
      CIE-Lab:
        92.7057, -36.2204, 5.6439
        CIE-LCH:
        92.7057, 36.6575, 171.1434
        CIE-Luv:
        92.7057, -46.2273, 14.7720
        Hunter-Lab:
        90.7176, -37.8499, 10.0709
      #99fdde color charts
#99fdde RGB chart
      #99fdde CMYK chart
      #99fdde RGB pie chart
      #99fdde color shades, tints & tones
#99fdde color schemes
#99fdde color preview, HTML & CSS examples
           This text has a color of #99fdde        
        
          <p style="color:#99fdde;">Text here</p>
        
        
          .mytext {color:#99fdde;}
        
        Text color #99fdde
      
           This box has a color of #99fdde        
        
          <div style="background-color:#99fdde;">Content here</div>
        
        
          .mybackground {background-color:#99fdde;}
        
        Background color #99fdde
      
           Border around this has a color of #99fdde        
        
          <div style="border:2px solid #99fdde;">Content here</div>
        
        
          .myborder {border:2px solid #99fdde;}
        
        Border color #99fdde