Shades of Jagged Ice #C2EEE8
Tints of Jagged Ice #C2EEE8
RGB
CMYK
RGB Variations
Color information
#C2EEE8 (or 0xC2EEE8) is known color: Jagged Ice. HEX triplet: C2, EE and E8. RGB value is (194,238,232). Sum of RGB (Red+Green+Blue) = 194+238+232=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEE8 is #3D1117. Grayscale: #E0E0E0. Windows color (decimal): -4002072 or 15265474. OLE color: 15265474.
HSL color Cylindrical-coordinate representation of color #C2EEE8: hue angle of 171.82º 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 #C2EEE8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 232 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.07 |
| HSL | 171.82º | 0.56% | 0.85% | - |
| HSV(B) | 171.82º | 0.18% | 0.93% | - |
| XYZ | 67.39 | 78.44 | 87.93 | - |
| YUV | 224.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 232 | 0.18 | 0 | 0.03 | 0.07 | 171.82 | 0.56 | 0.85 |
| Hex | C2 | EE | E8 | 12 | 0 | 3 | 7 | AC | 38 | 55 |
| Octal | 302 | 356 | 350 | 22 | 0 | 3 | 7 | 254 | 70 | 125 |
| Binary | 11000010 | 11101110 | 11101000 | 10010 | 0 | 11 | 111 | 10101100 | 111000 | 1010101 |
Color Harmonies of #C2EEE8
Complementary color
Monochromatic Colors of #C2EEE8
Black with #C2EEE8
Text Example
Text Example
White with #C2EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEE8; }
p { color: rgb(194,238,232); }
H1.HeaderClassName
{
color: #C2EEE8;
}
.AnyTagClassName
{
color: #C2EEE8;
}
</style>
background-color css
<style>
a { background-color: #C2EEE8; }
a { background-color: rgb(194,238,232); }
div.DivClassName
{
background-color: #C2EEE8;
}
.BgClassName
{
background-color: #C2EEE8;
}
</style>
border-color css
<style>
span { border-color: #C2EEE8; }
span { border-color: rgb(194,238,232); }
td.TdClassName
{
border-color: #C2EEE8;
}
.TagClassName
{
border-color: #C2EEE8;
}
</style>