#008dae color space conversions
Hex:
        #008dae
        RGB:
        0, 141, 174
        CMY:
        100, 45, 32
        CMYK:
        100, 19, 0, 32
      HSL:
        191°, 100.0000%, 34.1176%
        HSV (HSB):
        191°, 100.0000%, 68.2353%
        XYZ:
        17.1649, 22.1057, 43.4066
        xyY:
        0.2076, 0.2674, 22.1057
      CIE-Lab:
        54.1390, -19.7027, -26.2663
        CIE-LCH:
        54.1390, 32.8347, 233.1260
        CIE-Luv:
        54.1390, -38.3518, -37.2756
        Hunter-Lab:
        47.0167, -17.1126, -21.8257
      #008dae color charts
#008dae RGB chart
      #008dae CMYK chart
      #008dae RGB pie chart
      #008dae color shades, tints & tones
#008dae color schemes
#008dae color preview, HTML & CSS examples
           This text has a color of #008dae        
        
          <p style="color:#008dae;">Text here</p>
        
        
          .mytext {color:#008dae;}
        
        Text color #008dae
      
           This box has a color of #008dae        
        
          <div style="background-color:#008dae;">Content here</div>
        
        
          .mybackground {background-color:#008dae;}
        
        Background color #008dae
      
           Border around this has a color of #008dae        
        
          <div style="border:2px solid #008dae;">Content here</div>
        
        
          .myborder {border:2px solid #008dae;}
        
        Border color #008dae