#008aeb color space conversions
Hex:
        #008aeb
        RGB:
        0, 138, 235
        CMY:
        100, 46, 8
        CMYK:
        100, 41, 0, 8
      HSL:
        205°, 100.0000%, 46.0784%
        HSV (HSB):
        205°, 100.0000%, 92.1569%
        XYZ:
        24.0839, 24.1751, 81.9942
        xyY:
        0.1849, 0.1856, 24.1751
      CIE-Lab:
        56.2627, 4.9201, -57.3671
        CIE-LCH:
        56.2627, 57.5777, 274.9020
        CIE-Luv:
        56.2627, -33.3359, -91.0228
        Hunter-Lab:
        49.1682, 1.3896, -64.4558
      #008aeb color charts
#008aeb RGB chart
      #008aeb CMYK chart
      #008aeb RGB pie chart
      #008aeb color shades, tints & tones
#008aeb color schemes
#008aeb color preview, HTML & CSS examples
           This text has a color of #008aeb        
        
          <p style="color:#008aeb;">Text here</p>
        
        
          .mytext {color:#008aeb;}
        
        Text color #008aeb
      
           This box has a color of #008aeb        
        
          <div style="background-color:#008aeb;">Content here</div>
        
        
          .mybackground {background-color:#008aeb;}
        
        Background color #008aeb
      
           Border around this has a color of #008aeb        
        
          <div style="border:2px solid #008aeb;">Content here</div>
        
        
          .myborder {border:2px solid #008aeb;}
        
        Border color #008aeb