Shades of Jagged Ice #C2EBE2
Tints of Jagged Ice #C2EBE2
RGB
CMYK
RGB Variations
Color information
#C2EBE2 (or 0xC2EBE2) is known color: Jagged Ice. HEX triplet: C2, EB and E2. RGB value is (194,235,226). Sum of RGB (Red+Green+Blue) = 194+235+226=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE2 is #3D141D. Grayscale: #DDDDDD. Windows color (decimal): -4002846 or 14871490. OLE color: 14871490.
HSL color Cylindrical-coordinate representation of color #C2EBE2: hue angle of 166.83º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBE2 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 226 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.08 |
| HSL | 166.83º | 0.51% | 0.84% | - |
| HSV(B) | 166.83º | 0.17% | 0.92% | - |
| XYZ | 65.68 | 76.38 | 83.23 | - |
| YUV | 221.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 226 | 0.17 | 0 | 0.04 | 0.08 | 166.83 | 0.51 | 0.84 |
| Hex | C2 | EB | E2 | 11 | 0 | 4 | 8 | A7 | 33 | 54 |
| Octal | 302 | 353 | 342 | 21 | 0 | 4 | 10 | 247 | 63 | 124 |
| Binary | 11000010 | 11101011 | 11100010 | 10001 | 0 | 100 | 1000 | 10100111 | 110011 | 1010100 |
Color Harmonies of #C2EBE2
Complementary color
Monochromatic Colors of #C2EBE2
Black with #C2EBE2
Text Example
Text Example
White with #C2EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBE2; }
p { color: rgb(194,235,226); }
H1.HeaderClassName
{
color: #C2EBE2;
}
.AnyTagClassName
{
color: #C2EBE2;
}
</style>
background-color css
<style>
a { background-color: #C2EBE2; }
a { background-color: rgb(194,235,226); }
div.DivClassName
{
background-color: #C2EBE2;
}
.BgClassName
{
background-color: #C2EBE2;
}
</style>
border-color css
<style>
span { border-color: #C2EBE2; }
span { border-color: rgb(194,235,226); }
td.TdClassName
{
border-color: #C2EBE2;
}
.TagClassName
{
border-color: #C2EBE2;
}
</style>