Shades of Ice Cold #94EDDD
Tints of Ice Cold #94EDDD
RGB
CMYK
RGB Variations
Color information
#94EDDD (or 0x94EDDD) is known color: Ice Cold. HEX triplet: 94, ED and DD. RGB value is (148,237,221). Sum of RGB (Red+Green+Blue) = 148+237+221=606 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.42% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDDD is #6B1222. Grayscale: #D0D0D0. Windows color (decimal): -7016995 or 14544276. OLE color: 14544276.
HSL color Cylindrical-coordinate representation of color #94EDDD: hue angle of 169.21º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EDDD is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 221 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.07 |
| HSL | 169.21º | 0.71% | 0.75% | - |
| HSV(B) | 169.21º | 0.38% | 0.93% | - |
| XYZ | 55.55 | 72.08 | 79.39 | - |
| YUV | 208.57 | 135.01 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 221 | 0.38 | 0 | 0.07 | 0.07 | 169.21 | 0.71 | 0.75 |
| Hex | 94 | ED | DD | 26 | 0 | 7 | 7 | A9 | 47 | 4B |
| Octal | 224 | 355 | 335 | 46 | 0 | 7 | 7 | 251 | 107 | 113 |
| Binary | 10010100 | 11101101 | 11011101 | 100110 | 0 | 111 | 111 | 10101001 | 1000111 | 1001011 |
Color Harmonies of #94EDDD
Complementary color
Monochromatic Colors of #94EDDD
Black with #94EDDD
Text Example
Text Example
White with #94EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EDDD; }
p { color: rgb(148,237,221); }
H1.HeaderClassName
{
color: #94EDDD;
}
.AnyTagClassName
{
color: #94EDDD;
}
</style>
background-color css
<style>
a { background-color: #94EDDD; }
a { background-color: rgb(148,237,221); }
div.DivClassName
{
background-color: #94EDDD;
}
.BgClassName
{
background-color: #94EDDD;
}
</style>
border-color css
<style>
span { border-color: #94EDDD; }
span { border-color: rgb(148,237,221); }
td.TdClassName
{
border-color: #94EDDD;
}
.TagClassName
{
border-color: #94EDDD;
}
</style>