#008fed color space conversions
Hex:
        #008fed
        RGB:
        0, 143, 237
        CMY:
        100, 44, 7
        CMYK:
        100, 40, 0, 7
      HSL:
        204°, 100.0000%, 46.4706%
        HSV (HSB):
        204°, 100.0000%, 92.9412%
        XYZ:
        25.1085, 25.7593, 83.7695
        xyY:
        0.1865, 0.1913, 25.7593
      CIE-Lab:
        57.8079, 2.6845, -56.0067
        CIE-LCH:
        57.8079, 56.0710, 272.7442
        CIE-Luv:
        57.8079, -34.8032, -89.0983
        Hunter-Lab:
        50.7537, -0.5126, -62.3312
      #008fed color charts
#008fed RGB chart
      #008fed CMYK chart
      #008fed RGB pie chart
      #008fed color shades, tints & tones
#008fed color schemes
#008fed color preview, HTML & CSS examples
           This text has a color of #008fed        
        
          <p style="color:#008fed;">Text here</p>
        
        
          .mytext {color:#008fed;}
        
        Text color #008fed
      
           This box has a color of #008fed        
        
          <div style="background-color:#008fed;">Content here</div>
        
        
          .mybackground {background-color:#008fed;}
        
        Background color #008fed
      
           Border around this has a color of #008fed        
        
          <div style="border:2px solid #008fed;">Content here</div>
        
        
          .myborder {border:2px solid #008fed;}
        
        Border color #008fed