#9DE1CD

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

Shades of Ice Cold #9DE1CD

Tints of Ice Cold #9DE1CD

Color information

#9DE1CD (or 0x9DE1CD) is unknown color: approx Ice Cold. HEX triplet: 9D, E1 and CD. RGB value is (157,225,205). Sum of RGB (Red+Green+Blue) = 157+225+205=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1CD is #621E32. Grayscale: #CACACA. Windows color (decimal): -6430259 or 13492637. OLE color: 13492637.

HSL color Cylindrical-coordinate representation of color #9DE1CD: hue angle of 162.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1CD is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB157225205-
CMYK0.3000.090.12
HSL162.35º53.12%74.9%-
HSV(B)162.35º30.22%88.24%-
XYZ51.8565.4367.65-
YUV202.39129.4795.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.75%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=26.75%
G=38.33%
B=34.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572252050.3000.090.12162.3553.1274.9
Hex9DE1CD1E09Ca2354b
Octal235341315360111424265113
Binary10011101111000011100110111110010011100101000101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,205); }

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

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

 a { background-color: rgb(157,225,205); }

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

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

 span { border-color: rgb(157,225,205); }

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