Shades of Jagged Ice #C5EAE4
Tints of Jagged Ice #C5EAE4
RGB
CMYK
RGB Variations
Color information
#C5EAE4 (or 0xC5EAE4) is known color: Jagged Ice. HEX triplet: C5, EA and E4. RGB value is (197,234,228). Sum of RGB (Red+Green+Blue) = 197+234+228=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EAE4 is #3A151B. Grayscale: #DEDEDE. Windows color (decimal): -3806492 or 15002309. OLE color: 15002309.
HSL color Cylindrical-coordinate representation of color #C5EAE4: hue angle of 170.27º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EAE4 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 228 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.08 |
| HSL | 170.27º | 0.47% | 0.85% | - |
| HSV(B) | 170.27º | 0.16% | 0.92% | - |
| XYZ | 66.45 | 76.32 | 84.63 | - |
| YUV | 222.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 228 | 0.16 | 0 | 0.03 | 0.08 | 170.27 | 0.47 | 0.85 |
| Hex | C5 | EA | E4 | 10 | 0 | 3 | 8 | AA | 2F | 55 |
| Octal | 305 | 352 | 344 | 20 | 0 | 3 | 10 | 252 | 57 | 125 |
| Binary | 11000101 | 11101010 | 11100100 | 10000 | 0 | 11 | 1000 | 10101010 | 101111 | 1010101 |
Color Harmonies of #C5EAE4
Complementary color
Monochromatic Colors of #C5EAE4
Black with #C5EAE4
Text Example
Text Example
White with #C5EAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EAE4; }
p { color: rgb(197,234,228); }
H1.HeaderClassName
{
color: #C5EAE4;
}
.AnyTagClassName
{
color: #C5EAE4;
}
</style>
background-color css
<style>
a { background-color: #C5EAE4; }
a { background-color: rgb(197,234,228); }
div.DivClassName
{
background-color: #C5EAE4;
}
.BgClassName
{
background-color: #C5EAE4;
}
</style>
border-color css
<style>
span { border-color: #C5EAE4; }
span { border-color: rgb(197,234,228); }
td.TdClassName
{
border-color: #C5EAE4;
}
.TagClassName
{
border-color: #C5EAE4;
}
</style>