#9EE2D4

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

Shades of Ice Cold #9EE2D4

Tints of Ice Cold #9EE2D4

Color information

#9EE2D4 (or 0x9EE2D4) is unknown color: approx Ice Cold. HEX triplet: 9E, E2 and D4. RGB value is (158,226,212). Sum of RGB (Red+Green+Blue) = 158+226+212=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE2D4 is #611D2B. Grayscale: #CCCCCC. Windows color (decimal): -6364460 or 13951646. OLE color: 13951646.

HSL color Cylindrical-coordinate representation of color #9EE2D4: hue angle of 167.65º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE2D4 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB158226212-
CMYK0.3000.060.11
HSL167.65º53.97%75.29%-
HSV(B)167.65º30.09%88.63%-
XYZ53.1866.4272.3-
YUV204.07132.4795.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 226 (88.67% from 255) = 37.92%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=26.51%
G=37.92%
B=35.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582262120.3000.060.11167.6553.9775.29
Hex9EE2D41E06Ba8364b
Octal23634232436061325066113
Binary1001111011100010110101001111001101011101010001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,226,212); }

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

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

 a { background-color: rgb(158,226,212); }

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

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

 span { border-color: rgb(158,226,212); }

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