Shades of Ice Cold #94EFE0
Tints of Ice Cold #94EFE0
RGB
CMYK
RGB Variations
Color information
#94EFE0 (or 0x94EFE0) is known color: Ice Cold. HEX triplet: 94, EF and E0. RGB value is (148,239,224). Sum of RGB (Red+Green+Blue) = 148+239+224=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFE0 is #6B101F. Grayscale: #D2D2D2. Windows color (decimal): -7016480 or 14741396. OLE color: 14741396.
HSL color Cylindrical-coordinate representation of color #94EFE0: hue angle of 170.11º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFE0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 224 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.06 |
| HSL | 170.11º | 0.74% | 0.76% | - |
| HSV(B) | 170.11º | 0.38% | 0.94% | - |
| XYZ | 56.53 | 73.41 | 81.71 | - |
| YUV | 210.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 224 | 0.38 | 0 | 0.06 | 0.06 | 170.11 | 0.74 | 0.76 |
| Hex | 94 | EF | E0 | 26 | 0 | 6 | 6 | AA | 4A | 4C |
| Octal | 224 | 357 | 340 | 46 | 0 | 6 | 6 | 252 | 112 | 114 |
| Binary | 10010100 | 11101111 | 11100000 | 100110 | 0 | 110 | 110 | 10101010 | 1001010 | 1001100 |
Color Harmonies of #94EFE0
Complementary color
Monochromatic Colors of #94EFE0
Black with #94EFE0
Text Example
Text Example
White with #94EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EFE0; }
p { color: rgb(148,239,224); }
H1.HeaderClassName
{
color: #94EFE0;
}
.AnyTagClassName
{
color: #94EFE0;
}
</style>
background-color css
<style>
a { background-color: #94EFE0; }
a { background-color: rgb(148,239,224); }
div.DivClassName
{
background-color: #94EFE0;
}
.BgClassName
{
background-color: #94EFE0;
}
</style>
border-color css
<style>
span { border-color: #94EFE0; }
span { border-color: rgb(148,239,224); }
td.TdClassName
{
border-color: #94EFE0;
}
.TagClassName
{
border-color: #94EFE0;
}
</style>