Shades of Jagged Ice #C8F3EB
Tints of Jagged Ice #C8F3EB
RGB
CMYK
RGB Variations
Color information
#C8F3EB (or 0xC8F3EB) is known color: Jagged Ice. HEX triplet: C8, F3 and EB. RGB value is (200,243,235). Sum of RGB (Red+Green+Blue) = 200+243+235=678 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.50% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F3EB is #370C14. Grayscale: #E5E5E5. Windows color (decimal): -3607573 or 15463368. OLE color: 15463368.
HSL color Cylindrical-coordinate representation of color #C8F3EB: hue angle of 168.84º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F3EB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 235 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.05 |
| HSL | 168.84º | 0.64% | 0.87% | - |
| HSV(B) | 168.84º | 0.18% | 0.95% | - |
| XYZ | 70.87 | 82.38 | 90.76 | - |
| YUV | 229.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 235 | 0.18 | 0 | 0.03 | 0.05 | 168.84 | 0.64 | 0.87 |
| Hex | C8 | F3 | EB | 12 | 0 | 3 | 5 | A9 | 40 | 57 |
| Octal | 310 | 363 | 353 | 22 | 0 | 3 | 5 | 251 | 100 | 127 |
| Binary | 11001000 | 11110011 | 11101011 | 10010 | 0 | 11 | 101 | 10101001 | 1000000 | 1010111 |
Color Harmonies of #C8F3EB
Complementary color
Monochromatic Colors of #C8F3EB
Black with #C8F3EB
Text Example
Text Example
White with #C8F3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F3EB; }
p { color: rgb(200,243,235); }
H1.HeaderClassName
{
color: #C8F3EB;
}
.AnyTagClassName
{
color: #C8F3EB;
}
</style>
background-color css
<style>
a { background-color: #C8F3EB; }
a { background-color: rgb(200,243,235); }
div.DivClassName
{
background-color: #C8F3EB;
}
.BgClassName
{
background-color: #C8F3EB;
}
</style>
border-color css
<style>
span { border-color: #C8F3EB; }
span { border-color: rgb(200,243,235); }
td.TdClassName
{
border-color: #C8F3EB;
}
.TagClassName
{
border-color: #C8F3EB;
}
</style>