Shades of Jagged Ice #C4EEE4
Tints of Jagged Ice #C4EEE4
RGB
CMYK
RGB Variations
Color information
#C4EEE4 (or 0xC4EEE4) is known color: Jagged Ice. HEX triplet: C4, EE and E4. RGB value is (196,238,228). Sum of RGB (Red+Green+Blue) = 196+238+228=662 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.61% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EEE4 is #3B111B. Grayscale: #E0E0E0. Windows color (decimal): -3871004 or 15003332. OLE color: 15003332.
HSL color Cylindrical-coordinate representation of color #C4EEE4: hue angle of 165.71º 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 #C4EEE4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 228 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.07 |
| HSL | 165.71º | 0.55% | 0.85% | - |
| HSV(B) | 165.71º | 0.18% | 0.93% | - |
| XYZ | 67.34 | 78.49 | 85 | - |
| YUV | 224.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 228 | 0.18 | 0 | 0.04 | 0.07 | 165.71 | 0.55 | 0.85 |
| Hex | C4 | EE | E4 | 12 | 0 | 4 | 7 | A6 | 37 | 55 |
| Octal | 304 | 356 | 344 | 22 | 0 | 4 | 7 | 246 | 67 | 125 |
| Binary | 11000100 | 11101110 | 11100100 | 10010 | 0 | 100 | 111 | 10100110 | 110111 | 1010101 |
Color Harmonies of #C4EEE4
Complementary color
Monochromatic Colors of #C4EEE4
Black with #C4EEE4
Text Example
Text Example
White with #C4EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EEE4; }
p { color: rgb(196,238,228); }
H1.HeaderClassName
{
color: #C4EEE4;
}
.AnyTagClassName
{
color: #C4EEE4;
}
</style>
background-color css
<style>
a { background-color: #C4EEE4; }
a { background-color: rgb(196,238,228); }
div.DivClassName
{
background-color: #C4EEE4;
}
.BgClassName
{
background-color: #C4EEE4;
}
</style>
border-color css
<style>
span { border-color: #C4EEE4; }
span { border-color: rgb(196,238,228); }
td.TdClassName
{
border-color: #C4EEE4;
}
.TagClassName
{
border-color: #C4EEE4;
}
</style>