Shades of Ice Cold #98E8DF
Tints of Ice Cold #98E8DF
RGB
CMYK
RGB Variations
Color information
#98E8DF (or 0x98E8DF) is known color: Ice Cold. HEX triplet: 98, E8 and DF. RGB value is (152,232,223). Sum of RGB (Red+Green+Blue) = 152+232+223=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #98E8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E8DF is #671720. Grayscale: #CFCFCF. Windows color (decimal): -6756129 or 14674072. OLE color: 14674072.
HSL color Cylindrical-coordinate representation of color #98E8DF: hue angle of 173.25º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E8DF is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 232 | 223 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.09 |
| HSL | 173.25º | 0.63% | 0.75% | - |
| HSV(B) | 173.25º | 0.34% | 0.91% | - |
| XYZ | 55.12 | 69.72 | 80.36 | - |
| YUV | 207.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 232 | 223 | 0.34 | 0 | 0.04 | 0.09 | 173.25 | 0.63 | 0.75 |
| Hex | 98 | E8 | DF | 22 | 0 | 4 | 9 | AD | 3F | 4B |
| Octal | 230 | 350 | 337 | 42 | 0 | 4 | 11 | 255 | 77 | 113 |
| Binary | 10011000 | 11101000 | 11011111 | 100010 | 0 | 100 | 1001 | 10101101 | 111111 | 1001011 |
Color Harmonies of #98E8DF
Complementary color
Monochromatic Colors of #98E8DF
Black with #98E8DF
Text Example
Text Example
White with #98E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E8DF; }
p { color: rgb(152,232,223); }
H1.HeaderClassName
{
color: #98E8DF;
}
.AnyTagClassName
{
color: #98E8DF;
}
</style>
background-color css
<style>
a { background-color: #98E8DF; }
a { background-color: rgb(152,232,223); }
div.DivClassName
{
background-color: #98E8DF;
}
.BgClassName
{
background-color: #98E8DF;
}
</style>
border-color css
<style>
span { border-color: #98E8DF; }
span { border-color: rgb(152,232,223); }
td.TdClassName
{
border-color: #98E8DF;
}
.TagClassName
{
border-color: #98E8DF;
}
</style>