Shades of Ice Cold #9FEDD8
Tints of Ice Cold #9FEDD8
RGB
CMYK
RGB Variations
Color information
#9FEDD8 (or 0x9FEDD8) is known color: Ice Cold. HEX triplet: 9F, ED and D8. RGB value is (159,237,216). Sum of RGB (Red+Green+Blue) = 159+237+216=612 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.98% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDD8 is #601227. Grayscale: #D3D3D3. Windows color (decimal): -6296104 or 14216607. OLE color: 14216607.
HSL color Cylindrical-coordinate representation of color #9FEDD8: hue angle of 163.85º 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 #9FEDD8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 216 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.07 |
| HSL | 163.85º | 0.68% | 0.78% | - |
| HSV(B) | 163.85º | 0.33% | 0.93% | - |
| XYZ | 56.98 | 72.9 | 76.03 | - |
| YUV | 211.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 216 | 0.33 | 0 | 0.09 | 0.07 | 163.85 | 0.68 | 0.78 |
| Hex | 9F | ED | D8 | 21 | 0 | 9 | 7 | A4 | 44 | 4E |
| Octal | 237 | 355 | 330 | 41 | 0 | 11 | 7 | 244 | 104 | 116 |
| Binary | 10011111 | 11101101 | 11011000 | 100001 | 0 | 1001 | 111 | 10100100 | 1000100 | 1001110 |
Color Harmonies of #9FEDD8
Complementary color
Monochromatic Colors of #9FEDD8
Black with #9FEDD8
Text Example
Text Example
White with #9FEDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDD8; }
p { color: rgb(159,237,216); }
H1.HeaderClassName
{
color: #9FEDD8;
}
.AnyTagClassName
{
color: #9FEDD8;
}
</style>
background-color css
<style>
a { background-color: #9FEDD8; }
a { background-color: rgb(159,237,216); }
div.DivClassName
{
background-color: #9FEDD8;
}
.BgClassName
{
background-color: #9FEDD8;
}
</style>
border-color css
<style>
span { border-color: #9FEDD8; }
span { border-color: rgb(159,237,216); }
td.TdClassName
{
border-color: #9FEDD8;
}
.TagClassName
{
border-color: #9FEDD8;
}
</style>