#9EE5DA

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

Shades of Ice Cold #9EE5DA

Tints of Ice Cold #9EE5DA

Color information

#9EE5DA (or 0x9EE5DA) is unknown color: approx Ice Cold. HEX triplet: 9E, E5 and DA. RGB value is (158,229,218). Sum of RGB (Red+Green+Blue) = 158+229+218=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5DA is #611A25. Grayscale: #CECECE. Windows color (decimal): -6363686 or 14345630. OLE color: 14345630.

HSL color Cylindrical-coordinate representation of color #9EE5DA: hue angle of 170.7º 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 #9EE5DA is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB158229218-
CMYK0.3100.050.10
HSL170.7º57.72%75.88%-
HSV(B)170.7º31%89.8%-
XYZ54.7768.3776.64-
YUV206.52134.4893.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.12%
GREEN value IS 229 (89.84% from 255) = 37.85%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=26.12%
G=37.85%
B=36.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582292180.3100.050.10170.757.7275.88
Hex9EE5DA1F05Aab3a4c
Octal23634533237051225372114
Binary1001111011100101110110101111101011010101010111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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