Shades of Ice Cold #94EDDE
Tints of Ice Cold #94EDDE
RGB
CMYK
RGB Variations
Color information
#94EDDE (or 0x94EDDE) is known color: Ice Cold. HEX triplet: 94, ED and DE. RGB value is (148,237,222). Sum of RGB (Red+Green+Blue) = 148+237+222=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDDE is #6B1221. Grayscale: #D0D0D0. Windows color (decimal): -7016994 or 14609812. OLE color: 14609812.
HSL color Cylindrical-coordinate representation of color #94EDDE: hue angle of 169.89º 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 #94EDDE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 222 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.07 |
| HSL | 169.89º | 0.71% | 0.75% | - |
| HSV(B) | 169.89º | 0.38% | 0.93% | - |
| XYZ | 55.68 | 72.14 | 80.1 | - |
| YUV | 208.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 222 | 0.38 | 0 | 0.06 | 0.07 | 169.89 | 0.71 | 0.75 |
| Hex | 94 | ED | DE | 26 | 0 | 6 | 7 | AA | 47 | 4B |
| Octal | 224 | 355 | 336 | 46 | 0 | 6 | 7 | 252 | 107 | 113 |
| Binary | 10010100 | 11101101 | 11011110 | 100110 | 0 | 110 | 111 | 10101010 | 1000111 | 1001011 |
Color Harmonies of #94EDDE
Complementary color
Monochromatic Colors of #94EDDE
Black with #94EDDE
Text Example
Text Example
White with #94EDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EDDE; }
p { color: rgb(148,237,222); }
H1.HeaderClassName
{
color: #94EDDE;
}
.AnyTagClassName
{
color: #94EDDE;
}
</style>
background-color css
<style>
a { background-color: #94EDDE; }
a { background-color: rgb(148,237,222); }
div.DivClassName
{
background-color: #94EDDE;
}
.BgClassName
{
background-color: #94EDDE;
}
</style>
border-color css
<style>
span { border-color: #94EDDE; }
span { border-color: rgb(148,237,222); }
td.TdClassName
{
border-color: #94EDDE;
}
.TagClassName
{
border-color: #94EDDE;
}
</style>