Shades of Jagged Ice #C0EBE4
Tints of Jagged Ice #C0EBE4
RGB
CMYK
RGB Variations
Color information
#C0EBE4 (or 0xC0EBE4) is known color: Jagged Ice. HEX triplet: C0, EB and E4. RGB value is (192,235,228). Sum of RGB (Red+Green+Blue) = 192+235+228=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBE4 is #3F141B. Grayscale: #DDDDDD. Windows color (decimal): -4133916 or 15002560. OLE color: 15002560.
HSL color Cylindrical-coordinate representation of color #C0EBE4: hue angle of 170.23º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBE4 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 228 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.08 |
| HSL | 170.23º | 0.52% | 0.84% | - |
| HSV(B) | 170.23º | 0.18% | 0.92% | - |
| XYZ | 65.45 | 76.22 | 84.66 | - |
| YUV | 221.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 228 | 0.18 | 0 | 0.03 | 0.08 | 170.23 | 0.52 | 0.84 |
| Hex | C0 | EB | E4 | 12 | 0 | 3 | 8 | AA | 34 | 54 |
| Octal | 300 | 353 | 344 | 22 | 0 | 3 | 10 | 252 | 64 | 124 |
| Binary | 11000000 | 11101011 | 11100100 | 10010 | 0 | 11 | 1000 | 10101010 | 110100 | 1010100 |
Color Harmonies of #C0EBE4
Complementary color
Monochromatic Colors of #C0EBE4
Black with #C0EBE4
Text Example
Text Example
White with #C0EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBE4; }
p { color: rgb(192,235,228); }
H1.HeaderClassName
{
color: #C0EBE4;
}
.AnyTagClassName
{
color: #C0EBE4;
}
</style>
background-color css
<style>
a { background-color: #C0EBE4; }
a { background-color: rgb(192,235,228); }
div.DivClassName
{
background-color: #C0EBE4;
}
.BgClassName
{
background-color: #C0EBE4;
}
</style>
border-color css
<style>
span { border-color: #C0EBE4; }
span { border-color: rgb(192,235,228); }
td.TdClassName
{
border-color: #C0EBE4;
}
.TagClassName
{
border-color: #C0EBE4;
}
</style>