Shades of Ice Cold #9FE1CF
Tints of Ice Cold #9FE1CF
RGB
CMYK
RGB Variations
Color information
#9FE1CF (or 0x9FE1CF) is known color: Ice Cold. HEX triplet: 9F, E1 and CF. RGB value is (159,225,207). Sum of RGB (Red+Green+Blue) = 159+225+207=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1CF is #601E30. Grayscale: #CBCBCB. Windows color (decimal): -6299185 or 13623711. OLE color: 13623711.
HSL color Cylindrical-coordinate representation of color #9FE1CF: hue angle of 163.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1CF is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 207 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.12 |
| HSL | 163.64º | 0.52% | 0.75% | - |
| HSV(B) | 163.64º | 0.29% | 0.88% | - |
| XYZ | 52.49 | 65.73 | 68.95 | - |
| YUV | 203.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 207 | 0.29 | 0 | 0.08 | 0.12 | 163.64 | 0.52 | 0.75 |
| Hex | 9F | E1 | CF | 1D | 0 | 8 | C | A4 | 34 | 4B |
| Octal | 237 | 341 | 317 | 35 | 0 | 10 | 14 | 244 | 64 | 113 |
| Binary | 10011111 | 11100001 | 11001111 | 11101 | 0 | 1000 | 1100 | 10100100 | 110100 | 1001011 |
Color Harmonies of #9FE1CF
Complementary color
Monochromatic Colors of #9FE1CF
Black with #9FE1CF
Text Example
Text Example
White with #9FE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE1CF; }
p { color: rgb(159,225,207); }
H1.HeaderClassName
{
color: #9FE1CF;
}
.AnyTagClassName
{
color: #9FE1CF;
}
</style>
background-color css
<style>
a { background-color: #9FE1CF; }
a { background-color: rgb(159,225,207); }
div.DivClassName
{
background-color: #9FE1CF;
}
.BgClassName
{
background-color: #9FE1CF;
}
</style>
border-color css
<style>
span { border-color: #9FE1CF; }
span { border-color: rgb(159,225,207); }
td.TdClassName
{
border-color: #9FE1CF;
}
.TagClassName
{
border-color: #9FE1CF;
}
</style>