Shades of Jagged Ice #C5EEE6
Tints of Jagged Ice #C5EEE6
RGB
CMYK
RGB Variations
Color information
#C5EEE6 (or 0xC5EEE6) is known color: Jagged Ice. HEX triplet: C5, EE and E6. RGB value is (197,238,230). Sum of RGB (Red+Green+Blue) = 197+238+230=665 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.62% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEE6 is #3A1119. Grayscale: #E0E0E0. Windows color (decimal): -3805466 or 15134405. OLE color: 15134405.
HSL color Cylindrical-coordinate representation of color #C5EEE6: hue angle of 168.29º 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 #C5EEE6 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 230 | - |
CMYK | 0.17 | 0 | 0.03 | 0.07 |
HSL | 168.29º | 0.55% | 0.85% | - |
HSV(B) | 168.29º | 0.17% | 0.93% | - |
XYZ | 67.88 | 78.73 | 86.48 | - |
YUV | 224.83 | 130.92 | 108.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 230 | 0.17 | 0 | 0.03 | 0.07 | 168.29 | 0.55 | 0.85 |
Hex | C5 | EE | E6 | 11 | 0 | 3 | 7 | A8 | 37 | 55 |
Octal | 305 | 356 | 346 | 21 | 0 | 3 | 7 | 250 | 67 | 125 |
Binary | 11000101 | 11101110 | 11100110 | 10001 | 0 | 11 | 111 | 10101000 | 110111 | 1010101 |
Color Harmonies of #C5EEE6
Complementary color
Monochromatic Colors of #C5EEE6
Black with #C5EEE6
Text Example
Text Example
White with #C5EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEE6; }
p { color: rgb(197,238,230); }
H1.HeaderClassName
{
color: #C5EEE6;
}
.AnyTagClassName
{
color: #C5EEE6;
}
</style>
background-color css
<style>
a { background-color: #C5EEE6; }
a { background-color: rgb(197,238,230); }
div.DivClassName
{
background-color: #C5EEE6;
}
.BgClassName
{
background-color: #C5EEE6;
}
</style>
border-color css
<style>
span { border-color: #C5EEE6; }
span { border-color: rgb(197,238,230); }
td.TdClassName
{
border-color: #C5EEE6;
}
.TagClassName
{
border-color: #C5EEE6;
}
</style>