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