#9ee9d5

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

Shades of Ice Cold #9EE9D5

Tints of Ice Cold #9EE9D5

Color information

#9EE9D5 (or 0x9EE9D5) is unknown color: approx Ice Cold. HEX triplet: 9E, E9 and D5. RGB value is (158,233,213). Sum of RGB (Red+Green+Blue) = 158+233+213=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9D5 is #61162A. Grayscale: #D0D0D0. Windows color (decimal): -6362667 or 14018974. OLE color: 14018974.

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

Color convert

RGB158233213-
CMYK0.3200.090.09
HSL164º63.03%76.67%-
HSV(B)164º32.19%91.37%-
XYZ55.2570.3573.62-
YUV208.3130.6592.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.16%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=26.16%
G=38.58%
B=35.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582332130.3200.090.0916463.0376.67
Hex9EE9D520099a43f4d
Octal236351325400111124477115
Binary100111101110100111010101100000010011001101001001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ee9d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,233,213); }

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

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

 a { background-color: rgb(158,233,213); }

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

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

 span { border-color: rgb(158,233,213); }

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