#85cefa color space conversions
Hex:
        #85cefa
        RGB:
        133, 206, 250
        CMY:
        48, 19, 2
        CMYK:
        47, 18, 0, 2
      HSL:
        203°, 92.1260%, 75.0980%
        HSV (HSB):
        203°, 46.8000%, 98.0392%
        XYZ:
        48.9995, 56.0313, 98.6751
        xyY:
        0.2405, 0.2751, 56.0313
      CIE-Lab:
        79.6316, -11.2883, -28.6616
        CIE-LCH:
        79.6316, 30.8045, 248.5031
        CIE-Luv:
        79.6316, -33.6543, -44.4722
        Hunter-Lab:
        74.8540, -14.1484, -25.7602
      #85cefa color charts
#85cefa RGB chart
      #85cefa CMYK chart
      #85cefa RGB pie chart
      #85cefa color shades, tints & tones
#85cefa color schemes
#85cefa color preview, HTML & CSS examples
           This text has a color of #85cefa        
        
          <p style="color:#85cefa;">Text here</p>
        
        
          .mytext {color:#85cefa;}
        
        Text color #85cefa
      
           This box has a color of #85cefa        
        
          <div style="background-color:#85cefa;">Content here</div>
        
        
          .mybackground {background-color:#85cefa;}
        
        Background color #85cefa
      
           Border around this has a color of #85cefa        
        
          <div style="border:2px solid #85cefa;">Content here</div>
        
        
          .myborder {border:2px solid #85cefa;}
        
        Border color #85cefa