Shades of Jagged Ice #C6EFE7
Tints of Jagged Ice #C6EFE7
RGB
CMYK
RGB Variations
Color information
#C6EFE7 (or 0xC6EFE7) is known color: Jagged Ice. HEX triplet: C6, EF and E7. RGB value is (198,239,231). Sum of RGB (Red+Green+Blue) = 198+239+231=668 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.64% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #C6EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EFE7 is #391018. Grayscale: #E1E1E1. Windows color (decimal): -3739673 or 15200198. OLE color: 15200198.
HSL color Cylindrical-coordinate representation of color #C6EFE7: hue angle of 168.29º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6EFE7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 239 | 231 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.06 |
| HSL | 168.29º | 0.56% | 0.86% | - |
| HSV(B) | 168.29º | 0.17% | 0.94% | - |
| XYZ | 68.58 | 79.51 | 87.33 | - |
| YUV | 225.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 239 | 231 | 0.17 | 0 | 0.03 | 0.06 | 168.29 | 0.56 | 0.86 |
| Hex | C6 | EF | E7 | 11 | 0 | 3 | 6 | A8 | 38 | 56 |
| Octal | 306 | 357 | 347 | 21 | 0 | 3 | 6 | 250 | 70 | 126 |
| Binary | 11000110 | 11101111 | 11100111 | 10001 | 0 | 11 | 110 | 10101000 | 111000 | 1010110 |
Color Harmonies of #C6EFE7
Complementary color
Monochromatic Colors of #C6EFE7
Black with #C6EFE7
Text Example
Text Example
White with #C6EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EFE7; }
p { color: rgb(198,239,231); }
H1.HeaderClassName
{
color: #C6EFE7;
}
.AnyTagClassName
{
color: #C6EFE7;
}
</style>
background-color css
<style>
a { background-color: #C6EFE7; }
a { background-color: rgb(198,239,231); }
div.DivClassName
{
background-color: #C6EFE7;
}
.BgClassName
{
background-color: #C6EFE7;
}
</style>
border-color css
<style>
span { border-color: #C6EFE7; }
span { border-color: rgb(198,239,231); }
td.TdClassName
{
border-color: #C6EFE7;
}
.TagClassName
{
border-color: #C6EFE7;
}
</style>