Shades of Jagged Ice #C5EEE5
Tints of Jagged Ice #C5EEE5
RGB
CMYK
RGB Variations
Color information
#C5EEE5 (or 0xC5EEE5) is known color: Jagged Ice. HEX triplet: C5, EE and E5. RGB value is (197,238,229). Sum of RGB (Red+Green+Blue) = 197+238+229=664 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.67% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEE5 is #3A111A. Grayscale: #E0E0E0. Windows color (decimal): -3805467 or 15068869. OLE color: 15068869.
HSL color Cylindrical-coordinate representation of color #C5EEE5: hue angle of 166.83º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EEE5 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 229 | - |
CMYK | 0.17 | 0 | 0.04 | 0.07 |
HSL | 166.83º | 0.55% | 0.85% | - |
HSV(B) | 166.83º | 0.17% | 0.93% | - |
XYZ | 67.74 | 78.68 | 85.74 | - |
YUV | 224.72 | 130.42 | 108.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 229 | 0.17 | 0 | 0.04 | 0.07 | 166.83 | 0.55 | 0.85 |
Hex | C5 | EE | E5 | 11 | 0 | 4 | 7 | A7 | 37 | 55 |
Octal | 305 | 356 | 345 | 21 | 0 | 4 | 7 | 247 | 67 | 125 |
Binary | 11000101 | 11101110 | 11100101 | 10001 | 0 | 100 | 111 | 10100111 | 110111 | 1010101 |
Color Harmonies of #C5EEE5
Complementary color
Monochromatic Colors of #C5EEE5
Black with #C5EEE5
Text Example
Text Example
White with #C5EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEE5; }
p { color: rgb(197,238,229); }
H1.HeaderClassName
{
color: #C5EEE5;
}
.AnyTagClassName
{
color: #C5EEE5;
}
</style>
background-color css
<style>
a { background-color: #C5EEE5; }
a { background-color: rgb(197,238,229); }
div.DivClassName
{
background-color: #C5EEE5;
}
.BgClassName
{
background-color: #C5EEE5;
}
</style>
border-color css
<style>
span { border-color: #C5EEE5; }
span { border-color: rgb(197,238,229); }
td.TdClassName
{
border-color: #C5EEE5;
}
.TagClassName
{
border-color: #C5EEE5;
}
</style>