Shades of Ice Cold #98F0DC
Tints of Ice Cold #98F0DC
RGB
CMYK
RGB Variations
Color information
#98F0DC (or 0x98F0DC) is known color: Ice Cold. HEX triplet: 98, F0 and DC. RGB value is (152,240,220). Sum of RGB (Red+Green+Blue) = 152+240+220=612 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.84% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #98F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F0DC is #670F23. Grayscale: #D3D3D3. Windows color (decimal): -6754084 or 14479512. OLE color: 14479512.
HSL color Cylindrical-coordinate representation of color #98F0DC: hue angle of 166.36º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F0DC is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 240 | 220 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.06 |
| HSL | 166.36º | 0.75% | 0.77% | - |
| HSV(B) | 166.36º | 0.37% | 0.94% | - |
| XYZ | 57.03 | 74.16 | 79.02 | - |
| YUV | 211.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 240 | 220 | 0.37 | 0 | 0.08 | 0.06 | 166.36 | 0.75 | 0.77 |
| Hex | 98 | F0 | DC | 25 | 0 | 8 | 6 | A6 | 4B | 4D |
| Octal | 230 | 360 | 334 | 45 | 0 | 10 | 6 | 246 | 113 | 115 |
| Binary | 10011000 | 11110000 | 11011100 | 100101 | 0 | 1000 | 110 | 10100110 | 1001011 | 1001101 |
Color Harmonies of #98F0DC
Complementary color
Monochromatic Colors of #98F0DC
Black with #98F0DC
Text Example
Text Example
White with #98F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F0DC; }
p { color: rgb(152,240,220); }
H1.HeaderClassName
{
color: #98F0DC;
}
.AnyTagClassName
{
color: #98F0DC;
}
</style>
background-color css
<style>
a { background-color: #98F0DC; }
a { background-color: rgb(152,240,220); }
div.DivClassName
{
background-color: #98F0DC;
}
.BgClassName
{
background-color: #98F0DC;
}
</style>
border-color css
<style>
span { border-color: #98F0DC; }
span { border-color: rgb(152,240,220); }
td.TdClassName
{
border-color: #98F0DC;
}
.TagClassName
{
border-color: #98F0DC;
}
</style>