Shades of Ice Cold #9FEFDF
Tints of Ice Cold #9FEFDF
RGB
CMYK
RGB Variations
Color information
#9FEFDF (or 0x9FEFDF) is known color: Ice Cold. HEX triplet: 9F, EF and DF. RGB value is (159,239,223). Sum of RGB (Red+Green+Blue) = 159+239+223=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFDF is #601020. Grayscale: #D5D5D5. Windows color (decimal): -6295585 or 14675871. OLE color: 14675871.
HSL color Cylindrical-coordinate representation of color #9FEFDF: hue angle of 168º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFDF is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 223 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.06 |
| HSL | 168º | 0.71% | 0.78% | - |
| HSV(B) | 168º | 0.33% | 0.94% | - |
| XYZ | 58.48 | 74.43 | 81.1 | - |
| YUV | 213.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 223 | 0.33 | 0 | 0.07 | 0.06 | 168 | 0.71 | 0.78 |
| Hex | 9F | EF | DF | 21 | 0 | 7 | 6 | A8 | 47 | 4E |
| Octal | 237 | 357 | 337 | 41 | 0 | 7 | 6 | 250 | 107 | 116 |
| Binary | 10011111 | 11101111 | 11011111 | 100001 | 0 | 111 | 110 | 10101000 | 1000111 | 1001110 |
Color Harmonies of #9FEFDF
Complementary color
Monochromatic Colors of #9FEFDF
Black with #9FEFDF
Text Example
Text Example
White with #9FEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFDF; }
p { color: rgb(159,239,223); }
H1.HeaderClassName
{
color: #9FEFDF;
}
.AnyTagClassName
{
color: #9FEFDF;
}
</style>
background-color css
<style>
a { background-color: #9FEFDF; }
a { background-color: rgb(159,239,223); }
div.DivClassName
{
background-color: #9FEFDF;
}
.BgClassName
{
background-color: #9FEFDF;
}
</style>
border-color css
<style>
span { border-color: #9FEFDF; }
span { border-color: rgb(159,239,223); }
td.TdClassName
{
border-color: #9FEFDF;
}
.TagClassName
{
border-color: #9FEFDF;
}
</style>