Shades of Jagged Ice #C1EEE7
Tints of Jagged Ice #C1EEE7
RGB
CMYK
RGB Variations
Color information
#C1EEE7 (or 0xC1EEE7) is known color: Jagged Ice. HEX triplet: C1, EE and E7. RGB value is (193,238,231). Sum of RGB (Red+Green+Blue) = 193+238+231=662 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.15% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EEE7 is #3E1118. Grayscale: #DFDFDF. Windows color (decimal): -4067609 or 15199937. OLE color: 15199937.
HSL color Cylindrical-coordinate representation of color #C1EEE7: hue angle of 170.67º 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 #C1EEE7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 238 | 231 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.07 |
| HSL | 170.67º | 0.57% | 0.85% | - |
| HSV(B) | 170.67º | 0.19% | 0.93% | - |
| XYZ | 66.99 | 78.26 | 87.18 | - |
| YUV | 223.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 231 | 0.19 | 0 | 0.03 | 0.07 | 170.67 | 0.57 | 0.85 |
| Hex | C1 | EE | E7 | 13 | 0 | 3 | 7 | AB | 39 | 55 |
| Octal | 301 | 356 | 347 | 23 | 0 | 3 | 7 | 253 | 71 | 125 |
| Binary | 11000001 | 11101110 | 11100111 | 10011 | 0 | 11 | 111 | 10101011 | 111001 | 1010101 |
Color Harmonies of #C1EEE7
Complementary color
Monochromatic Colors of #C1EEE7
Black with #C1EEE7
Text Example
Text Example
White with #C1EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EEE7; }
p { color: rgb(193,238,231); }
H1.HeaderClassName
{
color: #C1EEE7;
}
.AnyTagClassName
{
color: #C1EEE7;
}
</style>
background-color css
<style>
a { background-color: #C1EEE7; }
a { background-color: rgb(193,238,231); }
div.DivClassName
{
background-color: #C1EEE7;
}
.BgClassName
{
background-color: #C1EEE7;
}
</style>
border-color css
<style>
span { border-color: #C1EEE7; }
span { border-color: rgb(193,238,231); }
td.TdClassName
{
border-color: #C1EEE7;
}
.TagClassName
{
border-color: #C1EEE7;
}
</style>