Shades of Ice Cold #98EADD
Tints of Ice Cold #98EADD
RGB
CMYK
RGB Variations
Color information
#98EADD (or 0x98EADD) is known color: Ice Cold. HEX triplet: 98, EA and DD. RGB value is (152,234,221). Sum of RGB (Red+Green+Blue) = 152+234+221=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #98EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EADD is #671522. Grayscale: #CFCFCF. Windows color (decimal): -6755619 or 14543512. OLE color: 14543512.
HSL color Cylindrical-coordinate representation of color #98EADD: hue angle of 170.49º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EADD is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 221 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.08 |
| HSL | 170.49º | 0.66% | 0.76% | - |
| HSV(B) | 170.49º | 0.35% | 0.92% | - |
| XYZ | 55.42 | 70.74 | 79.14 | - |
| YUV | 208 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 221 | 0.35 | 0 | 0.06 | 0.08 | 170.49 | 0.66 | 0.76 |
| Hex | 98 | EA | DD | 23 | 0 | 6 | 8 | AA | 42 | 4C |
| Octal | 230 | 352 | 335 | 43 | 0 | 6 | 10 | 252 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11011101 | 100011 | 0 | 110 | 1000 | 10101010 | 1000010 | 1001100 |
Color Harmonies of #98EADD
Complementary color
Monochromatic Colors of #98EADD
Black with #98EADD
Text Example
Text Example
White with #98EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EADD; }
p { color: rgb(152,234,221); }
H1.HeaderClassName
{
color: #98EADD;
}
.AnyTagClassName
{
color: #98EADD;
}
</style>
background-color css
<style>
a { background-color: #98EADD; }
a { background-color: rgb(152,234,221); }
div.DivClassName
{
background-color: #98EADD;
}
.BgClassName
{
background-color: #98EADD;
}
</style>
border-color css
<style>
span { border-color: #98EADD; }
span { border-color: rgb(152,234,221); }
td.TdClassName
{
border-color: #98EADD;
}
.TagClassName
{
border-color: #98EADD;
}
</style>