What is the HEX code for duck egg blue?
The CSS color duck egg blue in HEX format is #c3fbf4. Use this value directly in CSS, SVG, and most design tools.
How do I use duck egg blue in CSS?
To apply duck egg blue in CSS:
- Text color: color: #c3fbf4;
- Background: background-color: #c3fbf4;
- Border: border-color: #c3fbf4;
What are all the color format values for duck egg blue?
| Format | Value |
|---|---|
| HEX | #c3fbf4 |
| RGB | rgb(195, 251, 244) |
| HSL | hsl(172.5, 87.5%, 87.5%) |
| CMYK | cmyk(22.3%, 0%, 2.8%, 1.6%) |
How do I convert duck egg blue to HEX?
Select duck egg blue from the color name list in our color converter. The HEX value — #c3fbf4 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does duck egg blue belong to?
duck egg blue belongs to the cyan color family. It is a light, vivid color with HSL values: hue 172.5°, saturation 87.5%, lightness 87.5%.
How do I create lighter and darker shades of duck egg blue?
Lighter variant (lightness 95%): #e7fdfb. Darker variant (lightness 72.5%): #7cf6e7. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.