Shades of Ice Cold #98EBDB
Tints of Ice Cold #98EBDB
RGB
CMYK
RGB Variations
Color information
#98EBDB (or 0x98EBDB) is known color: Ice Cold. HEX triplet: 98, EB and DB. RGB value is (152,235,219). Sum of RGB (Red+Green+Blue) = 152+235+219=606 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.08% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBDB is #671424. Grayscale: #D0D0D0. Windows color (decimal): -6755365 or 14412696. OLE color: 14412696.
HSL color Cylindrical-coordinate representation of color #98EBDB: hue angle of 168.43º degrees, saturation: 0.67, 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 #98EBDB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 219 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.08 |
| HSL | 168.43º | 0.67% | 0.76% | - |
| HSV(B) | 168.43º | 0.35% | 0.92% | - |
| XYZ | 55.44 | 71.21 | 77.84 | - |
| YUV | 208.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 219 | 0.35 | 0 | 0.07 | 0.08 | 168.43 | 0.67 | 0.76 |
| Hex | 98 | EB | DB | 23 | 0 | 7 | 8 | A8 | 43 | 4C |
| Octal | 230 | 353 | 333 | 43 | 0 | 7 | 10 | 250 | 103 | 114 |
| Binary | 10011000 | 11101011 | 11011011 | 100011 | 0 | 111 | 1000 | 10101000 | 1000011 | 1001100 |
Color Harmonies of #98EBDB
Complementary color
Monochromatic Colors of #98EBDB
Black with #98EBDB
Text Example
Text Example
White with #98EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBDB; }
p { color: rgb(152,235,219); }
H1.HeaderClassName
{
color: #98EBDB;
}
.AnyTagClassName
{
color: #98EBDB;
}
</style>
background-color css
<style>
a { background-color: #98EBDB; }
a { background-color: rgb(152,235,219); }
div.DivClassName
{
background-color: #98EBDB;
}
.BgClassName
{
background-color: #98EBDB;
}
</style>
border-color css
<style>
span { border-color: #98EBDB; }
span { border-color: rgb(152,235,219); }
td.TdClassName
{
border-color: #98EBDB;
}
.TagClassName
{
border-color: #98EBDB;
}
</style>