Shades of Jagged Ice #C1F1EA
Tints of Jagged Ice #C1F1EA
RGB
CMYK
RGB Variations
Color information
#C1F1EA (or 0xC1F1EA) is known color: Jagged Ice. HEX triplet: C1, F1 and EA. RGB value is (193,241,234). Sum of RGB (Red+Green+Blue) = 193+241+234=668 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.89% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F1EA is #3E0E15. Grayscale: #E1E1E1. Windows color (decimal): -4066838 or 15397313. OLE color: 15397313.
HSL color Cylindrical-coordinate representation of color #C1F1EA: hue angle of 171.25º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1F1EA is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 234 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.05 |
| HSL | 171.25º | 0.63% | 0.85% | - |
| HSV(B) | 171.25º | 0.2% | 0.95% | - |
| XYZ | 68.3 | 80.19 | 89.72 | - |
| YUV | 225.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 234 | 0.20 | 0 | 0.03 | 0.05 | 171.25 | 0.63 | 0.85 |
| Hex | C1 | F1 | EA | 14 | 0 | 3 | 5 | AB | 3F | 55 |
| Octal | 301 | 361 | 352 | 24 | 0 | 3 | 5 | 253 | 77 | 125 |
| Binary | 11000001 | 11110001 | 11101010 | 10100 | 0 | 11 | 101 | 10101011 | 111111 | 1010101 |
Color Harmonies of #C1F1EA
Complementary color
Monochromatic Colors of #C1F1EA
Black with #C1F1EA
Text Example
Text Example
White with #C1F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F1EA; }
p { color: rgb(193,241,234); }
H1.HeaderClassName
{
color: #C1F1EA;
}
.AnyTagClassName
{
color: #C1F1EA;
}
</style>
background-color css
<style>
a { background-color: #C1F1EA; }
a { background-color: rgb(193,241,234); }
div.DivClassName
{
background-color: #C1F1EA;
}
.BgClassName
{
background-color: #C1F1EA;
}
</style>
border-color css
<style>
span { border-color: #C1F1EA; }
span { border-color: rgb(193,241,234); }
td.TdClassName
{
border-color: #C1F1EA;
}
.TagClassName
{
border-color: #C1F1EA;
}
</style>