Shades of Ice Cold #9FE5DD
Tints of Ice Cold #9FE5DD
RGB
CMYK
RGB Variations
Color information
#9FE5DD (or 0x9FE5DD) is known color: Ice Cold. HEX triplet: 9F, E5 and DD. RGB value is (159,229,221). Sum of RGB (Red+Green+Blue) = 159+229+221=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5DD is #601A22. Grayscale: #CFCFCF. Windows color (decimal): -6298147 or 14542239. OLE color: 14542239.
HSL color Cylindrical-coordinate representation of color #9FE5DD: hue angle of 173.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5DD is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 221 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.10 |
| HSL | 173.14º | 0.57% | 0.76% | - |
| HSV(B) | 173.14º | 0.31% | 0.9% | - |
| XYZ | 55.37 | 68.63 | 78.74 | - |
| YUV | 207.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 221 | 0.31 | 0 | 0.03 | 0.10 | 173.14 | 0.57 | 0.76 |
| Hex | 9F | E5 | DD | 1F | 0 | 3 | A | AD | 39 | 4C |
| Octal | 237 | 345 | 335 | 37 | 0 | 3 | 12 | 255 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11011101 | 11111 | 0 | 11 | 1010 | 10101101 | 111001 | 1001100 |
Color Harmonies of #9FE5DD
Complementary color
Monochromatic Colors of #9FE5DD
Black with #9FE5DD
Text Example
Text Example
White with #9FE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5DD; }
p { color: rgb(159,229,221); }
H1.HeaderClassName
{
color: #9FE5DD;
}
.AnyTagClassName
{
color: #9FE5DD;
}
</style>
background-color css
<style>
a { background-color: #9FE5DD; }
a { background-color: rgb(159,229,221); }
div.DivClassName
{
background-color: #9FE5DD;
}
.BgClassName
{
background-color: #9FE5DD;
}
</style>
border-color css
<style>
span { border-color: #9FE5DD; }
span { border-color: rgb(159,229,221); }
td.TdClassName
{
border-color: #9FE5DD;
}
.TagClassName
{
border-color: #9FE5DD;
}
</style>