Shades of Ice Cold #93EEE0
Tints of Ice Cold #93EEE0
RGB
CMYK
RGB Variations
Color information
#93EEE0 (or 0x93EEE0) is known color: Ice Cold. HEX triplet: 93, EE and E0. RGB value is (147,238,224). Sum of RGB (Red+Green+Blue) = 147+238+224=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEE0 is #6C111F. Grayscale: #D1D1D1. Windows color (decimal): -7082272 or 14741139. OLE color: 14741139.
HSL color Cylindrical-coordinate representation of color #93EEE0: hue angle of 170.77º degrees, saturation: 0.73, 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 #93EEE0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 224 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.07 |
| HSL | 170.77º | 0.73% | 0.75% | - |
| HSV(B) | 170.77º | 0.38% | 0.93% | - |
| XYZ | 56.06 | 72.73 | 81.61 | - |
| YUV | 209.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 224 | 0.38 | 0 | 0.06 | 0.07 | 170.77 | 0.73 | 0.75 |
| Hex | 93 | EE | E0 | 26 | 0 | 6 | 7 | AB | 49 | 4B |
| Octal | 223 | 356 | 340 | 46 | 0 | 6 | 7 | 253 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11100000 | 100110 | 0 | 110 | 111 | 10101011 | 1001001 | 1001011 |
Color Harmonies of #93EEE0
Complementary color
Monochromatic Colors of #93EEE0
Black with #93EEE0
Text Example
Text Example
White with #93EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEE0; }
p { color: rgb(147,238,224); }
H1.HeaderClassName
{
color: #93EEE0;
}
.AnyTagClassName
{
color: #93EEE0;
}
</style>
background-color css
<style>
a { background-color: #93EEE0; }
a { background-color: rgb(147,238,224); }
div.DivClassName
{
background-color: #93EEE0;
}
.BgClassName
{
background-color: #93EEE0;
}
</style>
border-color css
<style>
span { border-color: #93EEE0; }
span { border-color: rgb(147,238,224); }
td.TdClassName
{
border-color: #93EEE0;
}
.TagClassName
{
border-color: #93EEE0;
}
</style>