Shades of Ice Cold #9FEEDF
Tints of Ice Cold #9FEEDF
RGB
CMYK
RGB Variations
Color information
#9FEEDF (or 0x9FEEDF) is known color: Ice Cold. HEX triplet: 9F, EE and DF. RGB value is (159,238,223). Sum of RGB (Red+Green+Blue) = 159+238+223=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEDF is #601120. Grayscale: #D4D4D4. Windows color (decimal): -6295841 or 14675615. OLE color: 14675615.
HSL color Cylindrical-coordinate representation of color #9FEEDF: hue angle of 168.61º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEEDF is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 223 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.07 |
| HSL | 168.61º | 0.7% | 0.78% | - |
| HSV(B) | 168.61º | 0.33% | 0.93% | - |
| XYZ | 58.19 | 73.85 | 81 | - |
| YUV | 212.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 223 | 0.33 | 0 | 0.06 | 0.07 | 168.61 | 0.7 | 0.78 |
| Hex | 9F | EE | DF | 21 | 0 | 6 | 7 | A9 | 46 | 4E |
| Octal | 237 | 356 | 337 | 41 | 0 | 6 | 7 | 251 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11011111 | 100001 | 0 | 110 | 111 | 10101001 | 1000110 | 1001110 |
Color Harmonies of #9FEEDF
Complementary color
Monochromatic Colors of #9FEEDF
Black with #9FEEDF
Text Example
Text Example
White with #9FEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEDF; }
p { color: rgb(159,238,223); }
H1.HeaderClassName
{
color: #9FEEDF;
}
.AnyTagClassName
{
color: #9FEEDF;
}
</style>
background-color css
<style>
a { background-color: #9FEEDF; }
a { background-color: rgb(159,238,223); }
div.DivClassName
{
background-color: #9FEEDF;
}
.BgClassName
{
background-color: #9FEEDF;
}
</style>
border-color css
<style>
span { border-color: #9FEEDF; }
span { border-color: rgb(159,238,223); }
td.TdClassName
{
border-color: #9FEEDF;
}
.TagClassName
{
border-color: #9FEEDF;
}
</style>