Shades of Jagged Ice #C1EAE5
Tints of Jagged Ice #C1EAE5
RGB
CMYK
RGB Variations
Color information
#C1EAE5 (or 0xC1EAE5) is known color: Jagged Ice. HEX triplet: C1, EA and E5. RGB value is (193,234,229). Sum of RGB (Red+Green+Blue) = 193+234+229=656 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.42% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EAE5 is #3E151A. Grayscale: #DDDDDD. Windows color (decimal): -4068635 or 15067841. OLE color: 15067841.
HSL color Cylindrical-coordinate representation of color #C1EAE5: hue angle of 172.68º degrees, saturation: 0.49, 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 #C1EAE5 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 229 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.08 |
| HSL | 172.68º | 0.49% | 0.84% | - |
| HSV(B) | 172.68º | 0.18% | 0.92% | - |
| XYZ | 65.56 | 75.84 | 85.31 | - |
| YUV | 221.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 229 | 0.18 | 0 | 0.02 | 0.08 | 172.68 | 0.49 | 0.84 |
| Hex | C1 | EA | E5 | 12 | 0 | 2 | 8 | AD | 31 | 54 |
| Octal | 301 | 352 | 345 | 22 | 0 | 2 | 10 | 255 | 61 | 124 |
| Binary | 11000001 | 11101010 | 11100101 | 10010 | 0 | 10 | 1000 | 10101101 | 110001 | 1010100 |
Color Harmonies of #C1EAE5
Complementary color
Monochromatic Colors of #C1EAE5
Black with #C1EAE5
Text Example
Text Example
White with #C1EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EAE5; }
p { color: rgb(193,234,229); }
H1.HeaderClassName
{
color: #C1EAE5;
}
.AnyTagClassName
{
color: #C1EAE5;
}
</style>
background-color css
<style>
a { background-color: #C1EAE5; }
a { background-color: rgb(193,234,229); }
div.DivClassName
{
background-color: #C1EAE5;
}
.BgClassName
{
background-color: #C1EAE5;
}
</style>
border-color css
<style>
span { border-color: #C1EAE5; }
span { border-color: rgb(193,234,229); }
td.TdClassName
{
border-color: #C1EAE5;
}
.TagClassName
{
border-color: #C1EAE5;
}
</style>