#9EE7DD

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

Shades of Ice Cold #9EE7DD

Tints of Ice Cold #9EE7DD

Color information

#9EE7DD (or 0x9EE7DD) is unknown color: approx Ice Cold. HEX triplet: 9E, E7 and DD. RGB value is (158,231,221). Sum of RGB (Red+Green+Blue) = 158+231+221=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE7DD is #611822. Grayscale: #D0D0D0. Windows color (decimal): -6363171 or 14542750. OLE color: 14542750.

HSL color Cylindrical-coordinate representation of color #9EE7DD: hue angle of 171.78º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE7DD is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB158231221-
CMYK0.3200.040.09
HSL171.78º60.33%76.27%-
HSV(B)171.78º31.6%90.59%-
XYZ55.7369.6478.91-
YUV208.03135.3292.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.90%
GREEN value IS 231 (90.62% from 255) = 37.87%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=25.90%
G=37.87%
B=36.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582312210.3200.040.09171.7860.3376.27
Hex9EE7DD20049ac3c4c
Octal23634733540041125474114
Binary10011110111001111101110110000001001001101011001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,231,221); }

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

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

 a { background-color: rgb(158,231,221); }

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

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

 span { border-color: rgb(158,231,221); }

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