Shades of Jagged Ice #C4F1E7
Tints of Jagged Ice #C4F1E7
RGB
CMYK
RGB Variations
Color information
#C4F1E7 (or 0xC4F1E7) is known color: Jagged Ice. HEX triplet: C4, F1 and E7. RGB value is (196,241,231). Sum of RGB (Red+Green+Blue) = 196+241+231=668 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.34% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F1E7 is #3B0E18. Grayscale: #E2E2E2. Windows color (decimal): -3870233 or 15200708. OLE color: 15200708.
HSL color Cylindrical-coordinate representation of color #C4F1E7: hue angle of 166.67º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4F1E7 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 231 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.05 |
| HSL | 166.67º | 0.62% | 0.86% | - |
| HSV(B) | 166.67º | 0.19% | 0.95% | - |
| XYZ | 68.64 | 80.42 | 87.51 | - |
| YUV | 226.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 231 | 0.19 | 0 | 0.04 | 0.05 | 166.67 | 0.62 | 0.86 |
| Hex | C4 | F1 | E7 | 13 | 0 | 4 | 5 | A7 | 3E | 56 |
| Octal | 304 | 361 | 347 | 23 | 0 | 4 | 5 | 247 | 76 | 126 |
| Binary | 11000100 | 11110001 | 11100111 | 10011 | 0 | 100 | 101 | 10100111 | 111110 | 1010110 |
Color Harmonies of #C4F1E7
Complementary color
Monochromatic Colors of #C4F1E7
Black with #C4F1E7
Text Example
Text Example
White with #C4F1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F1E7; }
p { color: rgb(196,241,231); }
H1.HeaderClassName
{
color: #C4F1E7;
}
.AnyTagClassName
{
color: #C4F1E7;
}
</style>
background-color css
<style>
a { background-color: #C4F1E7; }
a { background-color: rgb(196,241,231); }
div.DivClassName
{
background-color: #C4F1E7;
}
.BgClassName
{
background-color: #C4F1E7;
}
</style>
border-color css
<style>
span { border-color: #C4F1E7; }
span { border-color: rgb(196,241,231); }
td.TdClassName
{
border-color: #C4F1E7;
}
.TagClassName
{
border-color: #C4F1E7;
}
</style>