Shades of Jagged Ice #C0F7ED
Tints of Jagged Ice #C0F7ED
RGB
CMYK
RGB Variations
Color information
#C0F7ED (or 0xC0F7ED) is known color: Jagged Ice. HEX triplet: C0, F7 and ED. RGB value is (192,247,237). Sum of RGB (Red+Green+Blue) = 192+247+237=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7ED is #3F0812. Grayscale: #E5E5E5. Windows color (decimal): -4130835 or 15595456. OLE color: 15595456.
HSL color Cylindrical-coordinate representation of color #C0F7ED: hue angle of 169.09º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7ED is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 237 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.03 |
| HSL | 169.09º | 0.77% | 0.86% | - |
| HSV(B) | 169.09º | 0.22% | 0.97% | - |
| XYZ | 70.29 | 83.84 | 92.6 | - |
| YUV | 229.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 237 | 0.22 | 0 | 0.04 | 0.03 | 169.09 | 0.77 | 0.86 |
| Hex | C0 | F7 | ED | 16 | 0 | 4 | 3 | A9 | 4D | 56 |
| Octal | 300 | 367 | 355 | 26 | 0 | 4 | 3 | 251 | 115 | 126 |
| Binary | 11000000 | 11110111 | 11101101 | 10110 | 0 | 100 | 11 | 10101001 | 1001101 | 1010110 |
Color Harmonies of #C0F7ED
Complementary color
Monochromatic Colors of #C0F7ED
Black with #C0F7ED
Text Example
Text Example
White with #C0F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7ED; }
p { color: rgb(192,247,237); }
H1.HeaderClassName
{
color: #C0F7ED;
}
.AnyTagClassName
{
color: #C0F7ED;
}
</style>
background-color css
<style>
a { background-color: #C0F7ED; }
a { background-color: rgb(192,247,237); }
div.DivClassName
{
background-color: #C0F7ED;
}
.BgClassName
{
background-color: #C0F7ED;
}
</style>
border-color css
<style>
span { border-color: #C0F7ED; }
span { border-color: rgb(192,247,237); }
td.TdClassName
{
border-color: #C0F7ED;
}
.TagClassName
{
border-color: #C0F7ED;
}
</style>