Shades of Ice Cold #98F1DD
Tints of Ice Cold #98F1DD
RGB
CMYK
RGB Variations
Color information
#98F1DD (or 0x98F1DD) is known color: Ice Cold. HEX triplet: 98, F1 and DD. RGB value is (152,241,221). Sum of RGB (Red+Green+Blue) = 152+241+221=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1DD is #670E22. Grayscale: #D4D4D4. Windows color (decimal): -6753827 or 14545304. OLE color: 14545304.
HSL color Cylindrical-coordinate representation of color #98F1DD: hue angle of 166.52º 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 #98F1DD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 221 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.05 |
| HSL | 166.52º | 0.76% | 0.77% | - |
| HSV(B) | 166.52º | 0.37% | 0.95% | - |
| XYZ | 57.46 | 74.81 | 79.82 | - |
| YUV | 212.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 221 | 0.37 | 0 | 0.08 | 0.05 | 166.52 | 0.76 | 0.77 |
| Hex | 98 | F1 | DD | 25 | 0 | 8 | 5 | A7 | 4C | 4D |
| Octal | 230 | 361 | 335 | 45 | 0 | 10 | 5 | 247 | 114 | 115 |
| Binary | 10011000 | 11110001 | 11011101 | 100101 | 0 | 1000 | 101 | 10100111 | 1001100 | 1001101 |
Color Harmonies of #98F1DD
Complementary color
Monochromatic Colors of #98F1DD
Black with #98F1DD
Text Example
Text Example
White with #98F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1DD; }
p { color: rgb(152,241,221); }
H1.HeaderClassName
{
color: #98F1DD;
}
.AnyTagClassName
{
color: #98F1DD;
}
</style>
background-color css
<style>
a { background-color: #98F1DD; }
a { background-color: rgb(152,241,221); }
div.DivClassName
{
background-color: #98F1DD;
}
.BgClassName
{
background-color: #98F1DD;
}
</style>
border-color css
<style>
span { border-color: #98F1DD; }
span { border-color: rgb(152,241,221); }
td.TdClassName
{
border-color: #98F1DD;
}
.TagClassName
{
border-color: #98F1DD;
}
</style>