#9EE3CD

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

Shades of Ice Cold #9EE3CD

Tints of Ice Cold #9EE3CD

Color information

#9EE3CD (or 0x9EE3CD) is unknown color: approx Ice Cold. HEX triplet: 9E, E3 and CD. RGB value is (158,227,205). Sum of RGB (Red+Green+Blue) = 158+227+205=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE3CD is #611C32. Grayscale: #CBCBCB. Windows color (decimal): -6364211 or 13493150. OLE color: 13493150.

HSL color Cylindrical-coordinate representation of color #9EE3CD: hue angle of 160.87º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE3CD is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB158227205-
CMYK0.3000.100.11
HSL160.87º55.2%75.49%-
HSV(B)160.87º30.4%89.02%-
XYZ52.5966.6267.84-
YUV203.86128.6495.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.78%
GREEN value IS 227 (89.06% from 255) = 38.47%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=26.78%
G=38.47%
B=34.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582272050.3000.100.11160.8755.275.49
Hex9EE3CD1E0ABa1374b
Octal236343315360121324167113
Binary10011110111000111100110111110010101011101000011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,227,205); }

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

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

 a { background-color: rgb(158,227,205); }

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

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

 span { border-color: rgb(158,227,205); }

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