Shades of Jagged Ice #C1EFE6
Tints of Jagged Ice #C1EFE6
RGB
CMYK
RGB Variations
Color information
#C1EFE6 (or 0xC1EFE6) is known color: Jagged Ice. HEX triplet: C1, EF and E6. RGB value is (193,239,230). Sum of RGB (Red+Green+Blue) = 193+239+230=662 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.15% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EFE6 is #3E1019. Grayscale: #E0E0E0. Windows color (decimal): -4067354 or 15134657. OLE color: 15134657.
HSL color Cylindrical-coordinate representation of color #C1EFE6: hue angle of 168.26º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EFE6 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 239 | 230 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.06 |
| HSL | 168.26º | 0.59% | 0.85% | - |
| HSV(B) | 168.26º | 0.19% | 0.94% | - |
| XYZ | 67.14 | 78.78 | 86.53 | - |
| YUV | 224.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 239 | 230 | 0.19 | 0 | 0.04 | 0.06 | 168.26 | 0.59 | 0.85 |
| Hex | C1 | EF | E6 | 13 | 0 | 4 | 6 | A8 | 3B | 55 |
| Octal | 301 | 357 | 346 | 23 | 0 | 4 | 6 | 250 | 73 | 125 |
| Binary | 11000001 | 11101111 | 11100110 | 10011 | 0 | 100 | 110 | 10101000 | 111011 | 1010101 |
Color Harmonies of #C1EFE6
Complementary color
Monochromatic Colors of #C1EFE6
Black with #C1EFE6
Text Example
Text Example
White with #C1EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EFE6; }
p { color: rgb(193,239,230); }
H1.HeaderClassName
{
color: #C1EFE6;
}
.AnyTagClassName
{
color: #C1EFE6;
}
</style>
background-color css
<style>
a { background-color: #C1EFE6; }
a { background-color: rgb(193,239,230); }
div.DivClassName
{
background-color: #C1EFE6;
}
.BgClassName
{
background-color: #C1EFE6;
}
</style>
border-color css
<style>
span { border-color: #C1EFE6; }
span { border-color: rgb(193,239,230); }
td.TdClassName
{
border-color: #C1EFE6;
}
.TagClassName
{
border-color: #C1EFE6;
}
</style>