#9EEDE1

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

Shades of Ice Cold #9EEDE1

Tints of Ice Cold #9EEDE1

Color information

#9EEDE1 (or 0x9EEDE1) is unknown color: approx Ice Cold. HEX triplet: 9E, ED and E1. RGB value is (158,237,225). Sum of RGB (Red+Green+Blue) = 158+237+225=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDE1 is #61121E. Grayscale: #D3D3D3. Windows color (decimal): -6361631 or 14806430. OLE color: 14806430.

HSL color Cylindrical-coordinate representation of color #9EEDE1: hue angle of 170.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDE1 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB158237225-
CMYK0.3300.050.07
HSL170.89º68.7%77.45%-
HSV(B)170.89º33.33%92.94%-
XYZ57.9873.2782.32-
YUV212.01135.3389.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.48%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=25.48%
G=38.23%
B=36.29%

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
Decimal1582372250.3300.050.07170.8968.777.45
Hex9EEDE121057ab454d
Octal23635534141057253105115
Binary10011110111011011110000110000101011111010101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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