Shades of Ice Cold #94EDDB
Tints of Ice Cold #94EDDB
RGB
CMYK
RGB Variations
Color information
#94EDDB (or 0x94EDDB) is known color: Ice Cold. HEX triplet: 94, ED and DB. RGB value is (148,237,219). Sum of RGB (Red+Green+Blue) = 148+237+219=604 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.50% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDDB is #6B1224. Grayscale: #D0D0D0. Windows color (decimal): -7016997 or 14413204. OLE color: 14413204.
HSL color Cylindrical-coordinate representation of color #94EDDB: hue angle of 167.87º 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 #94EDDB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 219 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.07 |
| HSL | 167.87º | 0.71% | 0.75% | - |
| HSV(B) | 167.87º | 0.38% | 0.93% | - |
| XYZ | 55.28 | 71.98 | 78 | - |
| YUV | 208.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 219 | 0.38 | 0 | 0.08 | 0.07 | 167.87 | 0.71 | 0.75 |
| Hex | 94 | ED | DB | 26 | 0 | 8 | 7 | A8 | 47 | 4B |
| Octal | 224 | 355 | 333 | 46 | 0 | 10 | 7 | 250 | 107 | 113 |
| Binary | 10010100 | 11101101 | 11011011 | 100110 | 0 | 1000 | 111 | 10101000 | 1000111 | 1001011 |
Color Harmonies of #94EDDB
Complementary color
Monochromatic Colors of #94EDDB
Black with #94EDDB
Text Example
Text Example
White with #94EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EDDB; }
p { color: rgb(148,237,219); }
H1.HeaderClassName
{
color: #94EDDB;
}
.AnyTagClassName
{
color: #94EDDB;
}
</style>
background-color css
<style>
a { background-color: #94EDDB; }
a { background-color: rgb(148,237,219); }
div.DivClassName
{
background-color: #94EDDB;
}
.BgClassName
{
background-color: #94EDDB;
}
</style>
border-color css
<style>
span { border-color: #94EDDB; }
span { border-color: rgb(148,237,219); }
td.TdClassName
{
border-color: #94EDDB;
}
.TagClassName
{
border-color: #94EDDB;
}
</style>