Shades of Jagged Ice #C1F4EC
Tints of Jagged Ice #C1F4EC
RGB
CMYK
RGB Variations
Color information
#C1F4EC (or 0xC1F4EC) is known color: Jagged Ice. HEX triplet: C1, F4 and EC. RGB value is (193,244,236). Sum of RGB (Red+Green+Blue) = 193+244+236=673 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.68% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F4EC is #3E0B13. Grayscale: #E3E3E3. Windows color (decimal): -4066068 or 15529153. OLE color: 15529153.
HSL color Cylindrical-coordinate representation of color #C1F4EC: hue angle of 170.59º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F4EC is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 236 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.04 |
| HSL | 170.59º | 0.7% | 0.86% | - |
| HSV(B) | 170.59º | 0.21% | 0.96% | - |
| XYZ | 69.48 | 82.09 | 91.54 | - |
| YUV | 227.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 236 | 0.21 | 0 | 0.03 | 0.04 | 170.59 | 0.7 | 0.86 |
| Hex | C1 | F4 | EC | 15 | 0 | 3 | 4 | AB | 46 | 56 |
| Octal | 301 | 364 | 354 | 25 | 0 | 3 | 4 | 253 | 106 | 126 |
| Binary | 11000001 | 11110100 | 11101100 | 10101 | 0 | 11 | 100 | 10101011 | 1000110 | 1010110 |
Color Harmonies of #C1F4EC
Complementary color
Monochromatic Colors of #C1F4EC
Black with #C1F4EC
Text Example
Text Example
White with #C1F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F4EC; }
p { color: rgb(193,244,236); }
H1.HeaderClassName
{
color: #C1F4EC;
}
.AnyTagClassName
{
color: #C1F4EC;
}
</style>
background-color css
<style>
a { background-color: #C1F4EC; }
a { background-color: rgb(193,244,236); }
div.DivClassName
{
background-color: #C1F4EC;
}
.BgClassName
{
background-color: #C1F4EC;
}
</style>
border-color css
<style>
span { border-color: #C1F4EC; }
span { border-color: rgb(193,244,236); }
td.TdClassName
{
border-color: #C1F4EC;
}
.TagClassName
{
border-color: #C1F4EC;
}
</style>