Shades of Jagged Ice #C0EFE6
Tints of Jagged Ice #C0EFE6
RGB
CMYK
RGB Variations
Color information
#C0EFE6 (or 0xC0EFE6) is known color: Jagged Ice. HEX triplet: C0, EF and E6. RGB value is (192,239,230). Sum of RGB (Red+Green+Blue) = 192+239+230=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFE6 is #3F1019. Grayscale: #DFDFDF. Windows color (decimal): -4132890 or 15134656. OLE color: 15134656.
HSL color Cylindrical-coordinate representation of color #C0EFE6: hue angle of 168.51º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFE6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 230 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.06 |
| HSL | 168.51º | 0.59% | 0.85% | - |
| HSV(B) | 168.51º | 0.2% | 0.94% | - |
| XYZ | 66.89 | 78.65 | 86.52 | - |
| YUV | 223.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 230 | 0.20 | 0 | 0.04 | 0.06 | 168.51 | 0.59 | 0.85 |
| Hex | C0 | EF | E6 | 14 | 0 | 4 | 6 | A9 | 3B | 55 |
| Octal | 300 | 357 | 346 | 24 | 0 | 4 | 6 | 251 | 73 | 125 |
| Binary | 11000000 | 11101111 | 11100110 | 10100 | 0 | 100 | 110 | 10101001 | 111011 | 1010101 |
Color Harmonies of #C0EFE6
Complementary color
Monochromatic Colors of #C0EFE6
Black with #C0EFE6
Text Example
Text Example
White with #C0EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFE6; }
p { color: rgb(192,239,230); }
H1.HeaderClassName
{
color: #C0EFE6;
}
.AnyTagClassName
{
color: #C0EFE6;
}
</style>
background-color css
<style>
a { background-color: #C0EFE6; }
a { background-color: rgb(192,239,230); }
div.DivClassName
{
background-color: #C0EFE6;
}
.BgClassName
{
background-color: #C0EFE6;
}
</style>
border-color css
<style>
span { border-color: #C0EFE6; }
span { border-color: rgb(192,239,230); }
td.TdClassName
{
border-color: #C0EFE6;
}
.TagClassName
{
border-color: #C0EFE6;
}
</style>