Shades of Jagged Ice #C2EEE5
Tints of Jagged Ice #C2EEE5
RGB
CMYK
RGB Variations
Color information
#C2EEE5 (or 0xC2EEE5) is known color: Jagged Ice. HEX triplet: C2, EE and E5. RGB value is (194,238,229). Sum of RGB (Red+Green+Blue) = 194+238+229=661 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.35% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEE5 is #3D111A. Grayscale: #DFDFDF. Windows color (decimal): -4002075 or 15068866. OLE color: 15068866.
HSL color Cylindrical-coordinate representation of color #C2EEE5: hue angle of 167.73º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EEE5 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 229 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.07 |
| HSL | 167.73º | 0.56% | 0.85% | - |
| HSV(B) | 167.73º | 0.18% | 0.93% | - |
| XYZ | 66.97 | 78.28 | 85.71 | - |
| YUV | 223.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 229 | 0.18 | 0 | 0.04 | 0.07 | 167.73 | 0.56 | 0.85 |
| Hex | C2 | EE | E5 | 12 | 0 | 4 | 7 | A8 | 38 | 55 |
| Octal | 302 | 356 | 345 | 22 | 0 | 4 | 7 | 250 | 70 | 125 |
| Binary | 11000010 | 11101110 | 11100101 | 10010 | 0 | 100 | 111 | 10101000 | 111000 | 1010101 |
Color Harmonies of #C2EEE5
Complementary color
Monochromatic Colors of #C2EEE5
Black with #C2EEE5
Text Example
Text Example
White with #C2EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEE5; }
p { color: rgb(194,238,229); }
H1.HeaderClassName
{
color: #C2EEE5;
}
.AnyTagClassName
{
color: #C2EEE5;
}
</style>
background-color css
<style>
a { background-color: #C2EEE5; }
a { background-color: rgb(194,238,229); }
div.DivClassName
{
background-color: #C2EEE5;
}
.BgClassName
{
background-color: #C2EEE5;
}
</style>
border-color css
<style>
span { border-color: #C2EEE5; }
span { border-color: rgb(194,238,229); }
td.TdClassName
{
border-color: #C2EEE5;
}
.TagClassName
{
border-color: #C2EEE5;
}
</style>