Color #B3D9FF
#B3D9FFrgb(179, 217, 255)
Color Codes
HEX#B3D9FF
RGBrgb(179, 217, 255)
HSLhsl(210°, 100%, 85%)
CMYKcmyk(30%, 15%, 0%, 0%)
CIELABLab(85.2, -3.9, -22.6)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #B3D9FF;color: #B3D9FF;border: 2px solid #B3D9FF;background: linear-gradient(135deg, #B3D9FF, #ffd9b3);Code Export
css
:root {
--color-primary: #b3d9ff;
--color-primary-rgb: 179, 217, 255;
--color-primary-hsl: 210, 100%, 85%;
}