Shades of Jagged Ice #C2ECE6
Tints of Jagged Ice #C2ECE6
RGB
CMYK
RGB Variations
Color information
#C2ECE6 (or 0xC2ECE6) is known color: Jagged Ice. HEX triplet: C2, EC and E6. RGB value is (194,236,230). Sum of RGB (Red+Green+Blue) = 194+236+230=660 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.39% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2ECE6 is #3D1319. Grayscale: #DEDEDE. Windows color (decimal): -4002586 or 15133890. OLE color: 15133890.
HSL color Cylindrical-coordinate representation of color #C2ECE6: hue angle of 171.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECE6 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 230 | - |
CMYK | 0.18 | 0 | 0.03 | 0.07 |
HSL | 171.43º | 0.53% | 0.84% | - |
HSV(B) | 171.43º | 0.18% | 0.93% | - |
XYZ | 66.53 | 77.17 | 86.25 | - |
YUV | 222.76 | 132.09 | 107.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 230 | 0.18 | 0 | 0.03 | 0.07 | 171.43 | 0.53 | 0.84 |
Hex | C2 | EC | E6 | 12 | 0 | 3 | 7 | AB | 34 | 54 |
Octal | 302 | 354 | 346 | 22 | 0 | 3 | 7 | 253 | 64 | 124 |
Binary | 11000010 | 11101100 | 11100110 | 10010 | 0 | 11 | 111 | 10101011 | 110100 | 1010100 |
Color Harmonies of #C2ECE6
Complementary color
Monochromatic Colors of #C2ECE6
Black with #C2ECE6
Text Example
Text Example
White with #C2ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECE6; }
p { color: rgb(194,236,230); }
H1.HeaderClassName
{
color: #C2ECE6;
}
.AnyTagClassName
{
color: #C2ECE6;
}
</style>
background-color css
<style>
a { background-color: #C2ECE6; }
a { background-color: rgb(194,236,230); }
div.DivClassName
{
background-color: #C2ECE6;
}
.BgClassName
{
background-color: #C2ECE6;
}
</style>
border-color css
<style>
span { border-color: #C2ECE6; }
span { border-color: rgb(194,236,230); }
td.TdClassName
{
border-color: #C2ECE6;
}
.TagClassName
{
border-color: #C2ECE6;
}
</style>