Shades of Jagged Ice #C4F0E6
Tints of Jagged Ice #C4F0E6
RGB
CMYK
RGB Variations
Color information
#C4F0E6 (or 0xC4F0E6) is known color: Jagged Ice. HEX triplet: C4, F0 and E6. RGB value is (196,240,230). Sum of RGB (Red+Green+Blue) = 196+240+230=666 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.43% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F0E6 is #3B0F19. Grayscale: #E1E1E1. Windows color (decimal): -3870490 or 15134916. OLE color: 15134916.
HSL color Cylindrical-coordinate representation of color #C4F0E6: hue angle of 166.36º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4F0E6 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 230 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.06 |
| HSL | 166.36º | 0.59% | 0.85% | - |
| HSV(B) | 166.36º | 0.18% | 0.94% | - |
| XYZ | 68.21 | 79.77 | 86.66 | - |
| YUV | 225.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 230 | 0.18 | 0 | 0.04 | 0.06 | 166.36 | 0.59 | 0.85 |
| Hex | C4 | F0 | E6 | 12 | 0 | 4 | 6 | A6 | 3B | 55 |
| Octal | 304 | 360 | 346 | 22 | 0 | 4 | 6 | 246 | 73 | 125 |
| Binary | 11000100 | 11110000 | 11100110 | 10010 | 0 | 100 | 110 | 10100110 | 111011 | 1010101 |
Color Harmonies of #C4F0E6
Complementary color
Monochromatic Colors of #C4F0E6
Black with #C4F0E6
Text Example
Text Example
White with #C4F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F0E6; }
p { color: rgb(196,240,230); }
H1.HeaderClassName
{
color: #C4F0E6;
}
.AnyTagClassName
{
color: #C4F0E6;
}
</style>
background-color css
<style>
a { background-color: #C4F0E6; }
a { background-color: rgb(196,240,230); }
div.DivClassName
{
background-color: #C4F0E6;
}
.BgClassName
{
background-color: #C4F0E6;
}
</style>
border-color css
<style>
span { border-color: #C4F0E6; }
span { border-color: rgb(196,240,230); }
td.TdClassName
{
border-color: #C4F0E6;
}
.TagClassName
{
border-color: #C4F0E6;
}
</style>