Shades of Jagged Ice #C0EAE1
Tints of Jagged Ice #C0EAE1
RGB
CMYK
RGB Variations
Color information
#C0EAE1 (or 0xC0EAE1) is known color: Jagged Ice. HEX triplet: C0, EA and E1. RGB value is (192,234,225). Sum of RGB (Red+Green+Blue) = 192+234+225=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAE1 is #3F151E. Grayscale: #DCDCDC. Windows color (decimal): -4134175 or 14805696. OLE color: 14805696.
HSL color Cylindrical-coordinate representation of color #C0EAE1: hue angle of 167.14º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EAE1 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 225 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.08 |
| HSL | 167.14º | 0.5% | 0.84% | - |
| HSV(B) | 167.14º | 0.18% | 0.92% | - |
| XYZ | 64.75 | 75.49 | 82.39 | - |
| YUV | 220.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 225 | 0.18 | 0 | 0.04 | 0.08 | 167.14 | 0.5 | 0.84 |
| Hex | C0 | EA | E1 | 12 | 0 | 4 | 8 | A7 | 32 | 54 |
| Octal | 300 | 352 | 341 | 22 | 0 | 4 | 10 | 247 | 62 | 124 |
| Binary | 11000000 | 11101010 | 11100001 | 10010 | 0 | 100 | 1000 | 10100111 | 110010 | 1010100 |
Color Harmonies of #C0EAE1
Complementary color
Monochromatic Colors of #C0EAE1
Black with #C0EAE1
Text Example
Text Example
White with #C0EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAE1; }
p { color: rgb(192,234,225); }
H1.HeaderClassName
{
color: #C0EAE1;
}
.AnyTagClassName
{
color: #C0EAE1;
}
</style>
background-color css
<style>
a { background-color: #C0EAE1; }
a { background-color: rgb(192,234,225); }
div.DivClassName
{
background-color: #C0EAE1;
}
.BgClassName
{
background-color: #C0EAE1;
}
</style>
border-color css
<style>
span { border-color: #C0EAE1; }
span { border-color: rgb(192,234,225); }
td.TdClassName
{
border-color: #C0EAE1;
}
.TagClassName
{
border-color: #C0EAE1;
}
</style>