Shades of Jagged Ice #C5F1E8
Tints of Jagged Ice #C5F1E8
RGB
CMYK
RGB Variations
Color information
#C5F1E8 (or 0xC5F1E8) is known color: Jagged Ice. HEX triplet: C5, F1 and E8. RGB value is (197,241,232). Sum of RGB (Red+Green+Blue) = 197+241+232=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F1E8 is #3A0E17. Grayscale: #E2E2E2. Windows color (decimal): -3804696 or 15266245. OLE color: 15266245.
HSL color Cylindrical-coordinate representation of color #C5F1E8: hue angle of 167.73º 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 #C5F1E8 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 232 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.05 |
| HSL | 167.73º | 0.61% | 0.86% | - |
| HSV(B) | 167.73º | 0.18% | 0.95% | - |
| XYZ | 69.05 | 80.61 | 88.26 | - |
| YUV | 226.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 232 | 0.18 | 0 | 0.04 | 0.05 | 167.73 | 0.61 | 0.86 |
| Hex | C5 | F1 | E8 | 12 | 0 | 4 | 5 | A8 | 3D | 56 |
| Octal | 305 | 361 | 350 | 22 | 0 | 4 | 5 | 250 | 75 | 126 |
| Binary | 11000101 | 11110001 | 11101000 | 10010 | 0 | 100 | 101 | 10101000 | 111101 | 1010110 |
Color Harmonies of #C5F1E8
Complementary color
Monochromatic Colors of #C5F1E8
Black with #C5F1E8
Text Example
Text Example
White with #C5F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F1E8; }
p { color: rgb(197,241,232); }
H1.HeaderClassName
{
color: #C5F1E8;
}
.AnyTagClassName
{
color: #C5F1E8;
}
</style>
background-color css
<style>
a { background-color: #C5F1E8; }
a { background-color: rgb(197,241,232); }
div.DivClassName
{
background-color: #C5F1E8;
}
.BgClassName
{
background-color: #C5F1E8;
}
</style>
border-color css
<style>
span { border-color: #C5F1E8; }
span { border-color: rgb(197,241,232); }
td.TdClassName
{
border-color: #C5F1E8;
}
.TagClassName
{
border-color: #C5F1E8;
}
</style>