Shades of Jagged Ice #C3EFE4
Tints of Jagged Ice #C3EFE4
RGB
CMYK
RGB Variations
Color information
#C3EFE4 (or 0xC3EFE4) is known color: Jagged Ice. HEX triplet: C3, EF and E4. RGB value is (195,239,228). Sum of RGB (Red+Green+Blue) = 195+239+228=662 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.46% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EFE4 is #3C101B. Grayscale: #E0E0E0. Windows color (decimal): -3936284 or 15003587. OLE color: 15003587.
HSL color Cylindrical-coordinate representation of color #C3EFE4: hue angle of 165º 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 #C3EFE4 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 228 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.06 |
| HSL | 165º | 0.58% | 0.85% | - |
| HSV(B) | 165º | 0.18% | 0.94% | - |
| XYZ | 67.38 | 78.94 | 85.08 | - |
| YUV | 224.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 228 | 0.18 | 0 | 0.05 | 0.06 | 165 | 0.58 | 0.85 |
| Hex | C3 | EF | E4 | 12 | 0 | 5 | 6 | A5 | 3A | 55 |
| Octal | 303 | 357 | 344 | 22 | 0 | 5 | 6 | 245 | 72 | 125 |
| Binary | 11000011 | 11101111 | 11100100 | 10010 | 0 | 101 | 110 | 10100101 | 111010 | 1010101 |
Color Harmonies of #C3EFE4
Complementary color
Monochromatic Colors of #C3EFE4
Black with #C3EFE4
Text Example
Text Example
White with #C3EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EFE4; }
p { color: rgb(195,239,228); }
H1.HeaderClassName
{
color: #C3EFE4;
}
.AnyTagClassName
{
color: #C3EFE4;
}
</style>
background-color css
<style>
a { background-color: #C3EFE4; }
a { background-color: rgb(195,239,228); }
div.DivClassName
{
background-color: #C3EFE4;
}
.BgClassName
{
background-color: #C3EFE4;
}
</style>
border-color css
<style>
span { border-color: #C3EFE4; }
span { border-color: rgb(195,239,228); }
td.TdClassName
{
border-color: #C3EFE4;
}
.TagClassName
{
border-color: #C3EFE4;
}
</style>