#9FEDE1

Color #9FEDE1 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9FEDE1

Tints of Ice Cold #9FEDE1

Color information

#9FEDE1 (or 0x9FEDE1) is unknown color: approx Ice Cold. HEX triplet: 9F, ED and E1. RGB value is (159,237,225). Sum of RGB (Red+Green+Blue) = 159+237+225=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDE1 is #60121E. Grayscale: #D4D4D4. Windows color (decimal): -6296095 or 14806431. OLE color: 14806431.

HSL color Cylindrical-coordinate representation of color #9FEDE1: hue angle of 170.77º 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 #9FEDE1 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB159237225-
CMYK0.3300.050.07
HSL170.77º68.42%77.65%-
HSV(B)170.77º32.91%92.94%-
XYZ58.1773.3882.33-
YUV212.31135.1689.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 25.60%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=25.60%
G=38.16%
B=36.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592372250.3300.050.07170.7768.4277.65
Hex9FEDE121057ab444e
Octal23735534141057253104116
Binary10011111111011011110000110000101011111010101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FEDE1; }

 p { color: rgb(159,237,225); }

 H1.HeaderClassName
 {
   color: #9FEDE1;
 }
 .AnyTagClassName
 {
   color: #9FEDE1;
 }
</style>
background-color css

<style>
 a { background-color: #9FEDE1; }

 a { background-color: rgb(159,237,225); }

 div.DivClassName
 {
   background-color: #9FEDE1;
 }
 .BgClassName
 {
   background-color: #9FEDE1;
 }
</style>
border-color css

<style>
 span { border-color: #9FEDE1; }

 span { border-color: rgb(159,237,225); }

 td.TdClassName
 {
   border-color: #9FEDE1;
 }
 .TagClassName
 {
   border-color: #9FEDE1;
 }
</style>