Shades of Jagged Ice #C2EAE6
Tints of Jagged Ice #C2EAE6
RGB
CMYK
RGB Variations
Color information
#C2EAE6 (or 0xC2EAE6) is known color: Jagged Ice. HEX triplet: C2, EA and E6. RGB value is (194,234,230). Sum of RGB (Red+Green+Blue) = 194+234+230=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EAE6 is #3D1519. Grayscale: #DDDDDD. Windows color (decimal): -4003098 or 15133378. OLE color: 15133378.
HSL color Cylindrical-coordinate representation of color #C2EAE6: hue angle of 174º degrees, saturation: 0.49, 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 #C2EAE6 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 230 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.08 |
| HSL | 174º | 0.49% | 0.84% | - |
| HSV(B) | 174º | 0.17% | 0.92% | - |
| XYZ | 65.95 | 76.03 | 86.06 | - |
| YUV | 221.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 230 | 0.17 | 0 | 0.02 | 0.08 | 174 | 0.49 | 0.84 |
| Hex | C2 | EA | E6 | 11 | 0 | 2 | 8 | AE | 31 | 54 |
| Octal | 302 | 352 | 346 | 21 | 0 | 2 | 10 | 256 | 61 | 124 |
| Binary | 11000010 | 11101010 | 11100110 | 10001 | 0 | 10 | 1000 | 10101110 | 110001 | 1010100 |
Color Harmonies of #C2EAE6
Complementary color
Monochromatic Colors of #C2EAE6
Black with #C2EAE6
Text Example
Text Example
White with #C2EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAE6; }
p { color: rgb(194,234,230); }
H1.HeaderClassName
{
color: #C2EAE6;
}
.AnyTagClassName
{
color: #C2EAE6;
}
</style>
background-color css
<style>
a { background-color: #C2EAE6; }
a { background-color: rgb(194,234,230); }
div.DivClassName
{
background-color: #C2EAE6;
}
.BgClassName
{
background-color: #C2EAE6;
}
</style>
border-color css
<style>
span { border-color: #C2EAE6; }
span { border-color: rgb(194,234,230); }
td.TdClassName
{
border-color: #C2EAE6;
}
.TagClassName
{
border-color: #C2EAE6;
}
</style>