Shades of Ice Cold #9FEBE0
Tints of Ice Cold #9FEBE0
RGB
CMYK
RGB Variations
Color information
#9FEBE0 (or 0x9FEBE0) is known color: Ice Cold. HEX triplet: 9F, EB and E0. RGB value is (159,235,224). Sum of RGB (Red+Green+Blue) = 159+235+224=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBE0 is #60141F. Grayscale: #D2D2D2. Windows color (decimal): -6296608 or 14740383. OLE color: 14740383.
HSL color Cylindrical-coordinate representation of color #9FEBE0: hue angle of 171.32º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBE0 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 224 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.08 |
| HSL | 171.32º | 0.66% | 0.77% | - |
| HSV(B) | 171.32º | 0.32% | 0.92% | - |
| XYZ | 57.46 | 72.17 | 81.42 | - |
| YUV | 211.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 224 | 0.32 | 0 | 0.05 | 0.08 | 171.32 | 0.66 | 0.77 |
| Hex | 9F | EB | E0 | 20 | 0 | 5 | 8 | AB | 42 | 4D |
| Octal | 237 | 353 | 340 | 40 | 0 | 5 | 10 | 253 | 102 | 115 |
| Binary | 10011111 | 11101011 | 11100000 | 100000 | 0 | 101 | 1000 | 10101011 | 1000010 | 1001101 |
Color Harmonies of #9FEBE0
Complementary color
Monochromatic Colors of #9FEBE0
Black with #9FEBE0
Text Example
Text Example
White with #9FEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBE0; }
p { color: rgb(159,235,224); }
H1.HeaderClassName
{
color: #9FEBE0;
}
.AnyTagClassName
{
color: #9FEBE0;
}
</style>
background-color css
<style>
a { background-color: #9FEBE0; }
a { background-color: rgb(159,235,224); }
div.DivClassName
{
background-color: #9FEBE0;
}
.BgClassName
{
background-color: #9FEBE0;
}
</style>
border-color css
<style>
span { border-color: #9FEBE0; }
span { border-color: rgb(159,235,224); }
td.TdClassName
{
border-color: #9FEBE0;
}
.TagClassName
{
border-color: #9FEBE0;
}
</style>