Shades of Jagged Ice #C2EEE9
Tints of Jagged Ice #C2EEE9
RGB
CMYK
RGB Variations
Color information
#C2EEE9 (or 0xC2EEE9) is known color: Jagged Ice. HEX triplet: C2, EE and E9. RGB value is (194,238,233). Sum of RGB (Red+Green+Blue) = 194+238+233=665 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.17% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEE9 is #3D1116. Grayscale: #E0E0E0. Windows color (decimal): -4002071 or 15331010. OLE color: 15331010.
HSL color Cylindrical-coordinate representation of color #C2EEE9: hue angle of 173.18º degrees, saturation: 0.56, 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 #C2EEE9 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 233 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.07 |
| HSL | 173.18º | 0.56% | 0.85% | - |
| HSV(B) | 173.18º | 0.18% | 0.93% | - |
| XYZ | 67.53 | 78.5 | 88.68 | - |
| YUV | 224.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 233 | 0.18 | 0 | 0.02 | 0.07 | 173.18 | 0.56 | 0.85 |
| Hex | C2 | EE | E9 | 12 | 0 | 2 | 7 | AD | 38 | 55 |
| Octal | 302 | 356 | 351 | 22 | 0 | 2 | 7 | 255 | 70 | 125 |
| Binary | 11000010 | 11101110 | 11101001 | 10010 | 0 | 10 | 111 | 10101101 | 111000 | 1010101 |
Color Harmonies of #C2EEE9
Complementary color
Monochromatic Colors of #C2EEE9
Black with #C2EEE9
Text Example
Text Example
White with #C2EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEE9; }
p { color: rgb(194,238,233); }
H1.HeaderClassName
{
color: #C2EEE9;
}
.AnyTagClassName
{
color: #C2EEE9;
}
</style>
background-color css
<style>
a { background-color: #C2EEE9; }
a { background-color: rgb(194,238,233); }
div.DivClassName
{
background-color: #C2EEE9;
}
.BgClassName
{
background-color: #C2EEE9;
}
</style>
border-color css
<style>
span { border-color: #C2EEE9; }
span { border-color: rgb(194,238,233); }
td.TdClassName
{
border-color: #C2EEE9;
}
.TagClassName
{
border-color: #C2EEE9;
}
</style>