#9DE4D9

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

Shades of Ice Cold #9DE4D9

Tints of Ice Cold #9DE4D9

Color information

#9DE4D9 (or 0x9DE4D9) is unknown color: approx Ice Cold. HEX triplet: 9D, E4 and D9. RGB value is (157,228,217). Sum of RGB (Red+Green+Blue) = 157+228+217=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4D9 is #621B26. Grayscale: #CDCDCD. Windows color (decimal): -6429479 or 14279837. OLE color: 14279837.

HSL color Cylindrical-coordinate representation of color #9DE4D9: hue angle of 170.7º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4D9 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB157228217-
CMYK0.3100.050.11
HSL170.7º56.8%75.49%-
HSV(B)170.7º31.14%89.41%-
XYZ54.1767.6675.85-
YUV205.52134.4893.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 228 (89.45% from 255) = 37.87%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=26.08%
G=37.87%
B=36.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572282170.3100.050.11170.756.875.49
Hex9DE4D91F05Bab394b
Octal23534433137051325371113
Binary1001110111100100110110011111101011011101010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,217); }

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

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

 a { background-color: rgb(157,228,217); }

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

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

 span { border-color: rgb(157,228,217); }

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