#AADDFF Droplet
#AADDFF (Droplet) RGB value is (170, 221, 255).
Red value is 170, green value is 221, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #AADDFF: hue: 204°, saturation: 100%, and lightness: 83.3%.
Process color (CMYK) of #AADDFF is 33.3%, 13.3%, 0%, 0%. Web safe color equivalent of #AADDFF is ##99CCFF. Color #AADDFF contains mainly Blue.
Color Spaces
| Color spaces of #AADDFF | Value |
|---|---|
| RGB | 170, 221, 255 |
| HSL | 204°, 100%, 83.3% |
| HSV / HSB | 204°, 33.3%, 100% |
| CMYK | 33.3%, 13.3%, 0%, 0% |
| XYZ | 60.48, 67.48, 104.43 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101010 | 11011101 | 11111111 |
| Octal | 252 | 335 | 377 |
| Decimal | 170 | 221 | 255 |
| Hex | AA | DD | FF |
Shades of #AADDFF
Tints of #AADDFF
.mybgColor { background-color: #AADDFF; }
.myforeColor { color: #AADDFF; }
.myborderColor { border: 3px solid #AADDFF; }
<p style="color:#AADDFF">Text here</p>
This sample text is styled with font color #AADDFF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#AADDFF">Div content here</div>
<div style="border:3px solid #AADDFF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170, 221, 255, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #AADDFF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #AADDFF;
-webkit-box-shadow: 1px 1px 3px #AADDFF;
box-shadow: 1px 1px 3px #AADDFF; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #AADDFF (Droplet)
Color Overview & Profile: Color #AADDFF, also known as Droplet, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 67% Red (170/255), 87% Green (221/255), and 100% Blue (255/255). The primary color family component is Blue.
Print & Physical Production Specs: For physical print production and offset printing setups, #AADDFF translates into the CMYK subtractive color model with values of 33.3% Cyan, 13.3% Magenta, 0% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 204°, saturation of 100%, and lightness of 83.3%.
Web Accessibility & Design Recommendations: When implementing #AADDFF in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##99CCFF.
