Shades of Jagged Ice #C0F1E9
Tints of Jagged Ice #C0F1E9
RGB
CMYK
RGB Variations
Color information
#C0F1E9 (or 0xC0F1E9) is known color: Jagged Ice. HEX triplet: C0, F1 and E9. RGB value is (192,241,233). Sum of RGB (Red+Green+Blue) = 192+241+233=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F1E9 is #3F0E16. Grayscale: #E1E1E1. Windows color (decimal): -4132375 or 15331776. OLE color: 15331776.
HSL color Cylindrical-coordinate representation of color #C0F1E9: hue angle of 170.2º 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 #C0F1E9 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 233 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.05 |
| HSL | 170.2º | 0.64% | 0.85% | - |
| HSV(B) | 170.2º | 0.2% | 0.95% | - |
| XYZ | 67.9 | 80 | 88.95 | - |
| YUV | 225.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 233 | 0.20 | 0 | 0.03 | 0.05 | 170.2 | 0.64 | 0.85 |
| Hex | C0 | F1 | E9 | 14 | 0 | 3 | 5 | AA | 40 | 55 |
| Octal | 300 | 361 | 351 | 24 | 0 | 3 | 5 | 252 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11101001 | 10100 | 0 | 11 | 101 | 10101010 | 1000000 | 1010101 |
Color Harmonies of #C0F1E9
Complementary color
Monochromatic Colors of #C0F1E9
Black with #C0F1E9
Text Example
Text Example
White with #C0F1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1E9; }
p { color: rgb(192,241,233); }
H1.HeaderClassName
{
color: #C0F1E9;
}
.AnyTagClassName
{
color: #C0F1E9;
}
</style>
background-color css
<style>
a { background-color: #C0F1E9; }
a { background-color: rgb(192,241,233); }
div.DivClassName
{
background-color: #C0F1E9;
}
.BgClassName
{
background-color: #C0F1E9;
}
</style>
border-color css
<style>
span { border-color: #C0F1E9; }
span { border-color: rgb(192,241,233); }
td.TdClassName
{
border-color: #C0F1E9;
}
.TagClassName
{
border-color: #C0F1E9;
}
</style>