Shades of Ice Cold #98EFDB
Tints of Ice Cold #98EFDB
RGB
CMYK
RGB Variations
Color information
#98EFDB (or 0x98EFDB) is known color: Ice Cold. HEX triplet: 98, EF and DB. RGB value is (152,239,219). Sum of RGB (Red+Green+Blue) = 152+239+219=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFDB is #671024. Grayscale: #D2D2D2. Windows color (decimal): -6754341 or 14413720. OLE color: 14413720.
HSL color Cylindrical-coordinate representation of color #98EFDB: hue angle of 166.21º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFDB is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 219 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.06 |
| HSL | 166.21º | 0.73% | 0.77% | - |
| HSV(B) | 166.21º | 0.36% | 0.94% | - |
| XYZ | 56.6 | 73.52 | 78.23 | - |
| YUV | 210.71 | 132.68 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 219 | 0.36 | 0 | 0.08 | 0.06 | 166.21 | 0.73 | 0.77 |
| Hex | 98 | EF | DB | 24 | 0 | 8 | 6 | A6 | 49 | 4D |
| Octal | 230 | 357 | 333 | 44 | 0 | 10 | 6 | 246 | 111 | 115 |
| Binary | 10011000 | 11101111 | 11011011 | 100100 | 0 | 1000 | 110 | 10100110 | 1001001 | 1001101 |
Color Harmonies of #98EFDB
Complementary color
Monochromatic Colors of #98EFDB
Black with #98EFDB
Text Example
Text Example
White with #98EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFDB; }
p { color: rgb(152,239,219); }
H1.HeaderClassName
{
color: #98EFDB;
}
.AnyTagClassName
{
color: #98EFDB;
}
</style>
background-color css
<style>
a { background-color: #98EFDB; }
a { background-color: rgb(152,239,219); }
div.DivClassName
{
background-color: #98EFDB;
}
.BgClassName
{
background-color: #98EFDB;
}
</style>
border-color css
<style>
span { border-color: #98EFDB; }
span { border-color: rgb(152,239,219); }
td.TdClassName
{
border-color: #98EFDB;
}
.TagClassName
{
border-color: #98EFDB;
}
</style>