Shades of Ice Cold #98F1E0
Tints of Ice Cold #98F1E0
RGB
CMYK
RGB Variations
Color information
#98F1E0 (or 0x98F1E0) is known color: Ice Cold. HEX triplet: 98, F1 and E0. RGB value is (152,241,224). Sum of RGB (Red+Green+Blue) = 152+241+224=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1E0 is #670E1F. Grayscale: #D4D4D4. Windows color (decimal): -6753824 or 14741912. OLE color: 14741912.
HSL color Cylindrical-coordinate representation of color #98F1E0: hue angle of 168.54º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F1E0 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 224 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.05 |
| HSL | 168.54º | 0.76% | 0.77% | - |
| HSV(B) | 168.54º | 0.37% | 0.95% | - |
| XYZ | 57.86 | 74.97 | 81.94 | - |
| YUV | 212.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 224 | 0.37 | 0 | 0.07 | 0.05 | 168.54 | 0.76 | 0.77 |
| Hex | 98 | F1 | E0 | 25 | 0 | 7 | 5 | A9 | 4C | 4D |
| Octal | 230 | 361 | 340 | 45 | 0 | 7 | 5 | 251 | 114 | 115 |
| Binary | 10011000 | 11110001 | 11100000 | 100101 | 0 | 111 | 101 | 10101001 | 1001100 | 1001101 |
Color Harmonies of #98F1E0
Complementary color
Monochromatic Colors of #98F1E0
Black with #98F1E0
Text Example
Text Example
White with #98F1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1E0; }
p { color: rgb(152,241,224); }
H1.HeaderClassName
{
color: #98F1E0;
}
.AnyTagClassName
{
color: #98F1E0;
}
</style>
background-color css
<style>
a { background-color: #98F1E0; }
a { background-color: rgb(152,241,224); }
div.DivClassName
{
background-color: #98F1E0;
}
.BgClassName
{
background-color: #98F1E0;
}
</style>
border-color css
<style>
span { border-color: #98F1E0; }
span { border-color: rgb(152,241,224); }
td.TdClassName
{
border-color: #98F1E0;
}
.TagClassName
{
border-color: #98F1E0;
}
</style>