Shades of Jagged Ice #C1E9E2
Tints of Jagged Ice #C1E9E2
RGB
CMYK
RGB Variations
Color information
#C1E9E2 (or 0xC1E9E2) is known color: Jagged Ice. HEX triplet: C1, E9 and E2. RGB value is (193,233,226). Sum of RGB (Red+Green+Blue) = 193+233+226=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E9E2 is #3E161D. Grayscale: #DCDCDC. Windows color (decimal): -4068894 or 14870977. OLE color: 14870977.
HSL color Cylindrical-coordinate representation of color #C1E9E2: hue angle of 169.5º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1E9E2 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 233 | 226 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.09 |
| HSL | 169.5º | 0.48% | 0.84% | - |
| HSV(B) | 169.5º | 0.17% | 0.91% | - |
| XYZ | 64.86 | 75.11 | 83.03 | - |
| YUV | 220.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 233 | 226 | 0.17 | 0 | 0.03 | 0.09 | 169.5 | 0.48 | 0.84 |
| Hex | C1 | E9 | E2 | 11 | 0 | 3 | 9 | AA | 30 | 54 |
| Octal | 301 | 351 | 342 | 21 | 0 | 3 | 11 | 252 | 60 | 124 |
| Binary | 11000001 | 11101001 | 11100010 | 10001 | 0 | 11 | 1001 | 10101010 | 110000 | 1010100 |
Color Harmonies of #C1E9E2
Complementary color
Monochromatic Colors of #C1E9E2
Black with #C1E9E2
Text Example
Text Example
White with #C1E9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E9E2; }
p { color: rgb(193,233,226); }
H1.HeaderClassName
{
color: #C1E9E2;
}
.AnyTagClassName
{
color: #C1E9E2;
}
</style>
background-color css
<style>
a { background-color: #C1E9E2; }
a { background-color: rgb(193,233,226); }
div.DivClassName
{
background-color: #C1E9E2;
}
.BgClassName
{
background-color: #C1E9E2;
}
</style>
border-color css
<style>
span { border-color: #C1E9E2; }
span { border-color: rgb(193,233,226); }
td.TdClassName
{
border-color: #C1E9E2;
}
.TagClassName
{
border-color: #C1E9E2;
}
</style>