Shades of Jagged Ice #C8EFE8
Tints of Jagged Ice #C8EFE8
RGB
CMYK
RGB Variations
Color information
#C8EFE8 (or 0xC8EFE8) is known color: Jagged Ice. HEX triplet: C8, EF and E8. RGB value is (200,239,232). Sum of RGB (Red+Green+Blue) = 200+239+232=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFE8 is #371017. Grayscale: #E2E2E2. Windows color (decimal): -3608600 or 15265736. OLE color: 15265736.
HSL color Cylindrical-coordinate representation of color #C8EFE8: hue angle of 169.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFE8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 232 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.06 |
| HSL | 169.23º | 0.55% | 0.86% | - |
| HSV(B) | 169.23º | 0.16% | 0.94% | - |
| XYZ | 69.25 | 79.84 | 88.1 | - |
| YUV | 226.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 232 | 0.16 | 0 | 0.03 | 0.06 | 169.23 | 0.55 | 0.86 |
| Hex | C8 | EF | E8 | 10 | 0 | 3 | 6 | A9 | 37 | 56 |
| Octal | 310 | 357 | 350 | 20 | 0 | 3 | 6 | 251 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11101000 | 10000 | 0 | 11 | 110 | 10101001 | 110111 | 1010110 |
Color Harmonies of #C8EFE8
Complementary color
Monochromatic Colors of #C8EFE8
Black with #C8EFE8
Text Example
Text Example
White with #C8EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFE8; }
p { color: rgb(200,239,232); }
H1.HeaderClassName
{
color: #C8EFE8;
}
.AnyTagClassName
{
color: #C8EFE8;
}
</style>
background-color css
<style>
a { background-color: #C8EFE8; }
a { background-color: rgb(200,239,232); }
div.DivClassName
{
background-color: #C8EFE8;
}
.BgClassName
{
background-color: #C8EFE8;
}
</style>
border-color css
<style>
span { border-color: #C8EFE8; }
span { border-color: rgb(200,239,232); }
td.TdClassName
{
border-color: #C8EFE8;
}
.TagClassName
{
border-color: #C8EFE8;
}
</style>