Shades of Jagged Ice #C1EEE9
Tints of Jagged Ice #C1EEE9
RGB
CMYK
RGB Variations
Color information
#C1EEE9 (or 0xC1EEE9) is known color: Jagged Ice. HEX triplet: C1, EE and E9. RGB value is (193,238,233). Sum of RGB (Red+Green+Blue) = 193+238+233=664 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.07% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EEE9 is #3E1116. Grayscale: #DFDFDF. Windows color (decimal): -4067607 or 15331009. OLE color: 15331009.
HSL color Cylindrical-coordinate representation of color #C1EEE9: hue angle of 173.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EEE9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 238 | 233 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.07 |
| HSL | 173.33º | 0.57% | 0.85% | - |
| HSV(B) | 173.33º | 0.19% | 0.93% | - |
| XYZ | 67.27 | 78.37 | 88.67 | - |
| YUV | 223.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 233 | 0.19 | 0 | 0.02 | 0.07 | 173.33 | 0.57 | 0.85 |
| Hex | C1 | EE | E9 | 13 | 0 | 2 | 7 | AD | 39 | 55 |
| Octal | 301 | 356 | 351 | 23 | 0 | 2 | 7 | 255 | 71 | 125 |
| Binary | 11000001 | 11101110 | 11101001 | 10011 | 0 | 10 | 111 | 10101101 | 111001 | 1010101 |
Color Harmonies of #C1EEE9
Complementary color
Monochromatic Colors of #C1EEE9
Black with #C1EEE9
Text Example
Text Example
White with #C1EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EEE9; }
p { color: rgb(193,238,233); }
H1.HeaderClassName
{
color: #C1EEE9;
}
.AnyTagClassName
{
color: #C1EEE9;
}
</style>
background-color css
<style>
a { background-color: #C1EEE9; }
a { background-color: rgb(193,238,233); }
div.DivClassName
{
background-color: #C1EEE9;
}
.BgClassName
{
background-color: #C1EEE9;
}
</style>
border-color css
<style>
span { border-color: #C1EEE9; }
span { border-color: rgb(193,238,233); }
td.TdClassName
{
border-color: #C1EEE9;
}
.TagClassName
{
border-color: #C1EEE9;
}
</style>