#9EE5DC

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

Shades of Ice Cold #9EE5DC

Tints of Ice Cold #9EE5DC

Color information

#9EE5DC (or 0x9EE5DC) is unknown color: approx Ice Cold. HEX triplet: 9E, E5 and DC. RGB value is (158,229,220). Sum of RGB (Red+Green+Blue) = 158+229+220=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5DC is #611A23. Grayscale: #CECECE. Windows color (decimal): -6363684 or 14476702. OLE color: 14476702.

HSL color Cylindrical-coordinate representation of color #9EE5DC: hue angle of 172.39º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5DC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB158229220-
CMYK0.3100.040.10
HSL172.39º57.72%75.88%-
HSV(B)172.39º31%89.8%-
XYZ55.0468.4878.03-
YUV206.74135.4893.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.03%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=26.03%
G=37.73%
B=36.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582292200.3100.040.10172.3957.7275.88
Hex9EE5DC1F04Aac3a4c
Octal23634533437041225472114
Binary1001111011100101110111001111101001010101011001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,229,220); }

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

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

 a { background-color: rgb(158,229,220); }

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

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

 span { border-color: rgb(158,229,220); }

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