Shades of Jagged Ice #C4EEE6
Tints of Jagged Ice #C4EEE6
RGB
CMYK
RGB Variations
Color information
#C4EEE6 (or 0xC4EEE6) is known color: Jagged Ice. HEX triplet: C4, EE and E6. RGB value is (196,238,230). Sum of RGB (Red+Green+Blue) = 196+238+230=664 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.52% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EEE6 is #3B1119. Grayscale: #E0E0E0. Windows color (decimal): -3871002 or 15134404. OLE color: 15134404.
HSL color Cylindrical-coordinate representation of color #C4EEE6: hue angle of 168.57º 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 #C4EEE6 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 230 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.07 |
| HSL | 168.57º | 0.55% | 0.85% | - |
| HSV(B) | 168.57º | 0.18% | 0.93% | - |
| XYZ | 67.62 | 78.6 | 86.47 | - |
| YUV | 224.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 230 | 0.18 | 0 | 0.03 | 0.07 | 168.57 | 0.55 | 0.85 |
| Hex | C4 | EE | E6 | 12 | 0 | 3 | 7 | A9 | 37 | 55 |
| Octal | 304 | 356 | 346 | 22 | 0 | 3 | 7 | 251 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11100110 | 10010 | 0 | 11 | 111 | 10101001 | 110111 | 1010101 |
Color Harmonies of #C4EEE6
Complementary color
Monochromatic Colors of #C4EEE6
Black with #C4EEE6
Text Example
Text Example
White with #C4EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EEE6; }
p { color: rgb(196,238,230); }
H1.HeaderClassName
{
color: #C4EEE6;
}
.AnyTagClassName
{
color: #C4EEE6;
}
</style>
background-color css
<style>
a { background-color: #C4EEE6; }
a { background-color: rgb(196,238,230); }
div.DivClassName
{
background-color: #C4EEE6;
}
.BgClassName
{
background-color: #C4EEE6;
}
</style>
border-color css
<style>
span { border-color: #C4EEE6; }
span { border-color: rgb(196,238,230); }
td.TdClassName
{
border-color: #C4EEE6;
}
.TagClassName
{
border-color: #C4EEE6;
}
</style>