Shades of Jagged Ice #C0F4ED
Tints of Jagged Ice #C0F4ED
RGB
CMYK
RGB Variations
Color information
#C0F4ED (or 0xC0F4ED) is known color: Jagged Ice. HEX triplet: C0, F4 and ED. RGB value is (192,244,237). Sum of RGB (Red+Green+Blue) = 192+244+237=673 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.53% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F4ED is #3F0B12. Grayscale: #E3E3E3. Windows color (decimal): -4131603 or 15594688. OLE color: 15594688.
HSL color Cylindrical-coordinate representation of color #C0F4ED: hue angle of 171.92º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4ED is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 237 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.04 |
| HSL | 171.92º | 0.7% | 0.85% | - |
| HSV(B) | 171.92º | 0.21% | 0.96% | - |
| XYZ | 69.37 | 82.02 | 92.3 | - |
| YUV | 227.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 237 | 0.21 | 0 | 0.03 | 0.04 | 171.92 | 0.7 | 0.85 |
| Hex | C0 | F4 | ED | 15 | 0 | 3 | 4 | AC | 46 | 55 |
| Octal | 300 | 364 | 355 | 25 | 0 | 3 | 4 | 254 | 106 | 125 |
| Binary | 11000000 | 11110100 | 11101101 | 10101 | 0 | 11 | 100 | 10101100 | 1000110 | 1010101 |
Color Harmonies of #C0F4ED
Complementary color
Monochromatic Colors of #C0F4ED
Black with #C0F4ED
Text Example
Text Example
White with #C0F4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4ED; }
p { color: rgb(192,244,237); }
H1.HeaderClassName
{
color: #C0F4ED;
}
.AnyTagClassName
{
color: #C0F4ED;
}
</style>
background-color css
<style>
a { background-color: #C0F4ED; }
a { background-color: rgb(192,244,237); }
div.DivClassName
{
background-color: #C0F4ED;
}
.BgClassName
{
background-color: #C0F4ED;
}
</style>
border-color css
<style>
span { border-color: #C0F4ED; }
span { border-color: rgb(192,244,237); }
td.TdClassName
{
border-color: #C0F4ED;
}
.TagClassName
{
border-color: #C0F4ED;
}
</style>