Shades of Jagged Ice #C9EBE4
Tints of Jagged Ice #C9EBE4
RGB
CMYK
RGB Variations
Color information
#C9EBE4 (or 0xC9EBE4) is known color: Jagged Ice. HEX triplet: C9, EB and E4. RGB value is (201,235,228). Sum of RGB (Red+Green+Blue) = 201+235+228=664 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.27% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EBE4 is #36141B. Grayscale: #E0E0E0. Windows color (decimal): -3544092 or 15002569. OLE color: 15002569.
HSL color Cylindrical-coordinate representation of color #C9EBE4: hue angle of 167.65º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EBE4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 228 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.08 |
| HSL | 167.65º | 0.46% | 0.85% | - |
| HSV(B) | 167.65º | 0.14% | 0.92% | - |
| XYZ | 67.8 | 77.44 | 84.77 | - |
| YUV | 224.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 228 | 0.14 | 0 | 0.03 | 0.08 | 167.65 | 0.46 | 0.85 |
| Hex | C9 | EB | E4 | E | 0 | 3 | 8 | A8 | 2E | 55 |
| Octal | 311 | 353 | 344 | 16 | 0 | 3 | 10 | 250 | 56 | 125 |
| Binary | 11001001 | 11101011 | 11100100 | 1110 | 0 | 11 | 1000 | 10101000 | 101110 | 1010101 |
Color Harmonies of #C9EBE4
Complementary color
Monochromatic Colors of #C9EBE4
Black with #C9EBE4
Text Example
Text Example
White with #C9EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EBE4; }
p { color: rgb(201,235,228); }
H1.HeaderClassName
{
color: #C9EBE4;
}
.AnyTagClassName
{
color: #C9EBE4;
}
</style>
background-color css
<style>
a { background-color: #C9EBE4; }
a { background-color: rgb(201,235,228); }
div.DivClassName
{
background-color: #C9EBE4;
}
.BgClassName
{
background-color: #C9EBE4;
}
</style>
border-color css
<style>
span { border-color: #C9EBE4; }
span { border-color: rgb(201,235,228); }
td.TdClassName
{
border-color: #C9EBE4;
}
.TagClassName
{
border-color: #C9EBE4;
}
</style>