Shades of Jagged Ice #C4EEE9
Tints of Jagged Ice #C4EEE9
RGB
CMYK
RGB Variations
Color information
#C4EEE9 (or 0xC4EEE9) is known color: Jagged Ice. HEX triplet: C4, EE and E9. RGB value is (196,238,233). Sum of RGB (Red+Green+Blue) = 196+238+233=667 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.39% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EEE9 is #3B1116. Grayscale: #E0E0E0. Windows color (decimal): -3870999 or 15331012. OLE color: 15331012.
HSL color Cylindrical-coordinate representation of color #C4EEE9: hue angle of 172.86º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EEE9 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 233 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.07 |
| HSL | 172.86º | 0.55% | 0.85% | - |
| HSV(B) | 172.86º | 0.18% | 0.93% | - |
| XYZ | 68.05 | 78.77 | 88.71 | - |
| YUV | 224.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 233 | 0.18 | 0 | 0.02 | 0.07 | 172.86 | 0.55 | 0.85 |
| Hex | C4 | EE | E9 | 12 | 0 | 2 | 7 | AD | 37 | 55 |
| Octal | 304 | 356 | 351 | 22 | 0 | 2 | 7 | 255 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11101001 | 10010 | 0 | 10 | 111 | 10101101 | 110111 | 1010101 |
Color Harmonies of #C4EEE9
Complementary color
Monochromatic Colors of #C4EEE9
Black with #C4EEE9
Text Example
Text Example
White with #C4EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EEE9; }
p { color: rgb(196,238,233); }
H1.HeaderClassName
{
color: #C4EEE9;
}
.AnyTagClassName
{
color: #C4EEE9;
}
</style>
background-color css
<style>
a { background-color: #C4EEE9; }
a { background-color: rgb(196,238,233); }
div.DivClassName
{
background-color: #C4EEE9;
}
.BgClassName
{
background-color: #C4EEE9;
}
</style>
border-color css
<style>
span { border-color: #C4EEE9; }
span { border-color: rgb(196,238,233); }
td.TdClassName
{
border-color: #C4EEE9;
}
.TagClassName
{
border-color: #C4EEE9;
}
</style>