Shades of Jagged Ice #C5F1EA
Tints of Jagged Ice #C5F1EA
RGB
CMYK
RGB Variations
Color information
#C5F1EA (or 0xC5F1EA) is known color: Jagged Ice. HEX triplet: C5, F1 and EA. RGB value is (197,241,234). Sum of RGB (Red+Green+Blue) = 197+241+234=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F1EA is #3A0E15. Grayscale: #E3E3E3. Windows color (decimal): -3804694 or 15397317. OLE color: 15397317.
HSL color Cylindrical-coordinate representation of color #C5F1EA: hue angle of 170.45º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5F1EA is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 234 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.05 |
| HSL | 170.45º | 0.61% | 0.86% | - |
| HSV(B) | 170.45º | 0.18% | 0.95% | - |
| XYZ | 69.33 | 80.72 | 89.77 | - |
| YUV | 227.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 234 | 0.18 | 0 | 0.03 | 0.05 | 170.45 | 0.61 | 0.86 |
| Hex | C5 | F1 | EA | 12 | 0 | 3 | 5 | AA | 3D | 56 |
| Octal | 305 | 361 | 352 | 22 | 0 | 3 | 5 | 252 | 75 | 126 |
| Binary | 11000101 | 11110001 | 11101010 | 10010 | 0 | 11 | 101 | 10101010 | 111101 | 1010110 |
Color Harmonies of #C5F1EA
Complementary color
Monochromatic Colors of #C5F1EA
Black with #C5F1EA
Text Example
Text Example
White with #C5F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F1EA; }
p { color: rgb(197,241,234); }
H1.HeaderClassName
{
color: #C5F1EA;
}
.AnyTagClassName
{
color: #C5F1EA;
}
</style>
background-color css
<style>
a { background-color: #C5F1EA; }
a { background-color: rgb(197,241,234); }
div.DivClassName
{
background-color: #C5F1EA;
}
.BgClassName
{
background-color: #C5F1EA;
}
</style>
border-color css
<style>
span { border-color: #C5F1EA; }
span { border-color: rgb(197,241,234); }
td.TdClassName
{
border-color: #C5F1EA;
}
.TagClassName
{
border-color: #C5F1EA;
}
</style>