Shades of Jagged Ice #C0E9E5
Tints of Jagged Ice #C0E9E5
RGB
CMYK
RGB Variations
Color information
#C0E9E5 (or 0xC0E9E5) is known color: Jagged Ice. HEX triplet: C0, E9 and E5. RGB value is (192,233,229). Sum of RGB (Red+Green+Blue) = 192+233+229=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E9E5 is #3F161A. Grayscale: #DCDCDC. Windows color (decimal): -4134427 or 15067584. OLE color: 15067584.
HSL color Cylindrical-coordinate representation of color #C0E9E5: hue angle of 174.15º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E9E5 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 229 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.09 |
| HSL | 174.15º | 0.48% | 0.83% | - |
| HSV(B) | 174.15º | 0.18% | 0.91% | - |
| XYZ | 65.02 | 75.14 | 85.21 | - |
| YUV | 220.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 229 | 0.18 | 0 | 0.02 | 0.09 | 174.15 | 0.48 | 0.83 |
| Hex | C0 | E9 | E5 | 12 | 0 | 2 | 9 | AE | 30 | 53 |
| Octal | 300 | 351 | 345 | 22 | 0 | 2 | 11 | 256 | 60 | 123 |
| Binary | 11000000 | 11101001 | 11100101 | 10010 | 0 | 10 | 1001 | 10101110 | 110000 | 1010011 |
Color Harmonies of #C0E9E5
Complementary color
Monochromatic Colors of #C0E9E5
Black with #C0E9E5
Text Example
Text Example
White with #C0E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E9E5; }
p { color: rgb(192,233,229); }
H1.HeaderClassName
{
color: #C0E9E5;
}
.AnyTagClassName
{
color: #C0E9E5;
}
</style>
background-color css
<style>
a { background-color: #C0E9E5; }
a { background-color: rgb(192,233,229); }
div.DivClassName
{
background-color: #C0E9E5;
}
.BgClassName
{
background-color: #C0E9E5;
}
</style>
border-color css
<style>
span { border-color: #C0E9E5; }
span { border-color: rgb(192,233,229); }
td.TdClassName
{
border-color: #C0E9E5;
}
.TagClassName
{
border-color: #C0E9E5;
}
</style>