#9EE7DF

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

Shades of Ice Cold #9EE7DF

Tints of Ice Cold #9EE7DF

Color information

#9EE7DF (or 0x9EE7DF) is unknown color: approx Ice Cold. HEX triplet: 9E, E7 and DF. RGB value is (158,231,223). Sum of RGB (Red+Green+Blue) = 158+231+223=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE7DF is #611820. Grayscale: #D0D0D0. Windows color (decimal): -6363169 or 14673822. OLE color: 14673822.

HSL color Cylindrical-coordinate representation of color #9EE7DF: hue angle of 173.42º 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 #9EE7DF is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB158231223-
CMYK0.3200.030.09
HSL173.42º60.33%76.27%-
HSV(B)173.42º31.6%90.59%-
XYZ5669.7580.32-
YUV208.26136.3292.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.82%
GREEN value IS 231 (90.62% from 255) = 37.75%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=25.82%
G=37.75%
B=36.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582312230.3200.030.09173.4260.3376.27
Hex9EE7DF20039ad3c4c
Octal23634733740031125574114
Binary1001111011100111110111111000000111001101011011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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