#99FFEE Hello Winter
#99FFEE (Hello Winter) RGB value is (153, 255, 238).
Red value is 153, green value is 255, and blue value is 238.
Cylindrical-coordinate representations (HSL) of color #99FFEE: hue: 170°, saturation: 100%, and lightness: 80%.
Process color (CMYK) of #99FFEE is 40%, 0%, 6.7%, 0%. Web safe color equivalent of #99FFEE is ##99FFFF. Color #99FFEE contains mainly Cyan.
Color Spaces
| Color spaces of #99FFEE | Value |
|---|---|
| RGB | 153, 255, 238 |
| HSL | 170°, 100%, 80% |
| HSV / HSB | 170°, 40%, 100% |
| CMYK | 40%, 0%, 6.7%, 0% |
| XYZ | 64.32, 84.46, 93.79 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10011001 | 11111111 | 11101110 |
| Octal | 231 | 377 | 356 |
| Decimal | 153 | 255 | 238 |
| Hex | 99 | FF | EE |
Shades of #99FFEE
Tints of #99FFEE
.mybgColor { background-color: #99FFEE; }
.myforeColor { color: #99FFEE; }
.myborderColor { border: 3px solid #99FFEE; }
<p style="color:#99FFEE">Text here</p>
This sample text is styled with font color #99FFEE. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#99FFEE">Div content here</div>
<div style="border:3px solid #99FFEE">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153, 255, 238, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #99FFEE; }
.divShadow { -moz-box-shadow: 1px 1px 3px #99FFEE;
-webkit-box-shadow: 1px 1px 3px #99FFEE;
box-shadow: 1px 1px 3px #99FFEE; }
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 #99FFEE (Hello Winter)
Color Overview & Profile: Color #99FFEE, also known as Hello Winter, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 60% Red (153/255), 100% Green (255/255), and 93% Blue (238/255). The primary color family component is Cyan.
Print & Physical Production Specs: For physical print production and offset printing setups, #99FFEE translates into the CMYK subtractive color model with values of 40% Cyan, 0% Magenta, 6.7% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 170°, saturation of 100%, and lightness of 80%.
Web Accessibility & Design Recommendations: When implementing #99FFEE 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 ##99FFFF.
