Shades of Jagged Ice #C0F1E8
Tints of Jagged Ice #C0F1E8
RGB
CMYK
RGB Variations
Color information
#C0F1E8 (or 0xC0F1E8) is known color: Jagged Ice. HEX triplet: C0, F1 and E8. RGB value is (192,241,232). Sum of RGB (Red+Green+Blue) = 192+241+232=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F1E8 is #3F0E17. Grayscale: #E1E1E1. Windows color (decimal): -4132376 or 15266240. OLE color: 15266240.
HSL color Cylindrical-coordinate representation of color #C0F1E8: hue angle of 168.98º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F1E8 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 232 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.05 |
| HSL | 168.98º | 0.64% | 0.85% | - |
| HSV(B) | 168.98º | 0.2% | 0.95% | - |
| XYZ | 67.76 | 79.94 | 88.2 | - |
| YUV | 225.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 232 | 0.20 | 0 | 0.04 | 0.05 | 168.98 | 0.64 | 0.85 |
| Hex | C0 | F1 | E8 | 14 | 0 | 4 | 5 | A9 | 40 | 55 |
| Octal | 300 | 361 | 350 | 24 | 0 | 4 | 5 | 251 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11101000 | 10100 | 0 | 100 | 101 | 10101001 | 1000000 | 1010101 |
Color Harmonies of #C0F1E8
Complementary color
Monochromatic Colors of #C0F1E8
Black with #C0F1E8
Text Example
Text Example
White with #C0F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1E8; }
p { color: rgb(192,241,232); }
H1.HeaderClassName
{
color: #C0F1E8;
}
.AnyTagClassName
{
color: #C0F1E8;
}
</style>
background-color css
<style>
a { background-color: #C0F1E8; }
a { background-color: rgb(192,241,232); }
div.DivClassName
{
background-color: #C0F1E8;
}
.BgClassName
{
background-color: #C0F1E8;
}
</style>
border-color css
<style>
span { border-color: #C0F1E8; }
span { border-color: rgb(192,241,232); }
td.TdClassName
{
border-color: #C0F1E8;
}
.TagClassName
{
border-color: #C0F1E8;
}
</style>