Shades of Ice Cold #94EEE0
Tints of Ice Cold #94EEE0
RGB
CMYK
RGB Variations
Color information
#94EEE0 (or 0x94EEE0) is known color: Ice Cold. HEX triplet: 94, EE and E0. RGB value is (148,238,224). Sum of RGB (Red+Green+Blue) = 148+238+224=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEE0 is #6B111F. Grayscale: #D1D1D1. Windows color (decimal): -7016736 or 14741140. OLE color: 14741140.
HSL color Cylindrical-coordinate representation of color #94EEE0: hue angle of 170.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEE0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 224 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.07 |
| HSL | 170.67º | 0.73% | 0.76% | - |
| HSV(B) | 170.67º | 0.38% | 0.93% | - |
| XYZ | 56.24 | 72.83 | 81.61 | - |
| YUV | 209.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 224 | 0.38 | 0 | 0.06 | 0.07 | 170.67 | 0.73 | 0.76 |
| Hex | 94 | EE | E0 | 26 | 0 | 6 | 7 | AB | 49 | 4C |
| Octal | 224 | 356 | 340 | 46 | 0 | 6 | 7 | 253 | 111 | 114 |
| Binary | 10010100 | 11101110 | 11100000 | 100110 | 0 | 110 | 111 | 10101011 | 1001001 | 1001100 |
Color Harmonies of #94EEE0
Complementary color
Monochromatic Colors of #94EEE0
Black with #94EEE0
Text Example
Text Example
White with #94EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EEE0; }
p { color: rgb(148,238,224); }
H1.HeaderClassName
{
color: #94EEE0;
}
.AnyTagClassName
{
color: #94EEE0;
}
</style>
background-color css
<style>
a { background-color: #94EEE0; }
a { background-color: rgb(148,238,224); }
div.DivClassName
{
background-color: #94EEE0;
}
.BgClassName
{
background-color: #94EEE0;
}
</style>
border-color css
<style>
span { border-color: #94EEE0; }
span { border-color: rgb(148,238,224); }
td.TdClassName
{
border-color: #94EEE0;
}
.TagClassName
{
border-color: #94EEE0;
}
</style>