Shades of Ice Cold #9FEDDC
Tints of Ice Cold #9FEDDC
RGB
CMYK
RGB Variations
Color information
#9FEDDC (or 0x9FEDDC) is known color: Ice Cold. HEX triplet: 9F, ED and DC. RGB value is (159,237,220). Sum of RGB (Red+Green+Blue) = 159+237+220=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDDC is #601223. Grayscale: #D3D3D3. Windows color (decimal): -6296100 or 14478751. OLE color: 14478751.
HSL color Cylindrical-coordinate representation of color #9FEDDC: hue angle of 166.92º degrees, saturation: 0.68, 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 #9FEDDC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 220 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.07 |
| HSL | 166.92º | 0.68% | 0.78% | - |
| HSV(B) | 166.92º | 0.33% | 0.93% | - |
| XYZ | 57.5 | 73.11 | 78.79 | - |
| YUV | 211.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 220 | 0.33 | 0 | 0.07 | 0.07 | 166.92 | 0.68 | 0.78 |
| Hex | 9F | ED | DC | 21 | 0 | 7 | 7 | A7 | 44 | 4E |
| Octal | 237 | 355 | 334 | 41 | 0 | 7 | 7 | 247 | 104 | 116 |
| Binary | 10011111 | 11101101 | 11011100 | 100001 | 0 | 111 | 111 | 10100111 | 1000100 | 1001110 |
Color Harmonies of #9FEDDC
Complementary color
Monochromatic Colors of #9FEDDC
Black with #9FEDDC
Text Example
Text Example
White with #9FEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDDC; }
p { color: rgb(159,237,220); }
H1.HeaderClassName
{
color: #9FEDDC;
}
.AnyTagClassName
{
color: #9FEDDC;
}
</style>
background-color css
<style>
a { background-color: #9FEDDC; }
a { background-color: rgb(159,237,220); }
div.DivClassName
{
background-color: #9FEDDC;
}
.BgClassName
{
background-color: #9FEDDC;
}
</style>
border-color css
<style>
span { border-color: #9FEDDC; }
span { border-color: rgb(159,237,220); }
td.TdClassName
{
border-color: #9FEDDC;
}
.TagClassName
{
border-color: #9FEDDC;
}
</style>