Shades of Jagged Ice #C2EBE5
Tints of Jagged Ice #C2EBE5
RGB
CMYK
RGB Variations
Color information
#C2EBE5 (or 0xC2EBE5) is known color: Jagged Ice. HEX triplet: C2, EB and E5. RGB value is (194,235,229). Sum of RGB (Red+Green+Blue) = 194+235+229=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE5 is #3D141A. Grayscale: #DEDEDE. Windows color (decimal): -4002843 or 15068098. OLE color: 15068098.
HSL color Cylindrical-coordinate representation of color #C2EBE5: hue angle of 171.22º 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 #C2EBE5 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 229 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.08 |
| HSL | 171.22º | 0.51% | 0.84% | - |
| HSV(B) | 171.22º | 0.17% | 0.92% | - |
| XYZ | 66.1 | 76.54 | 85.42 | - |
| YUV | 222.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 229 | 0.17 | 0 | 0.03 | 0.08 | 171.22 | 0.51 | 0.84 |
| Hex | C2 | EB | E5 | 11 | 0 | 3 | 8 | AB | 33 | 54 |
| Octal | 302 | 353 | 345 | 21 | 0 | 3 | 10 | 253 | 63 | 124 |
| Binary | 11000010 | 11101011 | 11100101 | 10001 | 0 | 11 | 1000 | 10101011 | 110011 | 1010100 |
Color Harmonies of #C2EBE5
Complementary color
Monochromatic Colors of #C2EBE5
Black with #C2EBE5
Text Example
Text Example
White with #C2EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBE5; }
p { color: rgb(194,235,229); }
H1.HeaderClassName
{
color: #C2EBE5;
}
.AnyTagClassName
{
color: #C2EBE5;
}
</style>
background-color css
<style>
a { background-color: #C2EBE5; }
a { background-color: rgb(194,235,229); }
div.DivClassName
{
background-color: #C2EBE5;
}
.BgClassName
{
background-color: #C2EBE5;
}
</style>
border-color css
<style>
span { border-color: #C2EBE5; }
span { border-color: rgb(194,235,229); }
td.TdClassName
{
border-color: #C2EBE5;
}
.TagClassName
{
border-color: #C2EBE5;
}
</style>