#8affbc color space conversions
Hex:
        #8affbc
        RGB:
        138, 255, 188
        CMY:
        46, 0, 26
        CMYK:
        46, 0, 26, 0
      HSL:
        146°, 100.0000%, 77.0588%
        HSV (HSB):
        146°, 45.8824%, 100.0000%
        XYZ:
        55.3183, 80.5541, 60.2099
        xyY:
        0.2821, 0.4108, 80.5541
      CIE-Lab:
        91.9329, -47.7693, 21.9318
        CIE-LCH:
        91.9329, 52.5634, 155.3393
        CIE-Luv:
        91.9329, -53.3397, 40.2065
        Hunter-Lab:
        89.7519, -47.0480, 23.0518
      #8affbc color charts
#8affbc RGB chart
      #8affbc CMYK chart
      #8affbc RGB pie chart
      #8affbc color shades, tints & tones
#8affbc color schemes
#8affbc color preview, HTML & CSS examples
           This text has a color of #8affbc        
        
          <p style="color:#8affbc;">Text here</p>
        
        
          .mytext {color:#8affbc;}
        
        Text color #8affbc
      
           This box has a color of #8affbc        
        
          <div style="background-color:#8affbc;">Content here</div>
        
        
          .mybackground {background-color:#8affbc;}
        
        Background color #8affbc
      
           Border around this has a color of #8affbc        
        
          <div style="border:2px solid #8affbc;">Content here</div>
        
        
          .myborder {border:2px solid #8affbc;}
        
        Border color #8affbc