Color #87CEFA
#87CEFArgb(135, 206, 250)
Color Codes
HEX#87CEFA
RGBrgb(135, 206, 250)
HSLhsl(203°, 92%, 75%)
CMYKcmyk(46%, 18%, 0%, 2%)
CIELABLab(79.7, -10.8, -28.5)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #87CEFA;color: #87CEFA;border: 2px solid #87CEFA;background: linear-gradient(135deg, #87CEFA, #fab387);Code Export
css
:root {
--color-primary: #87cefa;
--color-primary-rgb: 135, 206, 250;
--color-primary-hsl: 203, 92%, 75%;
}