Shades of Jagged Ice #C4EEE7
Tints of Jagged Ice #C4EEE7
RGB
CMYK
RGB Variations
Color information
#C4EEE7 (or 0xC4EEE7) is known color: Jagged Ice. HEX triplet: C4, EE and E7. RGB value is (196,238,231). Sum of RGB (Red+Green+Blue) = 196+238+231=665 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.47% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EEE7 is #3B1118. Grayscale: #E0E0E0. Windows color (decimal): -3871001 or 15199940. OLE color: 15199940.
HSL color Cylindrical-coordinate representation of color #C4EEE7: hue angle of 170º 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 #C4EEE7 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 231 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.07 |
| HSL | 170º | 0.55% | 0.85% | - |
| HSV(B) | 170º | 0.18% | 0.93% | - |
| XYZ | 67.76 | 78.65 | 87.21 | - |
| YUV | 224.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 231 | 0.18 | 0 | 0.03 | 0.07 | 170 | 0.55 | 0.85 |
| Hex | C4 | EE | E7 | 12 | 0 | 3 | 7 | AA | 37 | 55 |
| Octal | 304 | 356 | 347 | 22 | 0 | 3 | 7 | 252 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11100111 | 10010 | 0 | 11 | 111 | 10101010 | 110111 | 1010101 |
Color Harmonies of #C4EEE7
Complementary color
Monochromatic Colors of #C4EEE7
Black with #C4EEE7
Text Example
Text Example
White with #C4EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EEE7; }
p { color: rgb(196,238,231); }
H1.HeaderClassName
{
color: #C4EEE7;
}
.AnyTagClassName
{
color: #C4EEE7;
}
</style>
background-color css
<style>
a { background-color: #C4EEE7; }
a { background-color: rgb(196,238,231); }
div.DivClassName
{
background-color: #C4EEE7;
}
.BgClassName
{
background-color: #C4EEE7;
}
</style>
border-color css
<style>
span { border-color: #C4EEE7; }
span { border-color: rgb(196,238,231); }
td.TdClassName
{
border-color: #C4EEE7;
}
.TagClassName
{
border-color: #C4EEE7;
}
</style>