Shades of Ice Cold #94ECDE
Tints of Ice Cold #94ECDE
RGB
CMYK
RGB Variations
Color information
#94ECDE (or 0x94ECDE) is known color: Ice Cold. HEX triplet: 94, EC and DE. RGB value is (148,236,222). Sum of RGB (Red+Green+Blue) = 148+236+222=606 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.42% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECDE is #6B1321. Grayscale: #D0D0D0. Windows color (decimal): -7017250 or 14609556. OLE color: 14609556.
HSL color Cylindrical-coordinate representation of color #94ECDE: hue angle of 170.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECDE is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 222 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.07 |
| HSL | 170.45º | 0.7% | 0.75% | - |
| HSV(B) | 170.45º | 0.37% | 0.93% | - |
| XYZ | 55.39 | 71.56 | 80 | - |
| YUV | 208.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 222 | 0.37 | 0 | 0.06 | 0.07 | 170.45 | 0.7 | 0.75 |
| Hex | 94 | EC | DE | 25 | 0 | 6 | 7 | AA | 46 | 4B |
| Octal | 224 | 354 | 336 | 45 | 0 | 6 | 7 | 252 | 106 | 113 |
| Binary | 10010100 | 11101100 | 11011110 | 100101 | 0 | 110 | 111 | 10101010 | 1000110 | 1001011 |
Color Harmonies of #94ECDE
Complementary color
Monochromatic Colors of #94ECDE
Black with #94ECDE
Text Example
Text Example
White with #94ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECDE; }
p { color: rgb(148,236,222); }
H1.HeaderClassName
{
color: #94ECDE;
}
.AnyTagClassName
{
color: #94ECDE;
}
</style>
background-color css
<style>
a { background-color: #94ECDE; }
a { background-color: rgb(148,236,222); }
div.DivClassName
{
background-color: #94ECDE;
}
.BgClassName
{
background-color: #94ECDE;
}
</style>
border-color css
<style>
span { border-color: #94ECDE; }
span { border-color: rgb(148,236,222); }
td.TdClassName
{
border-color: #94ECDE;
}
.TagClassName
{
border-color: #94ECDE;
}
</style>