Shades of Jagged Ice #C3EFEA
Tints of Jagged Ice #C3EFEA
RGB
CMYK
RGB Variations
Color information
#C3EFEA (or 0xC3EFEA) is known color: Jagged Ice. HEX triplet: C3, EF and EA. RGB value is (195,239,234). Sum of RGB (Red+Green+Blue) = 195+239+234=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EFEA is #3C1015. Grayscale: #E1E1E1. Windows color (decimal): -3936278 or 15396803. OLE color: 15396803.
HSL color Cylindrical-coordinate representation of color #C3EFEA: hue angle of 173.18º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EFEA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 234 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.06 |
| HSL | 173.18º | 0.58% | 0.85% | - |
| HSV(B) | 173.18º | 0.18% | 0.94% | - |
| XYZ | 68.22 | 79.28 | 89.55 | - |
| YUV | 225.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 234 | 0.18 | 0 | 0.02 | 0.06 | 173.18 | 0.58 | 0.85 |
| Hex | C3 | EF | EA | 12 | 0 | 2 | 6 | AD | 3A | 55 |
| Octal | 303 | 357 | 352 | 22 | 0 | 2 | 6 | 255 | 72 | 125 |
| Binary | 11000011 | 11101111 | 11101010 | 10010 | 0 | 10 | 110 | 10101101 | 111010 | 1010101 |
Color Harmonies of #C3EFEA
Complementary color
Monochromatic Colors of #C3EFEA
Black with #C3EFEA
Text Example
Text Example
White with #C3EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFEA; }
p { color: rgb(195,239,234); }
H1.HeaderClassName
{
color: #C3EFEA;
}
.AnyTagClassName
{
color: #C3EFEA;
}
</style>
background-color css
<style>
a { background-color: #C3EFEA; }
a { background-color: rgb(195,239,234); }
div.DivClassName
{
background-color: #C3EFEA;
}
.BgClassName
{
background-color: #C3EFEA;
}
</style>
border-color css
<style>
span { border-color: #C3EFEA; }
span { border-color: rgb(195,239,234); }
td.TdClassName
{
border-color: #C3EFEA;
}
.TagClassName
{
border-color: #C3EFEA;
}
</style>