Shades of Ice Cold #9FEDDE
Tints of Ice Cold #9FEDDE
RGB
CMYK
RGB Variations
Color information
#9FEDDE (or 0x9FEDDE) is known color: Ice Cold. HEX triplet: 9F, ED and DE. RGB value is (159,237,222). Sum of RGB (Red+Green+Blue) = 159+237+222=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDDE is #601221. Grayscale: #D3D3D3. Windows color (decimal): -6296098 or 14609823. OLE color: 14609823.
HSL color Cylindrical-coordinate representation of color #9FEDDE: hue angle of 168.46º 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 #9FEDDE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 222 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.07 |
| HSL | 168.46º | 0.68% | 0.78% | - |
| HSV(B) | 168.46º | 0.33% | 0.93% | - |
| XYZ | 57.77 | 73.21 | 80.19 | - |
| YUV | 211.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 222 | 0.33 | 0 | 0.06 | 0.07 | 168.46 | 0.68 | 0.78 |
| Hex | 9F | ED | DE | 21 | 0 | 6 | 7 | A8 | 44 | 4E |
| Octal | 237 | 355 | 336 | 41 | 0 | 6 | 7 | 250 | 104 | 116 |
| Binary | 10011111 | 11101101 | 11011110 | 100001 | 0 | 110 | 111 | 10101000 | 1000100 | 1001110 |
Color Harmonies of #9FEDDE
Complementary color
Monochromatic Colors of #9FEDDE
Black with #9FEDDE
Text Example
Text Example
White with #9FEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDDE; }
p { color: rgb(159,237,222); }
H1.HeaderClassName
{
color: #9FEDDE;
}
.AnyTagClassName
{
color: #9FEDDE;
}
</style>
background-color css
<style>
a { background-color: #9FEDDE; }
a { background-color: rgb(159,237,222); }
div.DivClassName
{
background-color: #9FEDDE;
}
.BgClassName
{
background-color: #9FEDDE;
}
</style>
border-color css
<style>
span { border-color: #9FEDDE; }
span { border-color: rgb(159,237,222); }
td.TdClassName
{
border-color: #9FEDDE;
}
.TagClassName
{
border-color: #9FEDDE;
}
</style>